How to calculate a completed task
Options
I'm attempting for calculate if a observation was completed on a person, and mark them complete in the Q1 column of my driver list sheet. I have another sheet with the name Q1 SLC that has a column "Employee observed" that I want to match with the name in sheet "Driver List", column Driver Name. In the Q1 column I want to say complete.
Answers
-
I figured it out.
=IF(COUNTIF({Q1 SLC Range 1}, [Driver Name]@row) > 0, "Complete", "Incomplete")
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!