Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How can I round 980 to 1,000?
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With 980 in A1, you can use this:
=ROUNDUP(A1,-3) Hope this helps. Pete On Apr 1, 3:07*pm, Khaled wrote: How can I round 980 to 1,000? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It did help, thanks Pete.
On Apr 1, 4:23*pm, Pete_UK wrote: With 980 in A1, you can use this: =ROUNDUP(A1,-3) Hope this helps. Pete On Apr 1, 3:07*pm, Khaled wrote: How can I round 980 to 1,000?- Hide quoted text - - Show quoted text - |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
You may also try =mround(A3,100). For Excel 2003 and prior versions, you would have to install the Analysis Toolpak from Tools Addins -- Regards, Ashish Mathur Microsoft Excel MVP "Khaled" wrote in message ... How can I round 980 to 1,000? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=ROUND(A3,-2) will do, and that doesn't need ATP.
-- David Biddulph "Ashish Mathur" wrote in message ... Hi, You may also try =mround(A3,100). For Excel 2003 and prior versions, you would have to install the Analysis Toolpak from Tools Addins -- Regards, Ashish Mathur Microsoft Excel MVP "Khaled" wrote in message ... How can I round 980 to 1,000? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I know that. I was just giving an alternative -- Regards, Ashish Mathur Microsoft Excel MVP "David Biddulph" <groups [at] biddulph.org.uk wrote in message ... =ROUND(A3,-2) will do, and that doesn't need ATP. -- David Biddulph "Ashish Mathur" wrote in message ... Hi, You may also try =mround(A3,100). For Excel 2003 and prior versions, you would have to install the Analysis Toolpak from Tools Addins -- Regards, Ashish Mathur Microsoft Excel MVP "Khaled" wrote in message ... How can I round 980 to 1,000? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Round formula | Excel Discussion (Misc queries) | |||
Round up this formula | Excel Discussion (Misc queries) | |||
How do i round up the sum of a formula | Excel Discussion (Misc queries) | |||
How do I NOT round off in a formula | Excel Worksheet Functions | |||
How do I ROUND() round off decimals of a column dataset? | Excel Worksheet Functions |