Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Candyk
 
Posts: n/a
Default rounding to 25 cent incriments

Hi and help please,
I need to round a dollar value up to the nearest .25 cents.
I want to do this is botha: cells that I enter a dollar value into
and cells that display the result of a sum (formula)
Please tell me how to do it.
Thanks,
Candice
  #2   Report Post  
Posted to microsoft.public.excel.misc
KellTainer
 
Posts: n/a
Default rounding to 25 cent incriments


Hi

This should work I guess

if A1 contains your value, den put this in any cell to get the rounded
value.

=IF(MOD(A1,0.25) = 1/8, CEILING(A1,0.25), FLOOR(A1,0.25))


--
KellTainer
------------------------------------------------------------------------
KellTainer's Profile: http://www.excelforum.com/member.php...o&userid=34322
View this thread: http://www.excelforum.com/showthread...hreadid=548291

  #3   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default rounding to 25 cent incriments

Hi,

=ROUND(A1*4,0)/4

or

= ROUND(A1/25,2)*25

HTH,
Bernd

  #4   Report Post  
Posted to microsoft.public.excel.misc
Candyk
 
Posts: n/a
Default rounding to 25 cent incriments

Thank you, now this is great, it rounds up but it also rounds down as
well...such as 256.36 becomes 256.25
can I make "any/all" rounds go "upwards"?


"KellTainer" wrote:


Hi

This should work I guess

if A1 contains your value, den put this in any cell to get the rounded
value.

=IF(MOD(A1,0.25) = 1/8, CEILING(A1,0.25), FLOOR(A1,0.25))


--
KellTainer
------------------------------------------------------------------------
KellTainer's Profile: http://www.excelforum.com/member.php...o&userid=34322
View this thread: http://www.excelforum.com/showthread...hreadid=548291


  #5   Report Post  
Posted to microsoft.public.excel.misc
Ron Coderre
 
Posts: n/a
Default rounding to 25 cent incriments

Try this:

For a value in A1

B1: =CEILING(A1,0.25)

Is that something you can work with?

***********
Regards,
Ron

XL2002, WinXP


"Candyk" wrote:

Hi and help please,
I need to round a dollar value up to the nearest .25 cents.
I want to do this is botha: cells that I enter a dollar value into
and cells that display the result of a sum (formula)
Please tell me how to do it.
Thanks,
Candice



  #6   Report Post  
Posted to microsoft.public.excel.misc
Candyk
 
Posts: n/a
Default rounding to 25 cent incriments

Thank You! Thank You! Thank You!
I will go back to my humble little workbook now....
ever so happy you showed me how to do what I wanted it to do.
Thank you again!
Candice

"Ron Coderre" wrote:

Try this:

For a value in A1

B1: =CEILING(A1,0.25)

Is that something you can work with?

***********
Regards,
Ron

XL2002, WinXP


"Candyk" wrote:

Hi and help please,
I need to round a dollar value up to the nearest .25 cents.
I want to do this is botha: cells that I enter a dollar value into
and cells that display the result of a sum (formula)
Please tell me how to do it.
Thanks,
Candice

  #7   Report Post  
Posted to microsoft.public.excel.misc
KellTainer
 
Posts: n/a
Default rounding to 25 cent incriments


Np, yeah, I was assuming you meant a rounded function because it was
specifed up or down lol.


--
KellTainer
------------------------------------------------------------------------
KellTainer's Profile: http://www.excelforum.com/member.php...o&userid=34322
View this thread: http://www.excelforum.com/showthread...hreadid=548291

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
Rounding or not rounding Connie Martin Excel Worksheet Functions 6 April 10th 06 06:24 PM
Rounding LaraHubbs Excel Discussion (Misc queries) 2 June 21st 05 09:42 PM
Percentage rounding error in charts Tracey Excel Discussion (Misc queries) 4 May 14th 05 04:01 AM
Banker's Rounding - need help! Somecallmejosh Excel Discussion (Misc queries) 3 January 20th 05 09:53 PM
How do I make Excel stop rounding off my numbers that are 16 digi. Aida Excel Discussion (Misc queries) 1 December 6th 04 04:34 PM


All times are GMT +1. The time now is 08:53 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"