Help Required on If Formula for Multiple Criteria...

ahsanmasoo1980

New member
Joined
Jan 1, 2020
Messages
1
Reaction score
0
Points
0
Excel Version(s)
2013
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.
 

Attachments

  • sample file.xlsx
    173 KB · Views: 7
Hi and welcome
Please,do not crosspost your question on multiple forums without including links here to the other threads on other forums.

Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).
If you have fewer than 10 posts here, you will not be able to post a link, but you must still tell us where else you have asked the question
 
Back
Top