Want to change the apartment Number only of same address in a column.

Leicester City Fox

Board Regular
Joined
Oct 7, 2016
Messages
91
Office Version
  1. 2019
Platform
  1. Windows
SQL:
Hello There,

Here the situation, I have addresses which many have 50 to 100 apartments in a column.

Instead of me manual having to change the apartment number is there a quicker easier way? See example of results below I want.



Column A



Apartment 1, 10 London Road

Apartment 2, 10 London Road

Apartment 3, 10 London Road

ect

Is there a way of click down so only the apartment No. changes but address stay the same (10 London Road)?



Many Thanks

Leicester Fox
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Hi LCF, If you don't mind having helper columns type Apartment 1 in A1 '10 London Road in B1 and =A1&", "&B1 in C1, then drag down.

Might not be the best way but it is quick
 
Upvote 0
You could use a formula like this copied down. Subsequently you could Copy -> PasteSpecial (Values) if you wanted to replace the formulas,

Cell Formulas
RangeFormula
A1:A12A1="Apartment "&ROWS(A$1:A1)&", 10 London Road"
 
Upvote 0
Hi LCF, If you don't mind having helper columns type Apartment 1 in A1 '10 London Road in B1 and =A1&", "&B1 in C1, then drag down.

Might not be the best way but it is quick
Hi Scoudny & Peter SSs

Just a big thank you for both your ideas , I am very grateful as both will work and the easier the better :)

Many Thanks
The Leicester Fox
 
Upvote 0
You're welcome. Glad we could help. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,215,461
Messages
6,124,954
Members
449,198
Latest member
MhammadishaqKhan

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