Excel Functions
Excel Functions
09 DAYS Date & Time Returns the number of days between two dates =DAYS(D4,C4)
10 NOW Date & Time Returns the current system date and time =NOW()
Numeric Functions
S/N FUNCTION CATEGORY DESCRIPTION USAGE
Returns True if the supplied value is numeric and False if
1 ISNUMBER Information =ISNUMBER(A3)
it is not numeric
2 RAND Math & Trig Generates a random number between 0 and 1 =RAND()
5 PI Math & Trig Returns the value of Math Function PI(π) =PI()
7 MOD Math & Trig Returns the Remainder when you divide two numbers =MOD(10,3)
Informatio
4 ISTEXT Returns True if the supplied parameter is Text =ISTEXT(value) value – The value to check.
n