Use Excel's information functions in your Anaplan XL reports

FunctionDescription
CELLReturns information about a cell's location, formatting, or contents in the upper-left cell in a reference.
ERROR.TYPEReturns the corresponding number value associated with an error type in Microsoft Excel.
INFOReturns operating environment information.
ISBLANKReturns TRUE if the cell is empty, FALSE if it contains data.
ISERRReturns TRUE if value contains any error value except #N/A, FALSE if it does not.
ISERRORReturns TRUE if value contains any error value (including #N/A), FALSE if it does not.
ISEVENReturns TRUE if value is an even number, FALSE if it is not.
ISFORMULAReturns TRUE if the specified cell contains a formula.
ISLOGICALReturns TRUE if value is a logical value, FALSE if it is not.
ISNAReturns TRUE if value is #N/A, FALSE if it is not.
ISNONTEXTReturns TRUE if value is not text, FALSE if it is.
ISNUMBERReturns TRUE if value is a number, FALSE if it is not.
ISODDReturns TRUE if value is an odd number, FALSE if it is not.
ISREFReturns TRUE if value is a reference, FALSE if it is not.
ISTEXTReturns TRUE if value is text, FALSE if it is not.
NReturns a value converted to a number.
NAAn alternative representation of the error value #N/A.
SHEETReturns the one based index of the specified sheet, or the index of the sheet containing the formula if no sheet is specified.
SHEETSReturns the number of sheets in a 3d cell reference, or the number of sheets in the workbook containing the formula if no reference is specified.
TYPEDetermines the type of value in a cell.