How to count single select dropdown products within 3 columns.
I have the same list of 28 products in a single select drop down in 3 columns. (3 columns are necessary b/c they each can be used in different amounts and those mix rates are in neighboring columns.) I want to count the number of times a product was used within three different columns and added together.
Answers
-
Hi @Brenda Peterson,
In a separate sheet, setup a column that lists all the products and a column that will have the formula for the totals. In my example I am showing 5 products - you can just continue the pattern for the rest.
Here is the formula: =COUNTIF({Choice 1}, @cell = Primary@row) + COUNTIF({Choice 2}, @cell = Primary@row) + COUNTIF({Choice 3}, @cell = Primary@row)
Make sure to setup the correct reference to each of the 3 columns.
I hope this helps,
Dave
-
Hi Brenda,
Imagining the sheet to look something like this and without further details I am speculating but this is the direction I would take. →
Product 1 | Quantity 1 | Product 2 | Quantity 2 | Product 3 | Quantity 3|
Apple | 10 | Orange | 9 | Banana | 3 |
You have many options, I will give you 3.
The easiest answer is to create a report with a count on the product columns. It "does the job" but fails to completely solve the problem.
The second answer is creating a helper sheet and manually generating the total sum.
- Create a grid sheet
- Copy the drop-down choices
- Paste them into the primary column
- Use a column formula like =CountIF({Product 1 Column Look Up Sheet}, primary@row)+CountIF({Product 2 Column Look Up Sheet}, primary@row) + CountIF({Product 3 Column Look Up Sheet}, primary@row)
- Sum the counts in a separate cell.
The third and cleanest answer is to write a formula in the sheet summary for each of the products to count the total of each product.
Good luck!
CEO | Skyway Consulting Co.
Does your Dashboard need a map that updates from Smartsheet Data?
We pioneered 101+ ways to add a map to a Smartsheet Dashboard.
Smartsheet and GIS Integrations
→ Explore Smartsheet Maps (ArcGIS)
→ LinkedIn
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!