I am using a series of nested ifs to set a formula field to some value based on an adjacent lookup field pulling in drop down selections (yes, no, null) from related records (one to many).
I want my formula field to evaluate to one of three options:
“Rejected” if ALL records return “No”
“Awarded” if ANY record returns “Yes”
“Pending Proposal” if ANY record returns “Null”
Any ideas?
