#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 85
Default Round Problems

We are working on our catalog price sheet. We have figures as follows:

$152.50 $161.75 $158.00
$157.00

I want the numbers to round up or down to the closest $5.00.

$152.50 = $155.00
$161.75 = $160.00
$158.00 = $160.00
$157.00 = $155.00

Is this possible? I have tried using the round, ceiling, floor feature.
Either it doesn't go both ways or I am not getting the write amount.

Thank you for your time.

Angela
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,081
Default Round Problems

maybe:

=ROUND(x/5,0)*5

"Angela" wrote:

We are working on our catalog price sheet. We have figures as follows:

$152.50 $161.75 $158.00
$157.00

I want the numbers to round up or down to the closest $5.00.

$152.50 = $155.00
$161.75 = $160.00
$158.00 = $160.00
$157.00 = $155.00

Is this possible? I have tried using the round, ceiling, floor feature.
Either it doesn't go both ways or I am not getting the write amount.

Thank you for your time.

Angela

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Round Problems


=MROUND(A1,5)

Vaya con Dios,
Chuck, CABGx3




"Angela" wrote:

We are working on our catalog price sheet. We have figures as follows:

$152.50 $161.75 $158.00
$157.00

I want the numbers to round up or down to the closest $5.00.

$152.50 = $155.00
$161.75 = $160.00
$158.00 = $160.00
$157.00 = $155.00

Is this possible? I have tried using the round, ceiling, floor feature.
Either it doesn't go both ways or I am not getting the write amount.

Thank you for your time.

Angela

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
Round time maybe this explanation will help Darts Excel Discussion (Misc queries) 1 March 22nd 06 09:57 PM
ROUND or "Precision as displayed"? bb Excel Worksheet Functions 2 March 2nd 06 04:53 AM
round up a function RESULT Lynne Excel Discussion (Misc queries) 4 November 10th 05 04:59 PM
Round whole numbers up and down JoeBed Excel Discussion (Misc queries) 4 July 5th 05 05:21 PM
How do I ROUND() round off decimals of a column dataset? Højrup Excel Worksheet Functions 2 January 12th 05 10:50 AM


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