#1   Report Post  
Posted to microsoft.public.excel.misc
Kelly
 
Posts: n/a
Default Rounding Down

I would like to set a cell in Excel to round down to the nearest .5. For
example, 5.75 would be rounded down to 5.5 or 5.25 would be rounded down to
5.0.

I would also like it to round down to the nearest cent. For example, $3.027
would be rounded down to $3.02.

Also, I am using Excel on a Mac which might complicate matters.

Are either of these possible?

Kelly
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Rounding Down

=floor(a1,0.5)

and

=FLOOR(A1,0.01)

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Kelly" wrote in message
...
I would like to set a cell in Excel to round down to the nearest .5. For
example, 5.75 would be rounded down to 5.5 or 5.25 would be rounded down

to
5.0.

I would also like it to round down to the nearest cent. For example,

$3.027
would be rounded down to $3.02.

Also, I am using Excel on a Mac which might complicate matters.

Are either of these possible?

Kelly



  #3   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Rounding Down

To the nearest .5

=FLOOR(A1,0.5)

to the nearest cent

=FLOOR(A1,0.01)


--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com





"Kelly" wrote in message
...
I would like to set a cell in Excel to round down to the nearest .5. For
example, 5.75 would be rounded down to 5.5 or 5.25 would be rounded down
to
5.0.

I would also like it to round down to the nearest cent. For example,
$3.027
would be rounded down to $3.02.

Also, I am using Excel on a Mac which might complicate matters.

Are either of these possible?

Kelly



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
Unwanted rounding of large number Candyman Excel Worksheet Functions 5 August 18th 05 12:32 AM
Rounding numbers to the nearest 5 or 0 Fieldmedic Excel Worksheet Functions 3 July 17th 05 06:51 AM
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


All times are GMT +1. The time now is 04:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"