Same No. - Different Prefix (A to ZZ)

ken149256

New Member
Joined
Nov 16, 2018
Messages
4
Hi All, l'm wondering how can l setup the formula for the situation below:
If column A appears more than one times, it will count from A to ZZ.
If just only appears one time, then just shows ZZ.

A B
----------
1 A
1 B
1 C
2 ZZ
3 ZZ
6 ZZ
1 D

Any ideas of how to fix it?
Thanks.
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hi,

With your example ... what is your expected result ...???
 
Upvote 0
Hi,

In cell B2 ... you can use following formula

Code:
SUBSTITUTE(ADDRESS(1,IF(COUNTIF($A$2:$A$10,A2)=1,702,COUNTIF($A$2:A2,A2)),4),"1","")

Hope this will help
 
Upvote 0

Forum statistics

Threads
1,224,817
Messages
6,181,144
Members
453,021
Latest member
Justyna P

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