Different numbers for the same name for different rows

avinashraste

Board Regular
Joined
Mar 12, 2008
Messages
167
Dear All,

I have a set of rows, grouped in 3 rows with the same name but different dates. I want to put the first name which is with current month's date with number "1" for eg. if the first row is "Nifty" then I want it "Nifty 1", if the second row which is also "Nifty" but with next month's date, I want to put it as "Nifty 2" and same with the third row.

Is this kind of thing possible ? please guide & help

Thanks & Regards
Avinash Raste
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
If the names are in column A starting in Row2, try this in B2 and filled down.

=A2&" "&COUNTIF(A$2:A2,A2)
 
Upvote 0
Hi,
Dear Jonmo1,
Thank you very much for your valuable & prompt reply friend. Its working but a small difficulty I'm facing. Actually the name I want to change is in column A and the dates are in column B.

Thanks & Regards

Avinash Raste
 
Upvote 0
Hi,
Sorry for troubling you again.

1) I have the names in column A and the dates are in column B.
2) I want to have the first name as it is, with the current date, for eg. " NIfty " should be the " Nifty " which is current month. Nifty with next month's date will be " Nifty 1 " and " Nifty 2 " for next to next month's date.

Please guide & help

Thanks & Regards
Avinash Raste
 
Upvote 0

Forum statistics

Threads
1,224,585
Messages
6,179,703
Members
452,938
Latest member
babeneker

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