Forum Discussion

jose_cruzrodz's avatar
jose_cruzrodz
Frequent Visitor
3 years ago
Solved

Filter records by second column, based on primary column answer

Greetings,   Here is my sample data:   Expected result:             What I need to accomplish is look at Column E first. If that column has a value of "Yes", then I look at Col...
  • Syk's avatar
    3 years ago

    First thing that comes to my head is this..
    Duplicate the Table and remove all but columns B and E and filter it to just "Yes"

    Then, merge this table back to your main table using column B

    Expand column E(from table 2) and rename it to make it a little more clear.
    Use this new column and only filter for "Yes"