Collecting/Counting Data from Multiple Cells/Columns
Good morning,
I'm using a formula to capture the total amount of "Extremely Satisfied", "Very Satisfied", and "Satisfied" in the "Satisfaction with level of technical knowledge" column for each quarter.
=COUNTIFS({Satisfaction with level of technical knowledge}, "Extremely Satisfied", {CY & Q}, "2024-Q1")
What I'm trying to do is capture all of the "Extremely Satisfied", "Very Satisfied", and "Satisfied" across all three columns for each quarter.
Ie. 2024-Q1 has two "Extremely Satisfied"
2023-Q4 has three "Very Satisfied"
Below is how our data is captured - these totals are only pulling from the "Satisfaction with level of technical knowledge", but I need the totals for all three columns
Can you help?
Thank you!
Brittaney
Best Answer
-
You would do it as three separate COUNTIFS added together.
You can make things easier for writing the formulas by having the Quarter/Year be formatted the same in both sheets. This would remove the need to change it so you would end up with a formula like this which you could then make a column formula:
=COUNTIFS({Satisfaction with level of technical knowledge}, "Extremely Satisfied", {CY & Q}, [Quarter / Year]@row)+COUNTIFS({Satisfaction with customer service received}, "Extremely Satisfied", {CY & Q}, [Quarter / Year]@row)+COUNTIFS({Satisfaction with dynamic systems}, "Extremely Satisfied", {CY & Q}, [Quarter / Year]@row)
Hope this helps, but if I've misunderstood anything or you still have problems/questions then let us know!
Answers
-
You would do it as three separate COUNTIFS added together.
You can make things easier for writing the formulas by having the Quarter/Year be formatted the same in both sheets. This would remove the need to change it so you would end up with a formula like this which you could then make a column formula:
=COUNTIFS({Satisfaction with level of technical knowledge}, "Extremely Satisfied", {CY & Q}, [Quarter / Year]@row)+COUNTIFS({Satisfaction with customer service received}, "Extremely Satisfied", {CY & Q}, [Quarter / Year]@row)+COUNTIFS({Satisfaction with dynamic systems}, "Extremely Satisfied", {CY & Q}, [Quarter / Year]@row)
Hope this helps, but if I've misunderstood anything or you still have problems/questions then let us know!
-
@Nick Korna - This worked for me. Thank you for your help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 361 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!