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 at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!