Counting Number of Installed Stores

Hello Smartsheeters,
I am trying to count the number of installed stores using Smartsheet. I was able to use COUNTIF to get the number of chains that are installed by parsing the "Status" column:
=COUNTIF(Status:Status, "Installed")
However, I have another column that lists the number of installed stores/branches per chain (for example, the Acme chain of stores may have 4 installations). For all of the chains with the status of 'Installed', I want to look at the column to the right (# of installed stores) and create a total count of the number of installed stores.
So the logic would flow like this:
- Look at every chain with "Installed" in the 'Status' field
- Perform a
countSUM of the numbers in the "# of stores' field (of the chains that have "Installed" in the status field.
So if we have the following:
Acme - Installed - 1
Jim's - Installed - 2
Bongo-Bongo - Installed - 4
Video Mart - Pending - 4
The Sheet Summary field for "Total Number of Installed Stores) should display '7'.
Best Answer
-
Looks like I figured it out, using the SUMIF function:
=SUMIF(Status:Status, "Installed", [# of Stores]:[# of Stores])
Answers
-
Looks like I figured it out, using the SUMIF function:
=SUMIF(Status:Status, "Installed", [# of Stores]:[# of Stores])
-
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Help Article Resources
Categories
Check out the Formula Handbook template!