View Single Post
  #1   Report Post  
Dan Wilson
 
Posts: n/a
Default Computing totals for tax and non-tax items

Good day. I am using Excel 2002 with Windows ME. I have
a worksheet being used as an order form for products to be
ordered. The products are on a separate worksheet and
referenced by VLOOKUP in the order worksheet. I use the
VLOOKUP to use the product number (ex: 810) to get the
part description, cost and tax Code to fill in the order
worksheet. The Tax code is either "t" or "n" ( tax or non-
tax). On the order worksheet, the list of products being
ordered is totalled and the state tax is computed against
this total. My problem is, that some of the products
being ordered are not taxable. Is there a way to total
the non-taxable items and then subtract that total from
the products total so that the tax can be computed against
taxable items only? I am open to modifying the worksheet
to make this easy. The current format is;

A B C D E F

810 2 Widget 1 $45.00 $90.00 t
820 1 Widget 2 $25.00 $25.00 n

Column A = Item Number
Column B = Quantity ordered
Column C = Item Description
Column D = Item Cost
Column E = Total Item Cost
Column F = Tax/Non-Tax

The separation of the taxable and non-taxable items can be
totalled at any point on the worksheet to make this easy.

Thanks, Danno...