tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
Assume I have this column of data:
If I type in cell D1:
and copy the formula down, I get:
which is correct.
But what I am seeking is:
How can this achieved?
Thanks
Rich (BB code):
a
b
c
d
e
a
b
If I type in cell D1:
Rich (BB code):
=COUNTIF(A:A,A1)
and copy the formula down, I get:
Rich (BB code):
2
2
1
1
1
1
1
which is correct.
But what I am seeking is:
Rich (BB code):
1 of 2 ' because it's the 1st a of 2
1 of 2 ' because it's the 1st b of 2
1 of 1 ' because it's the only c
1 of 1 ' because it's the only d
1 of 1 ' because it's the only e
2 of 2 ' because its the 2nd a of 2
2 of 2 ' because its the 2nd b of 2
How can this achieved?
Thanks
Last edited: