formula

Susan van Niekerk
Susan van Niekerk ✭✭✭✭✭

Hi

Trying to get a formula to report when there are tasks "Missing"

so when below columns are blank or the Two are not "APPROVED" I want to return TASK OUTSTANDING and when all not blank and the two APPROVED return COMPLETED

I have tried several way blank and not blank but cant get it to return what I want when I want :-)

=IF(OR(ISBLANK([Helper 1]@row), ISBLANK([Native Title Group]@row), ISBLANK([Traditional Owner]@row), ISBLANK(Consultant@row), ISBLANK([BSR number]@row), ISBLANK([Study Area URL Link]@row), ISBLANK([LAP Number]@row), ISBLANK([CMS Number]@row), ISBLANK([CMS complete]@row), ISBLANK([PO number]@row), ISBLANK([Supervisor Assigned]@row), ISBLANK([MESO Assigned]@row), [REG Status]@row <> "APPROVED", [LAP status]@row <> "APPROVED"), "TASK OUTSTANDING", "COMPLETED")

                

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!