Extracting a value from a cell within a column depending on a value within its row

Gunex89

New Member
Joined
Jun 3, 2015
Messages
2
Hi guys,

Starting off with this table below:

Apt #Room 1Room 2Room 3
A-G01ARXD09GALHARTG09LLTAARTG09LLTA
B-G12
ARXD18GALH
D-G33ARTG09LLTAARTG09LLTA

<tbody>
</tbody>

I want to make a table which lists the Apartment numbers (Apt #) for each model type (there are three model types here; ARXD09GALH, ARTG09LLTA and ARXD18GALH). Thus I need three tables:
ARXD09GALH
A-G01

<tbody>
</tbody>


ARTG09LLTA
A-G01
D-G33

<tbody>
</tbody>



ARXD18GALH
B-G12

<tbody>
</tbody>

Thank you in advance,

Keith
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)

Forum statistics

Threads
1,214,812
Messages
6,121,693
Members
449,048
Latest member
81jamesacct

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