awsumchillicrab
Board Regular
- Joined
- Jan 30, 2011
- Messages
- 56
Hi all,
I have a long list of data in column A, many of which repeat themselves.
I want column B to do a countif of the respective entry in column A.
So if "Jacky" appears 3 times in cells A12, A20, and A24,
I should have "3" showing up in B12, B20, and B24.
Also, column A does not always have the same number of rows. I have to use a LastRow coding of some sort which doesn't let me explicitly express the range I want evaluated like A1:A100.
Thank you in advance!
I have a long list of data in column A, many of which repeat themselves.
I want column B to do a countif of the respective entry in column A.
So if "Jacky" appears 3 times in cells A12, A20, and A24,
I should have "3" showing up in B12, B20, and B24.
Also, column A does not always have the same number of rows. I have to use a LastRow coding of some sort which doesn't let me explicitly express the range I want evaluated like A1:A100.
Thank you in advance!