Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
DC DC is offline
external usenet poster
 
Posts: 42
Default Rounding dollar amounts in half dollar increments

What function formulation is required to round up calculated dollar amounts
in half dollar increments?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Rounding dollar amounts in half dollar increments

Hi,

Try this

=CEILING(A1,0.5)

Where a1 is your calculated dollar amount. Or you can wrap your formula with
the ceiling formula

=CEILING(your formula,0.5)
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"DC" wrote:

What function formulation is required to round up calculated dollar amounts
in half dollar increments?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default Rounding dollar amounts in half dollar increments

"DC" wrote:
What function formulation is required to round up
calculated dollar amounts in half dollar increments?


It would be helpful if you gave some examples of what you want, because so
many people misuse the words round and round up.

For example, do you want $1.01 to be "go to" $1.00 (round) or $1.50 (round
up)?

Although you could use specialize functions like MROUND(A1,0.50) to round
and CEILING(A1,0.50) to round up, as well as ROUND(A1*2,0)/2, I suggest that
you use on of the following in this case:

=ROUND(A1/0.50,0)*0.05

That gives you the flexibility of change ROUND to ROUNDUP (or even ROUNDDOWN).

In this case, you could also write ROUND(A1*2,0)/2. But then you might not
know what to do if you ever want to round (or round up) to the nickel (
ROUND(A1*20,0)/20 ).
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
Comparing Row by Row - A-D dollar amounts to E dollar amount Mel Excel Worksheet Functions 9 November 20th 08 09:50 PM
Total Dollar Amounts From Different Worksheet roy.okinawa Excel Worksheet Functions 5 May 5th 08 05:54 AM
column of dollar amounts don Holden Caulfield New Users to Excel 0 September 12th 06 06:02 PM
Rounding dollar amounts up/down when cents aren't part of the fact PhenyxFire Excel Worksheet Functions 3 August 28th 06 03:54 PM
dollar amounts acsnett New Users to Excel 3 August 30th 05 01:53 AM


All times are GMT +1. The time now is 05:11 AM.

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"