Definition: The YEAR function in Excel is used to extract the year from a date. Syntax: ==YEAR(serial_number). Situation: This formula is appropriate in situations where you need to...
Definition: The YEARFRAC function in Excel is used to calculate the fraction of a year between two dates. Syntax: ==YEARFRAC(start_date, end_date, [basis]). Situation: This formula is appropriate in...
Definition: The XNPV function in Excel is used to calculate the net present value of a series of cash flows that occur at irregular intervals. Syntax: ==XNPV(rate, values,...
Definition: The XOR function in Excel is used to compare two logical expressions and returns TRUE if only one of the expressions is TRUE. Syntax: ==XOR(logical1, [logical2], ...)....
Definition: The TYPE function in Excel is used to determine the data type of a value. Syntax: ==TYPE(value). Situation: This formula is appropriate in situations where you need...
Definition: The UNICHAR function in Excel is used to return the Unicode character that corresponds to a number. Syntax: ==UNICHAR(number). Situation: This formula is appropriate in situations where...
Definition: The UNICODE function in Excel is used to return the Unicode code of a character. Syntax: ==UNICODE(text). Situation: This formula is appropriate in situations where you need...
Definition: The UPPER function in Excel is used to convert text to uppercase. Syntax: ==UPPER(text). Situation: This formula is appropriate in situations where you need to convert text...
Definition: The VALUE function in Excel is used to convert a text string that represents a number to a numerical value that Excel can recognize as a number....
Definition: The VAR function in Excel is used to find the variance of a range of data. Syntax: ==VAR(number1, [number2], ...). Situation: This formula is appropriate in situations...