Extract entire column if cell matches - then move on

trentonirons

New Member
Joined
Mar 27, 2017
Messages
17
Hi all,

I don't know where to start on this one. I have a range of data with about 7 columns of data. This list contains about 5000 rows of information in the following format:

First Name
Last Name
Email
Course Name
Pre-Status
Post-Status
Username
John
Smith
johnsmith@company.com
Test Course
Approved
No-Show
JOHNSMITH

<tbody>
</tbody>




<colgroup><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>
I need a formula that will return a list of all occurrences of each row that has a Post-Status of 'No-Show'. From a logic standpoint, the formula should check each row and say "if Post-status equals "No-Show", return E-mail, and Course Name. Then in the cell next to it, it should search the rest of the range starting from the point where the previous cell found the last occurrence of no-show. That way, I can get a list of all no-shows from the range. Where do I start on that? What functions should I be using?
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
Hey Trenton,

There a number of ways to do this. Using Power Query wouldn't be too difficult. Have you ever used it? Formulas can also be provided...

Also, what are your expected results? Can you please show a few expected results so that the viewers can see exactly what you want in the end?
 
Upvote 0

Forum statistics

Threads
1,214,376
Messages
6,119,181
Members
448,871
Latest member
hengshankouniuniu

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