Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
LHS LHS is offline
external usenet poster
 
Posts: 1
Default Rounding to every 5th whole number

I have a pivot table that is giving currency values. I need a separate
column with these values rounded to the nearest fifth. For example 13,576.90
needs to round to 13,575 or 389.10 needs to round to 390.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default Rounding to every 5th whole number

Use
=ROUND(A1,-1)

replace A1 by the reference to the cell you want to round...

"LHS" wrote:

I have a pivot table that is giving currency values. I need a separate
column with these values rounded to the nearest fifth. For example 13,576.90
needs to round to 13,575 or 389.10 needs to round to 390.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default Rounding to every 5th whole number

=mround(a1,5)

"LHS" wrote:

I have a pivot table that is giving currency values. I need a separate
column with these values rounded to the nearest fifth. For example 13,576.90
needs to round to 13,575 or 389.10 needs to round to 390.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,651
Default Rounding to every 5th whole number

On Thu, 2 Oct 2008 17:29:01 -0700, LHS wrote:

I have a pivot table that is giving currency values. I need a separate
column with these values rounded to the nearest fifth. For example 13,576.90
needs to round to 13,575 or 389.10 needs to round to 390.


=ROUND(A1/5,0)*5 is one formula to use.
--ron
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Rounding to every 5th whole number

Wouldn't that round to the nearest 10, rather than 5?
--
David Biddulph

"Sheeloo" wrote in message
...
Use
=ROUND(A1,-1)

replace A1 by the reference to the cell you want to round...

"LHS" wrote:

I have a pivot table that is giving currency values. I need a separate
column with these values rounded to the nearest fifth. For example
13,576.90
needs to round to 13,575 or 389.10 needs to round to 390.



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 up or down depending on number JNAP101 Excel Discussion (Misc queries) 5 March 26th 08 04:01 PM
Rounding number to 0.25 ? Construk Excel Discussion (Misc queries) 5 July 17th 07 10:38 PM
number rounding tamiluchi Excel Worksheet Functions 8 April 20th 06 06:05 PM
How do I keep a value from rounding up to the next number? Abby Excel Worksheet Functions 1 January 5th 05 09:07 PM
Rounding a number to a multiple quantity that adds to a fixed total number wjlo Excel Worksheet Functions 1 November 9th 04 04:43 PM


All times are GMT +1. The time now is 03:28 PM.

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"