Looking Up & Assessing Data

Amosbroker

New Member
Joined
Mar 26, 2018
Messages
32
Hello everyone!

I currently have a workbook that I use the index/match function along with IF statements. I have two tabs: first tab contains my clean list of data that pulls from my data export on tab 2. Below is a small snippet of the portion I am trying to find a solution. I want to pull in ID's that are ACTIVE in to my Tab 1 from Tab 2. Now I can do this with:

IF('[Incentive_5.31.18.xlsm]ESCore'!O29="Active",'[Incentive_5.31.18.xlsm]ESCore'!G29,"")

<tbody>
</tbody>

However, it gives blanks where there are disabled people. I want a clean list of only active people, I want it to skip over the disabled people. Is this something I can do with formula or will I need to create a VBA? I have other formulas tied to the ID across the row so I will need excel to look at each row by active status.

Tab 2 - Data Export
IDLocaleFNLN
ABC1DisabledJillSMith
ABC2ActiveJohn Smith

<tbody>
</tbody>

Tab 1 - Cleaned up List
IDFNLNDiv
ABC1JohnSmithNorth
ABC2JillSmithSouth

<tbody>
</tbody>


<colgroup><col><col><col span="3"></colgroup><tbody>
</tbody>
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hi Amosbroker,

A filtering operation like that can be done with formulas or VBA, but I think a simpler solution would be use one of Excel's features that are designed to filter data tables.

Options include PivotTables, AdvancedFilter and Power Query.
 
Upvote 0

Forum statistics

Threads
1,215,391
Messages
6,124,674
Members
449,179
Latest member
fcarfagna

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