Need Count Formula

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Not sure if I've understood correctly, but how about in L25
=SUM(ISNUMBER(FIND($G25,L$1)),ISNUMBER(FIND($H25,L$1)),ISNUMBER(FIND($I25,L$1)))
 
Upvote 0
You have a typo in your formula, the last part of each FIND function should be L$1
 
Upvote 0
Hi,

For your uploaded Sample, try this entered in L7, copied down and across to BD13.
Does this give you the results you require?


Book1
GHIJKLMNOPQ
1TRUE10,1,30,3,11,0,31,3,03,0,13,1,0
2
3
4
5
6
703366222222
801344333333
901233222222
1003366222222
1112366222222
1201122222222
1301233222222
4-DIGIT
Cell Formulas
RangeFormula
L7=LEN(L$1)-LEN(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(L$1,$G7,""),$H7,""),$I7,""))
 
Last edited:
Upvote 0
Try this modified version, see if it gives you your required results, I don't have time to go thru all the data but have checked L7:AS7 and results seems correct.


Book1
GHIJKLMNOPQ
1TRUE10,1,30,3,11,0,31,3,03,0,13,1,0
2
3
4
5
6
703366222222
801344333333
901233222222
1003366222222
1112366222222
1201122222222
1301233222222
4-DIGIT
Cell Formulas
RangeFormula
L7=LEN(L$1)-LEN(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(L$1,$G7,"",1),$H7,"",1),$I7,"",1))
 
Upvote 0

Forum statistics

Threads
1,215,836
Messages
6,127,175
Members
449,368
Latest member
JayHo

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