Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Information > ISODD

 

ISODD(number)

 
 Returns the boolean value depending if the value is an add number.

 numberThe number you want to test.

 REMARKS
 
  • This function is only available if you have the Analysis ToolPak add-in installed.
     
  • If "number" is not an integer, it is truncated.
     
  • If "number" is not numeric, then #VALUE! is returned.

     EXAMPLES
     
     A
    1=ISODD(-1) = True
    2=ISODD(5) = True
    3=ISODD(25.3434) = True
    4=ISODD(-1) = True
    5=ISODD(2.5) = False
    6=ISODD("some text") = #VALUE!
     

     Functions - I | Index - I | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top