Countif Not Working

dids86

New Member
Joined
Aug 15, 2024
Messages
9
Office Version
  1. 365
Platform
  1. Windows
Hi,

I've created a UniqueID by bringing the values from 3 columns together with the intention of doing a countif on this Unique ID column.

However the countif doesn't look to work, I've attached an image if anyone would be able to advise on how to get this to work please.

1740568711641.png



Thanks
 
How about
Excel Formula:
=SUMPRODUCT(--($E$2:$E$100=E2))
 
Upvote 0
Solution
Excel treats numbers up to 14 digits, from 15th it is 0.
In this sample, you can use COUNTIFS, instead of combination from 3 columns, like this:
Code:
=COUNTIFS($B$2:$B$100,B2,$C$2:$C$100,C2,$D$2:$D$100,D2)
 
Upvote 0

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