Forum Discussion

  • You may multiply your numbers on 100 and when use ISODD() function

    • pyajmal's avatar
      pyajmal
      Copper Contributor
      any other option for with out using the IS ODD Function ()
      • ISODD() or ISEVEN() is the easiest way. Alternatively =IF(MOD(A1,2),"ODD","EVEN").

        We speak about integers

Resources