Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
dem
 
Posts: n/a
Default 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   Report Post  
JMB
 
Posts: n/a
Default 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   Report Post  
ScottO
 
Posts: n/a
Default Formula Help

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

"dem" wrote in message
...
| 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.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF formula? meris Excel Worksheet Functions 1 September 6th 05 07:14 AM
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 05:58 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"