Forum Discussion

4 Replies

  • SergeiBaklan's avatar
    SergeiBaklan
    Diamond Contributor

    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 ()
      • SergeiBaklan's avatar
        SergeiBaklan
        Diamond Contributor

        ISODD() or ISEVEN() is the easiest way. Alternatively =IF(MOD(A1,2),"ODD","EVEN").

        We speak about integers

Resources