Hello,
Relatively new to SmartSheet and formulas and have come across a block.. needing some help from you wonderful people :)
I have a "Site" dropdown column with "SiteA" "SiteB" and "SiteC" as options. then a status column for each of the 3 sites (as below)
What I need is a formula that looks at what sites are in the 'Site' column, then for it to look at the status columns and return Approved or Declined in the final status columns. Sometimes one site may need to approved/decline, sometimes two etc. Got it working for a single site.. fell apart when trying two sites.
This is the formula I tried for two sites: =IF(Site@row = "SiteA", IF([SiteA Status]@row = "Approved", "Approved", "Declined")), IF(Site@row = "SiteA", "SiteB", IF([SiteA Status]@row = "Approved", IF([SiteB Status]@row = "Approved", "Approved", "Declined"))))
Any help is most appreciated.
James