Hello, I am new to Smartsheet and formulas...I need assistance with a formula (creating a formula sheet for a dashboard).
My formula references another sheet and I want it to count the IN-PROGRESS and UPCOMING Training for an individual trainer. I've created a few formulas that work, but not sure how to create them to count for 2 different training statuses.
INFO:
Sheet Name: Class Tracker
Trainer Name: Aaron
Training Status: IN-PROGRESS, UPCOMING, COMPLETED
FORMULA to count "In-Progress" for Trainer: Aaron..
=COUNTIFS({Class Tracker Range 2}, "Aaron", {Class Tracker Range 1}, "IN-PROGRESS"
Any ideas on how to count both In-Progress and Upcoming?? So far I keep getting #UNPARSEABLE
Thanks!