IF {Status} is "X" or "XX" and {Date} is in the coming 90 days

Protonsponge
Protonsponge ✭✭✭✭✭✭
edited 10/29/24 in Smartsheet Basics

Hello,

In the formula below I am asking if the status in a reference sheet is "Pending Submission" or "Pending Approval" then display "No" in a symbol column.

I would be very grateful for any best practice on how to structure the formula to add in if {status} is "Pending Submission" or "Pending Approval" and a {Date Column} is in the next 90 days.

=IF(OR(INDEX(COLLECT({Status}, {country code}, [Country Code]@row), 1) = "Pending Submission", INDEX(COLLECT({Status}, {country code}, [Country Code]@row), 1) = "Pending Approval"), "No", "")

Very thankful in advance,

Protonsponge

Tags:

Best Answers

Answers