Need help with excel formula or program

motorcyclemarket

New Member
Joined
May 19, 2010
Messages
11
Here is my situation:
Data I have Data I need
[TABLE="width: 500"]
<tbody>[TR]
[TD]1000[/TD]
[TD]1000_1[/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD]1000_2[/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD]1000_3[/TD]
[/TR]
[TR]
[TD]1000[/TD]
[TD]1000_4[/TD]
[/TR]
[TR]
[TD]2000[/TD]
[TD]2000_1[/TD]
[/TR]
[TR]
[TD]2000[/TD]
[TD]2000_2[/TD]
[/TR]
[TR]
[TD]3000[/TD]
[TD]3000_1[/TD]
[/TR]
[TR]
[TD]3000[/TD]
[TD]3000_2[/TD]
[/TR]
[TR]
[TD]3000[/TD]
[TD]3000_3[/TD]
[/TR]
[TR]
[TD]4000[/TD]
[TD]4000_1[/TD]
[/TR]
</tbody>[/TABLE]


Is there a formula to give me the end result in column 2 from column one?

Neil Ghuman
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
motorcyclemarket, Good afternoon.

Suppose your data is at column A at A1:A100

Do it:

B1 --> =A1&"_"&COUNTIF($A$1:A1,A1)

Copy it down.

Tell us if it worked for you.
I hope it helps.
 
Upvote 0
I feel glad to help you.

Greetings from Brazil
------------------------------
Belo Horizonte, Brasil
Marcílio Lobão
 
Upvote 0

Forum statistics

Threads
1,223,894
Messages
6,175,254
Members
452,623
Latest member
Techenthusiast

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