Hello Smartsheet World!
I have a question related to a sheet summary formula. I have a column with a drop down menu tracking facility issues. The users have the ability to select multiple issues in one submission. I am trying to count how many specific issues we are handling at a given time. For example, how many HVAC systems are down.
I've been able to create the formula to calculate each item when only one issue is selected, however I keep receiving an error message when there are several items selected.
Successful Formula :
=COUNTIF([Facility Issue]:[Facility Issue], "Cooking Equipment")
Unsuccessful Formula:
=COUNTIF([Facility Issue]:[Facility Issue], "Cooler/Freezer", "Electrical",)
Thanks for any insight!