Trouble with Nested IF Formula

kkinman
kkinman ✭✭✭
edited 02/24/25 in Formulas and Functions

Hi,

Can anyone help me understand why the formula below isn't working properly? It's only returning results of "No Start" or "In Progress" and not understanding where the error might be happening.

=IF(NOT(ISBLANK([Last Name]@row)), IF(COUNTIFS(BG@row:[Lic/Cert]@row, @cell = " ") = 8, "Not Started", IF(COUNTIFS(BG@row:[Lic/Cert]@row, OR(@ )) = 8, "Complete", IF([Did Not Start Reason]@row <> "", "No Start", "In Progress"))))

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!