previous NEXT istext What Does It Do?This functions tests an entry to determine whether it is text. If the entry is text is shows TRUE. If the entry is any...
Read More ISREF
0 Comments , in Uncategorized
previous NEXT isref What Does It Do?This function shows TRUE if given a cell address, or FALSE for any other type of value. Its a bit of an odd one,...
Read More ISODD
0 Comments , in Uncategorized
previous NEXT isodd What Does It Do?This function tests a number to determine whether it is odd. An odd number is shown as TRUE an even number is shown as...
Read More
previous NEXT isnumber What Does It Do?This function examines a cell or calculation to determine whether it is a numeric value. If the cell or calculation is a numeric value...
Read More
previous NEXT isnontext What Does It Do?This functions tests an entry to determine whether it is a number, rather than text. It would be used to ensure that only numeric...
Read More ISNA
0 Comments , in Uncategorized
previous NEXT isna What Does It Do?This function tests a cell to determine whether it contains the Not Available error #N/A. The #N/A is generated when a function cannot work...
Read More
previous NEXT islogical What Does It Do?This function tests a cell to determine whether the cell contents are logical. The logical values can only be TRUE or FALSE. If the...
Read More
previous NEXT iseven What Does It Do?This function tests a number to determine whether it is even. An even number is shown as TRUE an odd number is shown as...
Read More
previous NEXT ISERROR What Does It Do?This function tests a cell or calculation to determine whether an error has been generated. It will show TRUE for any type of error...
Read More ISERR
0 Comments , in Uncategorized
previous NEXT iserr What Does It Do?This function tests a cell and shows TRUE if there is an error value in the cell. It will show FALSE if the contents...
Read More