E
Eamon
Hi,
I have a workbook to track employee expenses
Sheet 1 i have...
in cells A8:H8 the following headings
Date, Item Description, Quantity, Currency, "Unit
Price", $ (inc VAT), $ (exc VAT),$ (VAT)
in cells A9:H9 i want...
01-Jan-04, Meals, 1, £, 25.00, $40.54 $34.50 $6.04
this will be based on a lookup table on sheet2 named "range" i.e..
Currency, Country, Exchange Rate $, VAT Rate
£, UK, 1.38, 17.5%
DM, GERMANY, 0.46, 18.0%
Zloty, POLAND, 0.24, 15.0%
in cell F9 i am able to use...
=VLOOKUP(D9,range,3,FALSE)*(C9*E9) to return the value in dollars from the
"rates" table in sheet2, but i also want to include the VAT. Is this
possible?
Thanks
Eamon
I have a workbook to track employee expenses
Sheet 1 i have...
in cells A8:H8 the following headings
Date, Item Description, Quantity, Currency, "Unit
Price", $ (inc VAT), $ (exc VAT),$ (VAT)
in cells A9:H9 i want...
01-Jan-04, Meals, 1, £, 25.00, $40.54 $34.50 $6.04
this will be based on a lookup table on sheet2 named "range" i.e..
Currency, Country, Exchange Rate $, VAT Rate
£, UK, 1.38, 17.5%
DM, GERMANY, 0.46, 18.0%
Zloty, POLAND, 0.24, 15.0%
in cell F9 i am able to use...
=VLOOKUP(D9,range,3,FALSE)*(C9*E9) to return the value in dollars from the
"rates" table in sheet2, but i also want to include the VAT. Is this
possible?
Thanks
Eamon