=COUNTIF / =COUNTIFS Not working

something68

New Member
Joined
Sep 13, 2024
Messages
35
Office Version
  1. 365
Platform
  1. Windows
I am having trouble getting the =COUNTIF / =COUNTIFS to work properly.

Here is what I'm doing - =countif(b3:f3,o3:s3) OR =countifs(b3:f3,o3:s3). It will highlight some numbers that match in those columns and other numbers that need to be matched are not highlighted. Example below: row 27 should have 13, 32, and 46 highlighted since they match numbers in columns O, R and S but it is hightlighting 01 (in column B) that is not in any of the columns O3:S:3.

1738592814207.png
 

Attachments

  • 1738592775790.png
    1738592775790.png
    16.2 KB · Views: 0
Try it like
Excel Formula:
=countifs($o3:$s3,b3)
 
Upvote 0
That's because there is no 13 in cols O:S on that row.
 
Upvote 0
My apologies, I did not include column N in the formula. It picked up the 13.


Thank you very much!
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,226,771
Messages
6,192,918
Members
453,766
Latest member
Gskier

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