0

How to set an OR condition on a filter?

Hello,
How do you set an OR condition on a filter?
I want to return rows of work orders where the column 'batch owner' = "AAA" OR the column 'new batch owner' = "AAA"? Can this be done with an NL Rows?

I have this formula
=NL("Rows","Posted work order line","document no.","work order date",$C$2,"batch owner",$C$3)
but I need to also include rows where "new batch owner" = $C$3

2 comments

Please sign in to leave a comment.