ISNUMBER
ISNUMBER
ISNUMBER function in excel check that value from cell is Numeric or not. If value is numeric then it returns TRUE, value is non numeric then it returns FALSE. Date, time it will also be considered as numeric.
ISNUMBER function, Excel में यह चेक करता है की Cell का value numeric है या नहीं. अगर cell का value number है तो यह true output देगा, अगर cell का value number नहीं है तो यह False output देगा.
Syntax
=ISNUMBER(CellToTest)
=ISNUMBER(cell address)
=ISNUMBER(A5)
Click here to download excel file