S
stacy_jeanne
I am trying to count "unique" items and I have tried the different
suggestions out there and itis still coming up incorrect.
What I have: (These are text values, and have to remain that way.)
00000002756
00000002766
00000002771
00000002771
00000039981
00000185817
00000195933
00000195933
00000195933
00000195933
So, my count should be 5.
I am using the formula:
=SUM(IF(FREQUENCY(MATCH(Range1,Range1,0),MATCH(Range1,Range1,0))>0,1))
And my total keeps coming up with 6.
What am I doing wrong?
Any help will be appreciated.
Thanks.
Stacy
suggestions out there and itis still coming up incorrect.
What I have: (These are text values, and have to remain that way.)
00000002756
00000002766
00000002771
00000002771
00000039981
00000185817
00000195933
00000195933
00000195933
00000195933
So, my count should be 5.
I am using the formula:
=SUM(IF(FREQUENCY(MATCH(Range1,Range1,0),MATCH(Range1,Range1,0))>0,1))
And my total keeps coming up with 6.
What am I doing wrong?
Any help will be appreciated.
Thanks.
Stacy