Jump to content

Filtering data table based on conditions of two columns


Charlotte Price
Go to solution Solved by Fredrik Rosell,

Recommended Posts

I have a table which I want to filter to only show rows based on some rules:

BO rows only when DIST TYPE is "CONSTANT"

DEGREE_FILL rows only when DIST TYPE is "CONSTANT"

SHOIL rows only when DIST TYPE is "STRETCHED_BETA"

2023-01-3011_37_11-Book2-Excel.png.c26802e86f7f699e94bd009ba80c83e3.png 

I've got as far as using this expression in Filter rows:

([DIST] IN ("DEGREE_FILL", "BO")) And ([DIST TYPE]="CONSTANT")

but when I try and add the SHOIL STRETCHED_BETA filter, it falls over as I can't seem to get it to handle multiple cases. Any thoughts on how I can fit all of these filters in the one expression?

Cheers!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...