Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I need to rounddown a formula result from millions to thousands i.e. result
is 451,321,589 to need it to read 451,322. |
#2
![]() |
|||
|
|||
![]()
=round(a1*b1,-3)
******************* ~Anne Troy www.OfficeArticles.com "R Champ" <R wrote in message ... I need to rounddown a formula result from millions to thousands i.e. result is 451,321,589 to need it to read 451,322. |
#3
![]() |
|||
|
|||
![]()
IF you just "need it to read" in thousands, you can format the cell to
do so. One way: Format/Cells/Number/Custom #,##0, In article , "R Champ" <R wrote: I need to rounddown a formula result from millions to thousands i.e. result is 451,321,589 to need it to read 451,322. |
#4
![]() |
|||
|
|||
![]() "R Champ" wrote: What I meant to say is - I need to have the result read in thousands but use the number found in millions. Example, my formula result is 521,689,745.04 I need the cell to read 521,690. I need to take away more then just the two decimal places. I need to take away the two decimal places plus the next three places and round up. I need to rounddown a formula result from millions to thousands i.e. result is 451,321,589 to need it to read 451,322. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to .. | Excel Discussion (Misc queries) | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Numeric content in one cell ( implicit formula ) and the result in another one | Excel Discussion (Misc queries) | |||
reference the result of a formula in a text formatted cell | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |