How to use Excel SEARCH, SEARCHB Function

Introduction SEARCH, SEARCHB function are text/string function in excel. These are used to locate one text string inside another text string and return its position. It is different from FIND function as it allows wildcards and also not case sensitive. SEARCHB is different from SEARCH only in case of DBCS language setting, otherwise they both … Read more

How to use excel TIME function

Introduction TIME function in Excel is a type of TIME/TIME function. It is used to make a time from given hour, minute, second which are provided individually. It can also be used as an assembler of times which are changed from time to time based on values in the worksheet. Syntax =TIME(HOUR, MINUTE,SECOND) Arguments HOUR … Read more

How to use Excel WEEKDAY Function

Introduction WEEKDAY function in Excel is a type of DATE/TIME function. This function converts a date into a number from 1 to 7 which represents day of the week. For example, 1 represents Sunday and 2 represents Monday and 7 represents Saturday. This function can also be used with other functions for inserting the day … Read more

How to use Excel NUMBERVALUE Function

Introduction NUMBERVALUE is a text/string function. This function is used to convert text into number with decimals and separator values in it. For example, =NUMBERVALUE(“2000.990”, “,”, “.”), it gives 2000.99 as the answer. This is a worksheet function and can be entered into the cell in which you wants answer. Syntax =NUMBERVALUE(Text, decimal_separator, group_separator) Arguments … Read more

How to use Excel FALSE Function

Introduction FALSE in excel is a built in logical type function. This function is used to return logical FALSE value. It acts as a worksheet function and can be entered in cell of a worksheet. Syntax =FALSE( ) Arguments There are no arguments for the FALSE. Keynotes FALSE function does not have any arguments and … Read more