Listing of numbers within different postcode ranges given in one column

imran111

New Member
Joined
Mar 13, 2018
Messages
1
Help please,
I have a listing of postcodes in a col. A with some of them given as a range. Is there a quick way to list the postcodes individually in a separate column within that postcode range given and match the corresponding zone associated with it. Example:

POSTCODE ZONE
200-203 CANBERRA

I would like to this to be:

200 CANBERRA
201 CANBERRA
203 CANBERRA


Thank you
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Would this be a quick way:

Put 200 CANBERRA in Range("A1")
Put 201 CANBERRA in Range("A2")


Then Select Range(A1:A2")

And then select the small square box in bottom right corner of selection and drag down
 
Last edited:
Upvote 0
Welcome to the MrExcel board!

.. with some of them given as a range.
That implies that some of them are not a range, so could you give a slightly bigger set of representative sample data and the expected results?
Preference would be to have sample data that we can copy/paste to test with - my signature block below has a link with suggestions for that.

Is a macro solution acceptable if a formula or manual one is not feasible?

What version of Excel are you using?

A bit of background as to why you want them listed individually might also help.
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,214,585
Messages
6,120,399
Members
448,957
Latest member
Hat4Life

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