Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a budget spreadsheet and need to change the numbers. Currently,
some values could be 1833.3345. I know how to change the display so that it shows as 1833.33. My question is, how do I actually change the original number to become 1833.33 - not just be displayed as that? Jenn |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=ROUND(A1,2)
-- Gary''s Student " wrote: I have a budget spreadsheet and need to change the numbers. Currently, some values could be 1833.3345. I know how to change the display so that it shows as 1833.33. My question is, how do I actually change the original number to become 1833.33 - not just be displayed as that? Jenn |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
First, format to 2 decimal places to display 1833.33 as you have stated.
Second, go to ToolsOptionsCalculation and check "precision as displayed" Note: this will permanently change the number to 1833.33 Gord Dibben MS Excel MVP On 3 Mar 2006 13:05:30 -0800, wrote: I have a budget spreadsheet and need to change the numbers. Currently, some values could be 1833.3345. I know how to change the display so that it shows as 1833.33. My question is, how do I actually change the original number to become 1833.33 - not just be displayed as that? Jenn |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
wrote in message
oups.com... I have a budget spreadsheet and need to change the numbers. Currently, some values could be 1833.3345. I know how to change the display so that it shows as 1833.33. My question is, how do I actually change the original number to become 1833.33 - not just be displayed as that? Jenn I assume there's a formula in that cell, deriving the number from other cells, right? Use the ROUND() function, making it part of your original formula. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
THANKS!!! That worked perfectly!!! You've saved me much time and
effort!! Jenn |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Excel won't sort numbers correctly | Excel Discussion (Misc queries) | |||
Excel changing number formatting and source data in graphs on it's own!!! | Excel Discussion (Misc queries) | |||
How to make excel not round real numbers when making a histogram? | Charts and Charting in Excel | |||
How do I stop Excel from changing numbers into a date? | Excel Discussion (Misc queries) |