Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i have the cell formated as 2 decimals but the cell information is in 4 to 5
decimals i.e. 4.3453 need it to be 4.35 to be used for other functions how do i get the cell in 2 decimals. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Formatting just changes the display of the number but does not change the
underlying value which can be many decimal places. You can use the ROUND function in your calculations. =ROUND(SUM(F1:F2),2) Alternative is to go to ToolsOptionsCalculation and check "Precision as displayed". Note: this will permanently change all numbers on the sheet to displayed values. Gord Dibben MS Excel MVP On Thu, 14 Dec 2006 11:18:02 -0800, b jones <b wrote: i have the cell formated as 2 decimals but the cell information is in 4 to 5 decimals i.e. 4.3453 need it to be 4.35 to be used for other functions how do i get the cell in 2 decimals. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Excel a cell formatted "currency" shows "######" help! | Excel Worksheet Functions | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Possible Lookup Table | Excel Worksheet Functions | |||
How do I change the number of decimal places displayed in Excel | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |