If or and formula help

Hi,

Can anyone help with this formula? I'm stumped!

If (Second Apparatus) contains "PM01" or "LD01", and (Agency) contains "TFD," then populate "TFD Battalion 1"

=IF(OR(AND([Second Apparatus]@row = "PM01", ([Second Apparatus]@row = "LD01")), AND(Agency@row ) = "TFD"), "TFD Battalion 1", "")

Thank you!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!