Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have 4 columns, A1-item, B1-tax, C1-tax, D1- Total. Some items are taxable
on both, others only on 1, is there a way to automatically charge 1 or 2 taxes on the total. Thank-You B.W. |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
It is easy:
set the values in columns B and C as percents. Then D would have something like: =(1+B1+C1)*A1 With this set-up you can remove a column B or C tax just by setting the value to zero. -- Gary's Student "B.W." wrote: I have 4 columns, A1-item, B1-tax, C1-tax, D1- Total. Some items are taxable on both, others only on 1, is there a way to automatically charge 1 or 2 taxes on the total. Thank-You B.W. |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
B.W,
You can also add an additional column to indicate how the Item is taxed. Say you set-up the sheet like this: A1 B1 Tax1 .05 or 5% (say this is for state tax, use a "S" in the B (Tax Code) Column w/o quotes) A2 B2 Tax2 .025 or 2.5% (say this is for fed tax, use a "F" in the B (Tax Code) Column w/o quotes) A3 B3 Tax3 .075 or 7.5% (Use "B" in the B (Tax Code) Column w/o quotes, if you need to tax at both rates) Starting in Row 5 create your Title table: A5 B5 C5 D5 Item Tax Cost Total Name Code In Cell D6 put the following formula in it, and fill down: =IF(B6="S",SUM(C6,(C6*$B$1)),IF(B6="F",SUM(C6,(C6* $B$2)),IF(B6="B",SUM(C6,(C6*$B$3)),C6))) -- Have A Good Day Rich/rerat Add MS to your News Reader: news://msnews.microsoft.com (RRR News) <message rule <<Previous Text Snipped to Save Bandwidth When Appropriate "Gary''s Student" wrote in message ... It is easy: set the values in columns B and C as percents. Then D would have something like: =(1+B1+C1)*A1 With this set-up you can remove a column B or C tax just by setting the value to zero. -- Gary's Student "B.W." wrote: I have 4 columns, A1-item, B1-tax, C1-tax, D1- Total. Some items are taxable on both, others only on 1, is there a way to automatically charge 1 or 2 taxes on the total. Thank-You B.W. |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
What condition decides to choose B1-tax and C1-tax?
"B.W." wrote: I have 4 columns, A1-item, B1-tax, C1-tax, D1- Total. Some items are taxable on both, others only on 1, is there a way to automatically charge 1 or 2 taxes on the total. Thank-You B.W. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I place items in alphabetical order in a column and keep da | Excel Worksheet Functions | |||
set tab or enter keys to automatically move to different cells | Excel Discussion (Misc queries) | |||
Excel file automatically opens - More Info | Excel Discussion (Misc queries) | |||
Adjust the size of cells automatically | Excel Discussion (Misc queries) | |||
Linking items GREATER THAN O on another worksheet in the same Work | Excel Discussion (Misc queries) |