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])
-
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!