Forum Discussion

JimS-2145's avatar
JimS-2145
Copper Contributor
Mar 04, 2020
Solved

Moving large subsets of Excel data from tab to another based on criteria

How do I pull select data fields from one Excel tab into another? E.g. I have a complete and very large list of customers on tab 1. On tab 2 I have a subset of these customers that are "live"....but ...
  • mathetes's avatar
    mathetes
    Mar 09, 2020

    JimS-2145 

    Here's your sample, with the formula I had suggested in Column B. I edited it to conform to your new arrangment of the two data sets, but that was a minimal change. The formula in cell B2 reads as follows:

    =IFNA(VLOOKUP(A2,C$2:D$11,2,0),"")

    I copied it down the length of your data set and you can see the result. I didn't bother with the color formatting, because you can just sort based on the presence of the word "Live" in column B.

Resources