Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I 'm preparing my paper work for my taxes. I need to know how do I round up
the number in the tax's cell. In other way how do I make the $196.79 round up to $197and thanks a lot in advance. |
#2
![]() |
|||
|
|||
![]()
maram wrote:
I 'm preparing my paper work for my taxes. I need to know how do I round up the number in the tax's cell. In other way how do I make the $196.79 round up to $197and thanks a lot in advance. Have you tried typing "round" (without the quotes" into Help? |
#3
![]() |
|||
|
|||
![]()
If the number is in A1, put this in B1:
=ROUNDUP(A1,0). or =CEILING(A1,1) tj "maram" wrote: I 'm preparing my paper work for my taxes. I need to know how do I round up the number in the tax's cell. In other way how do I make the $196.79 round up to $197and thanks a lot in advance. |
#4
![]() |
|||
|
|||
![]()
Hi
Install (when you don't have it installed jet) Analysis Toolpack Add-In, and use ROUNDUP function. Arvi Laanemets "maram" wrote in message ... I 'm preparing my paper work for my taxes. I need to know how do I round up the number in the tax's cell. In other way how do I make the $196.79 round up to $197and thanks a lot in advance. |
#5
![]() |
|||
|
|||
![]()
Hi Arvi
ROUNDUP is aFAIK not part of the Analysis Toolpak addin :-) -- Regards Frank Kabel Frankfurt, Germany Arvi Laanemets wrote: Hi Install (when you don't have it installed jet) Analysis Toolpack Add-In, and use ROUNDUP function. Arvi Laanemets "maram" wrote in message ... I 'm preparing my paper work for my taxes. I need to know how do I round up the number in the tax's cell. In other way how do I make the $196.79 round up to $197and thanks a lot in advance. |
#6
![]() |
|||
|
|||
![]()
Arvi was probably thinking of the MROUND function.
Gord On Sat, 18 Dec 2004 20:12:04 +0100, "Frank Kabel" wrote: Hi Arvi ROUNDUP is aFAIK not part of the Analysis Toolpak addin :-) |
#7
![]() |
|||
|
|||
![]()
Just format the cells as currency with no decimal points. It does it
automatically "Gord Dibben" wrote: Arvi was probably thinking of the MROUND function. Gord On Sat, 18 Dec 2004 20:12:04 +0100, "Frank Kabel" wrote: Hi Arvi ROUNDUP is aFAIK not part of the Analysis Toolpak addin :-) |
#8
![]() |
|||
|
|||
![]()
Hi
"Gord Dibben" <gorddibbATshawDOTca wrote in message ... Arvi was probably thinking of the MROUND function. Gord On Sat, 18 Dec 2004 20:12:04 +0100, "Frank Kabel" wrote: Hi Arvi ROUNDUP is aFAIK not part of the Analysis Toolpak addin :-) I did mean ROUNDUP - it will do for OP, but I'm now somehow confused. I'm sure a couple of years ago I had a case, where my formula with ROUNDUP/ROUNDDOWN function didn't work on another computer, and I had to install something. But I have to belive you - I myself have always Analysis Toolpack installed at very start, and I will not uninstall it to check this out. :-) PS. From which version on are ROUNDUP/ROUNDDOWN standard functions? I myself use Office2000, but there exist workplaces at my work with Office97/95 too. Arvi Laanemets |
#9
![]() |
|||
|
|||
![]()
Hi
this is not the same thing as rounding :-) Using such a format will only change the DISPLAY of your value the underlying value still remains (that is Excel will calculate internally with the unrounded figure) -- Regards Frank Kabel Frankfurt, Germany The Old Guy wrote: Just format the cells as currency with no decimal points. It does it automatically "Gord Dibben" wrote: Arvi was probably thinking of the MROUND function. Gord On Sat, 18 Dec 2004 20:12:04 +0100, "Frank Kabel" wrote: Hi Arvi ROUNDUP is aFAIK not part of the Analysis Toolpak addin :-) |
#10
![]() |
|||
|
|||
![]()
Hi Arvi
I did mean ROUNDUP - it will do for OP, but I'm now somehow confused. I'm sure a couple of years ago I had a case, where my formula with ROUNDUP/ROUNDDOWN function didn't work on another computer, and I had to install something. But I have to belive you - I myself have always Analysis Toolpack installed at very start, and I will not uninstall it to check this out. :-) PS. From which version on are ROUNDUP/ROUNDDOWN standard functions? I myself use Office2000, but there exist workplaces at my work with Office97/95 too. ROUNDUP is also available in Excel 97 (without installing the ATP). Not sure about Excel 95 though Frank |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to get week number in month in excel ? | Charts and Charting in Excel | |||
Excel Number Format | Excel Discussion (Misc queries) | |||
excel format cells/Number/Category: Number problem | Excel Discussion (Misc queries) | |||
Import Indian Rupees as a number format in Excel | Excel Discussion (Misc queries) | |||
How can I asign a number value to a text line in Excel? | Charts and Charting in Excel |