Excel: Worksheet Function to Determine if Integer Even or OddID: Q61274
|
The following is a worksheet formula to determine whether an integer
in cell A1 is even:
=IF(MOD(A1,2)=0,"even","odd")
Additional query words: 2.00 2.01 2.10 2.20 2.21 2.0 2.1 2.2 3.0 4.0
Keywords :
Version :
Platform :
Issue type :
Last Reviewed: March 16, 1999