Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
countIf for several values in same column

Jones
✭
Hi - Newbie here, but how do you count several text values in the same column?
=COUNTIF(Status:Status, "Closed" OR "Deployed")
doesn't work
Tags:
Comments
-
=COUNTIF(Status1:Status9, "Closed") + COUNTIF(Status1:Status9, "Deployed")
This will add any rows with "Closed" or "Deployed"
Make sure you adjust your range to the correct rows.
-
ah. great.
easy when you know how!
This discussion has been closed.