Closed Thread
Results 1 to 3 of 3

Formula Help

  1. #1
    dem
    Guest

    Formula Help

    If cell B1 value is any even number with or without decimal (ie could be 26
    or could be 26.23) value must be rounded to next whole integer odd value (ie
    27). Thanks for helping.

  2. #2
    JMB
    Guest

    RE: Formula Help

    Maybe

    =IF(ISEVEN(INT(A1)),CEILING(A1,INT(A1)+1),A1)

    "dem" wrote:

    > If cell B1 value is any even number with or without decimal (ie could be 26
    > or could be 26.23) value must be rounded to next whole integer odd value (ie
    > 27). Thanks for helping.


  3. #3
    ScottO
    Guest

    Re: Formula Help

    Try this ...
    =IF(ISEVEN(INT(B1)),INT(B1)+1,"Do something else")
    Rgds,
    ScottO

    "dem" <[email protected]> wrote in message
    news:[email protected]...
    | If cell B1 value is any even number with or without decimal (ie
    could be 26
    | or could be 26.23) value must be rounded to next whole integer odd
    value (ie
    | 27). Thanks for helping.



Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1