View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Rounding to the nearest 50 cents

One way:


=ROUND(A1*2,0)/2

In article ,
Jerid B wrote:

Excel 2003 running on Win XP... all SP
We usually round to the nearest dollar mark, but now they want to get more
exact.
So now our Customer Service wants rounding to the nearest 50 cents.
Example:
$15.64 would equal $15.50
$15.88 would equal $16.00

I've looked in roundup functions and can't find a way to do this. Any help
would be greatly appreciated.

Thank you!