Formula Needed Numerical and text conditions

ItalianPlatinum

Well-known Member
Joined
Mar 23, 2017
Messages
793
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hello - I am looking for a formula that will show me NO CHANGE if all 3 conditions are met, and if one isnt then it is checking if that figure matches back if it does then says match if doesnt it says doesnt match. for example the below:

ActivityTMVCondtion 1Condition 2Condition 3Total MVNew MVCHECK (FORMULA NEEDED)
Y100No changeNo change505050MATCH
N500No changeNo changeNo changeNo changeNo changeNo change
Y900700No changeNo change700700MATCH
N1000No changeNo changeNo changeNo changeNo changeNo change
Y0No change0No change00MATCH
Y900600No changeNo change600700Doesn't MATCH


Formula for Match or doesnt match: Total MV = New MV
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
How about
Excel Formula:
=IF(COUNTIFS(C2:E2,"No change")=3,"No change",IF(F2=G2,"Match", "No match"))
 
Upvote 0
Solution

Forum statistics

Threads
1,215,323
Messages
6,124,246
Members
449,149
Latest member
mwdbActuary

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