using NOT

Hello,

I am trying to write a formula to identify open deviations that are in another sheet. The column that I am referencing {Deviation Tracker Range 3} has multiple options for the stage it is in but I only want to collect what is in {Deviation Tracker Range 1} if the cell does not contain "Closed". (for reference {Deviation Range 2} is looking at the parent batch number}

=JOIN(COLLECT({Deviation Tracker Range 1}, {Deviation Tracker Range 2}, {Deviation Tracker Range 3}, if(not "closed"), contains([parent batch]@row, @cell), " *and* ")

Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!