I have a spreadsheet with the following:
fa1234 6.2
fa1234 3.2
fa1234 2.5
fa1235 9.5
fa1236 1
fa1237 3
fa1237 6.3
I would like to count how many times an item appears in the first column... So it would look like this:
fa1234 6.2 1
fa1234 3.2 2
fa1234 2.5 3
fa1235 9.5 1
fa1236 1 1
fa1237 3 1
fa1237 6.3 2
What function can I use or code to do this?
Thanks!
Charlene
fa1234 6.2
fa1234 3.2
fa1234 2.5
fa1235 9.5
fa1236 1
fa1237 3
fa1237 6.3
I would like to count how many times an item appears in the first column... So it would look like this:
fa1234 6.2 1
fa1234 3.2 2
fa1234 2.5 3
fa1235 9.5 1
fa1236 1 1
fa1237 3 1
fa1237 6.3 2
What function can I use or code to do this?
Thanks!
Charlene