Hi Rachelle
Please, try the following steps
On Sheet1
- Create a table listing all the Categories and their respective VAT %
- Optionally, you may give a Named Range to the table. per example: "VATperCategoryTb"
Note1: VAT-exempt Categories are reflected on the table as 0.0% (green cells)
On Sheet2
- You may then use the formula =B2*VLOOKUP(A2,VATperCategoryTb,2,FALSE) and copy/drag it down
Note2:
If you choose not to create a Named Range the formula would be
=B2*VLOOKUP(A2,Sheet1!$A$1:$B$11,2,FALSE)
Adapt the ranges in the formula according to your real scenario.
I hope this helps you and gives a solution to your problem
Do let me know if you need more help
Regards
Jeovany