Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi, any help appreciated.
A total cost value is used to calculate a tax value of 5%. Where tax is one of the item contributing to the total cost. How can calculate the tax amount without entering into a circular reference error? Thanks! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Aug 19, 12:54 pm, YY san. wrote:
Hi, any help appreciated. A total cost value is used to calculate a tax value of 5%. Where tax is one of the item contributing to the total cost. How can calculate the tax amount without entering into a circular reference error? Thanks! Put SUM info into the tax line to add up all the other appropriate lines, multiplied by 5%. Then do your final sum at the bottom. So maybe tax is in E100: =SUM(E4:E99)*.05 And then the TCV is: =SUM(E4:E100) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=A2*5%/(1+5%)
-- David Biddulph "YY san." wrote in message ... Hi, any help appreciated. A total cost value is used to calculate a tax value of 5%. Where tax is one of the item contributing to the total cost. How can calculate the tax amount without entering into a circular reference error? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
adding on to an existing total & avoiding a circular reference blo | Excel Discussion (Misc queries) | |||
Circular Reference | Excel Discussion (Misc queries) | |||
I need a running total of monthly grocery expense | Excel Discussion (Misc queries) | |||
'circular reference' | Excel Discussion (Misc queries) | |||
Circular Reference... Help! | Excel Worksheet Functions |