KMAccountant

New Member
Joined
Sep 22, 2017
Messages
3
Im doing someones accounts and i need to use the IF FORMULA to work out the values, so between if there wage is between £5000 and £45000 that week (lets say) i want there wages to be charged at 7.5% VAT and it works out the values for me. So when it goes over £45+k i want it to be charged at 20% and so on... Can someone make me formula for it? Thanks
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
You don't need an IF you need a LOOKUP table, like I put in Column J & K in my example. Just put the low end of the range in the left column and the corresponding % in the right column.

=A1*LOOKUP(A1,J:K)


Excel 2010
ABCDEFGHIJK
1450009000WageVAT %
25001375.07500
350000.075
4450000.2
Sheet1
Cell Formulas
RangeFormula
B1=A1*LOOKUP(A1,J:K)
B2=A2*LOOKUP(A2,J:K)
 
Upvote 0
You don't need an IF you need a LOOKUP table, like I put in Column J & K in my example. Just put the low end of the range in the left column and the corresponding % in the right column.

=A1*LOOKUP(A1,J:K)

Excel 2010
ABCDEFGHIJK
1450009000WageVAT %
25001375.07500
350000.075
4450000.2

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
B1=A1*LOOKUP(A1,J:K)
B2=A2*LOOKUP(A2,J:K)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>
Thanks!
 
Upvote 0

Forum statistics

Threads
1,215,202
Messages
6,123,625
Members
449,109
Latest member
Sebas8956

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top