EXCEL FUNCTION – TEXT
TEXT function is used to change the formatting or appearances of the text. There are various types of formatting available.
TEXT function is used to change the formatting or appearances of the text. There are various types of formatting available.
REPT function is used to repeat the text or cell reference to multiple times
SUBSTITUTE function is used to substitute the existing old text to new text.
SEARCH function is used to find “position of character or text” in an available cell and this function is NOT case sensitive.
FIND function is used to find the position of text, or character in an available string.
LOWER function is used for changing the format of any text or string to LOWER case.
UPPER function is used for changing the text/string to UPPER case in Microsoft Excel. The output of the function returns value in new cell.
LEN function is used for counting number of characters in available string. The output of the function returns the count in new cell.
RIGHT function is used for extracting the “Right Most” characters from the available string in Microsoft excel. Function returns value to new string.
MID function is used for extracting the mid characters from the available string. The output of the function returns the extracted characters in new cell.
LEFT function is used for extracting the “Left Most” characters from the available string. The output of the function returns the extracted characters in new cell
CONCATENATE function is used for combining two or more Microsoft Excel strings into one. The output of the function returns as a combined string in new cell.
Microsoft Excel “TODAY” function is used to get the current Date. It is very useful function and can be used in many ways. “TODAY Function” does not have any argument that makes this easy to apply and implement.
WEEKDAY function applies to a Date and returns the output for Day of the week. The output of the function varies from 0 to 7
Microsoft Excel “NOW” function is used to get the current Date and Time. It is very useful function and can be used in many ways.
Microsoft Excel “HOUR, MINUTE, SECOND Functions” are time related functions helps to extract the Hour, Minute or Second from a complete Time.
Microsoft Excel “DAY, MONTH, YEAR Functions” are date related functions helps to extract the Day, Month or Year from a Date.
Comparing Columns in Microsoft excel is much often feature that is used while managing database. We have many ways to compare the columns in excel and can be used as per the requirement. We will…
“NETWORKDAYS” function is very helpful feature in the Microsoft excel to calculate the working days from a particular period excluding “Saturday and Sundays”. NETWORKDAYS function subtract the Start Day from the End Date provided.