If Statement Help

Three conditions to meet the result.

[Name] to match with another reference sheet with [Full_Name]

from other reference sheet: PayerAbv = "B"

from other reference sheet: Effective Date = Not blank

return "Yes" or "No"

=IF({Full_Name} = [Name]@row, {PayerAbv} = "B", {EffDate} <> "", "Yes", "No")

Tags:

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!