Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Microsoft Excel 2003
my format is multiplying cell by 0.245 the system automatically rounds up to the nearest unit (because i am using currency) When l total the whole column it adds by the original three digit and not the rounded up figure. Which means by totals are incorrect |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Change your formula to:
=ROUND(A1*0.245,2) which will round to 2 decimal places (cents, or pence etc), or: =ROUNDUP(A1*0.245,0) if you really want to round up to units (dollars, pounds etc), Your total will now reflect what is on screen. Hope this helps. Pete Gwen wrote: Microsoft Excel 2003 my format is multiplying cell by 0.245 the system automatically rounds up to the nearest unit (because i am using currency) When l total the whole column it adds by the original three digit and not the rounded up figure. Which means by totals are incorrect |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro | Excel Discussion (Misc queries) | |||
Column picked randomly with probability relative to number of entr | Excel Worksheet Functions | |||
Conditional Format as a MACRO | Excel Worksheet Functions | |||
Lookup Table Dilemma | Excel Worksheet Functions | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions |