If Formula for Multiple Criteria

ahsanmasood1980

New Member
Joined
Dec 31, 2019
Messages
1
Office Version
  1. 2013
Platform
  1. Windows
The fomula to match values under their respective codes.

=IF($D8=$M$4:$N$4,$J8,"")

following the above code, i want to include two more conditions along with this formula.


When i select following conditions under VAT Type drop down column will return the following results.


a. When i select VAT Type "20%", the formula will do deductions between "Input or Output VAT amounts" & which are under
column "Receipts" or "Payments".

e.g: Base Value - VAT Type - 20% VAT - Net
100 - 20% - 16.67 - 83.33


b. When i select VAT Type "EC20%", the formula will not do any deductions between "Input or Output VAT amounts" & which are under
column "Receipts" or "Payments".

e.g: Base Value - VAT Type - VAT - Net
100 - EC20% - 0 - 100.00.

I will be very grateful if someone can really help me out, because deadline to complete my project is running out of time. either by illustrating the formula here or by doing it under my sheet and send me as attachment.

In other words i want to combine these two functions together.

1. =if(isnumber(match($f9,$ab$4:$bv$4,)),$y9,"")
2. =IF(M8=20%,L8/6,IF(M8="EC20%",SUM(L8*0.2),0))
Link to download sample file sample file.xlsx
Thanks.
 
Last edited by a moderator:

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Cross posted Help Required on If Formula for Multiple Criteria...

While we do not prohibit Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules). This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0

Forum statistics

Threads
1,215,014
Messages
6,122,697
Members
449,092
Latest member
snoom82

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