Countif with multiple criteria

vladi305

Board Regular
Joined
Jan 12, 2023
Messages
88
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
this worksheet checks that values on the range from A:E all the way down to match the one from G:K on the first row

I tried using COUNTIFS, MATCH with SUM, SUMPRODUCT and the best I could do was hardcoding the array. It will be productive to change this to check the values from G to K dinamically and not hardcode as it is
Any ideas to improve this formula?

=IF(SUM(COUNTIF(A1:E1,{"8","19","26","27","34"}))=5,$L$1,
IF(SUM(COUNTIF(A1:E1,{"8","19","26","27","34"}))=4,$M$1,
IF(SUM(COUNTIF(A1:E1,{"8","19","26","27","34"}))=3,$N$1,
IF(SUM(COUNTIF(A1:E1,{"8","19","26","27","34"}))=2,$O$1,
IF(SUM(COUNTIF(A1:E1,{"8","19","26","27","34"}))<2,"L","F")))))
 

Attachments

  • Pic51.jpg
    Pic51.jpg
    131.5 KB · Views: 21

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,214,962
Messages
6,122,482
Members
449,088
Latest member
Melvetica

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