Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Rounding up or down depending on number | Excel Discussion (Misc queries) | |||
Rounding number to 0.25 ? | Excel Discussion (Misc queries) | |||
number rounding | Excel Worksheet Functions | |||
How do I keep a value from rounding up to the next number? | Excel Worksheet Functions | |||
Rounding a number to a multiple quantity that adds to a fixed total number | Excel Worksheet Functions |