Pull multiple columns of data based on extracted data

Sleepingsouls

New Member
Joined
Jan 22, 2018
Messages
20
Hi guys,

Another tricky one (for me anyways), I have to pull data out of one work sheet into another based on a certain criteria (which is basically yes or no). I am already aware of how to do what is essentially a vlookup for multiple returns but my problem is I have 6 columns and I can't use the same formula for them because it will move the corresponding data up to the first cell.

My formula for Column X is =IFERROR(INDEX(Sat!$E$8:$E$36, SMALL(IF(($I$1=Sat!$AA$8:$AA$36), MATCH(ROW(Sat!$AA$8:$AA$36), ROW(Sat!$AA$8:$AA$36)), ""),ROWS($A$1:A4))),"")

Column Y cannot have the same formula as there will not always be information in the next column (Sat!E has the current data Sat!F will not always have data next to it) which means when F does have information I need returned it will move upwards and appear next to the wrong data in column X

E.g

Sat! (worksheet 1)
EFG
Client XNo
Client BNo
Client 1Yes
Client 2Yes
InternalInternalYes
InternalInternalYes

<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>
</tbody>

Reporting (Worksheet 2)
XY
Client 1
Client 2
InternalInternal
InternalInternal

<colgroup><col width="64" span="2" style="width:48pt"> </colgroup><tbody>
</tbody>

There are actually 6 Columns I need the data from and potentially others that aren't right next to each other like in this example. I just can't figure out how to do it without over complicating it.

Thank you
 
Last edited:

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
I'll Also need some help smooshing all that data together (All days of the week located under each other) after we figure this out.
 
Upvote 0
Why not just filter the data on column G and copy and paste the resulting into columns X and Y. Use the Built in Filter located on the Data Tab of the Ribbon
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,905
Messages
6,122,178
Members
449,071
Latest member
cdnMech

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