Labeling Duplicate data in a column

hanahass

New Member
Joined
Jul 25, 2021
Messages
21
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hi Masters!

Seeking your expertise to help me with this if i have, for example :

A
A
A
B
B
C
C
D
D
D

and I need the next to be labelled as their order from top to bottom like the image attached

Not sure if this is confusing but, please let me know.

Thanks in advance!
 

Attachments

  • Capture.PNG
    Capture.PNG
    1.5 KB · Views: 4

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Like this?

21 08 31.xlsm
AB
1A1
2A2
3A3
4B1
5B2
6C1
7C2
8D1
9D2
10D3
Number Them
Cell Formulas
RangeFormula
B1:B10B1=COUNTIF(A$1:A1,A1)
 
Upvote 0
Solution
Hi Peter! Thank you for your reply!

If I use countif, it'll be

A 3
A 3
A 3
B 2
B 2

instead of

A 1
A 2
A 3
B 1
B 2
 
Upvote 0
If I use countif, it'll be

A 3
A 3
A 3
B 2
B 2
No it wont, you can see it working in my mini-sheet.
Try it. Make sure that you use the formula I gave (assuming the data is in columns A:B as shown in my sheet), not the one you think I gave. :)
 
Upvote 0
Oh yes! Sorry! I didn't notice it was a mini-sheet. I got it now! and it's perfect!

Thank you so much Peter! I appreciate you! ?‍♀️
 
Upvote 0

Forum statistics

Threads
1,214,921
Messages
6,122,280
Members
449,075
Latest member
staticfluids

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