Forum Discussion
pyajmal
Aug 01, 2018Copper Contributor
Need a vaidation for the odd and even number
Here I am attached my worksheet
You may multiply your numbers on 100 and when use ISODD() function
4 Replies
- SergeiBaklanDiamond Contributor
You may multiply your numbers on 100 and when use ISODD() function
- pyajmalCopper Contributorany other option for with out using the IS ODD Function ()
- SergeiBaklanDiamond Contributor
ISODD() or ISEVEN() is the easiest way. Alternatively =IF(MOD(A1,2),"ODD","EVEN").
We speak about integers
- pyajmalCopper Contributor
Thank you very much