Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
B.W.
 
Posts: n/a
Default Charging 1 or 2 Taxes on items automatically

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   Report Post  
Posted to microsoft.public.excel.newusers
Gary''s Student
 
Posts: n/a
Default Charging 1 or 2 Taxes on items automatically

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   Report Post  
Posted to microsoft.public.excel.newusers
RRR_News
 
Posts: n/a
Default Charging 1 or 2 Taxes on items automatically

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   Report Post  
Posted to microsoft.public.excel.newusers
jirkalla
 
Posts: n/a
Default Charging 1 or 2 Taxes on items automatically

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I place items in alphabetical order in a column and keep da Angela33 Excel Worksheet Functions 7 March 16th 07 07:54 PM
set tab or enter keys to automatically move to different cells J9Y Excel Discussion (Misc queries) 8 November 8th 06 02:29 AM
Excel file automatically opens - More Info Lost4Now Excel Discussion (Misc queries) 2 December 4th 05 11:01 PM
Adjust the size of cells automatically Dajana Excel Discussion (Misc queries) 1 September 6th 05 02:56 PM
Linking items GREATER THAN O on another worksheet in the same Work Eddie Shapiro Excel Discussion (Misc queries) 4 December 1st 04 02:55 PM


All times are GMT +1. The time now is 09:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"