A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Formula help



 
 
Thread Tools Display Modes
  #1  
Old November 13th, 2008, 02:53 PM posted to microsoft.public.excel.worksheet.functions
Aaron[_11_]
external usenet poster
 
Posts: 2
Default Formula help

I am looking for a way to round up a number if the decimal number is greater
than .25. I looked at the ROUND and CEILING functions but can't seem to put
a IF THEN statement on it.

For example:

2.25 would round down to 2
2.26 would round up to 3
2.31 would round up to 3
2.15 would round down to 2.

Any help would be greatly appreciated.

Aaron


  #2  
Old November 13th, 2008, 03:04 PM posted to microsoft.public.excel.worksheet.functions
Pete_UK
external usenet poster
 
Posts: 8,780
Default Formula help

Try this:

=ROUND(A1+0.249999,0)

and copy down, assuming your data starts in A1.

Hope this helps.

Pete


On Nov 13, 2:53*pm, "Aaron" wrote:
I am looking for a way to round up a number if the decimal number is greater
than .25. I looked at the ROUND and CEILING functions but can't seem to put
a IF THEN statement on it.

For example:

2.25 would round down to 2
2.26 would round up to 3
2.31 would round up to 3
2.15 would round down to 2.

Any help would be greatly appreciated.

Aaron


  #3  
Old November 13th, 2008, 04:18 PM posted to microsoft.public.excel.worksheet.functions
Aaron[_11_]
external usenet poster
 
Posts: 2
Default Formula help

Perfect. Works like a charm. Thank you

Aaron


"Pete_UK" wrote in message
...
Try this:

=ROUND(A1+0.249999,0)

and copy down, assuming your data starts in A1.

Hope this helps.

Pete


On Nov 13, 2:53 pm, "Aaron" wrote:
I am looking for a way to round up a number if the decimal number is
greater
than .25. I looked at the ROUND and CEILING functions but can't seem to
put
a IF THEN statement on it.

For example:

2.25 would round down to 2
2.26 would round up to 3
2.31 would round up to 3
2.15 would round down to 2.

Any help would be greatly appreciated.

Aaron



  #4  
Old November 13th, 2008, 04:27 PM posted to microsoft.public.excel.worksheet.functions
Pete_UK
external usenet poster
 
Posts: 8,780
Default Formula help

You're welcome - thanks for feeding back.

Pete

On Nov 13, 4:18*pm, "Aaron" wrote:
Perfect. Works like a charm. Thank you

Aaron

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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