Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My formula is SUM(B2:E2)-G2/G2 ... numbers are (7.58)-10.29/10.29.
Correct answer is - 0.2633 but Excel keeps inserting 6.57 as the answer. Please help ... trying to calculate Total Cost on ALOT of spreadsheets. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=(SUM(B2:E2)-G2)/G2
=((7.58)-10.29)/10.29 (7.58)-10.29/10.29 G2/G2 = 10.29/10.29 = 1; 7.58 -1 = 6.58 The division takes precedence over the subtraction hence 10.29/10.29 ( = 1 ) so put the additional set of brackets in. Regards Trevor "Rebecca" wrote in message ... My formula is SUM(B2:E2)-G2/G2 ... numbers are (7.58)-10.29/10.29. Correct answer is - 0.2633 but Excel keeps inserting 6.57 as the answer. Please help ... trying to calculate Total Cost on ALOT of spreadsheets. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this: =(Sum(B2:E2)-10.29)/10.29
I tried it in a spreadsheet myself, and I came out to the answer you were looking for. "Rebecca" wrote: My formula is SUM(B2:E2)-G2/G2 ... numbers are (7.58)-10.29/10.29. Correct answer is - 0.2633 but Excel keeps inserting 6.57 as the answer. Please help ... trying to calculate Total Cost on ALOT of spreadsheets. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() A simplification to your formula might help =SUM(B2:E2)/G2-1 -- daddylonglegs ------------------------------------------------------------------------ daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486 View this thread: http://www.excelforum.com/showthread...hreadid=525896 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
'Correct' way for multiple calculation from other worksheets? | Excel Discussion (Misc queries) | |||
Calculation not correct | Excel Discussion (Misc queries) | |||
Calculation Setting in Excel | Excel Discussion (Misc queries) | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions |