COUNTIFS HELP!

Options

Hello,

I'm attempting to write a formula that says count if this branch is rendered but not if this column shows "PTB"... I got the first part to work and it counts if the branch is in there but cannot get it to not count those with PTB in the PTB? column. if you need any further explanation please let me know!

Logic:

Count if Branch is "Schererville Stracks 101" but not if PTB? column shows "PTB"


=COUNTIFS([Branch #]:[Branch #], "Schererville Stracks 101", [PTB?]:[PTB?], NOT(FIND("PTB", LOWER(@cell)) = "PTB"))

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!