Formula help: Counting user experience by date
Hi there,
I am trying to create a formula to count by user experience (e.g., Positive, negative, Neutral, N/A) for each month. For example count if a response is in September and it is positive.
I am referencing a different sheet and I have tried a few different formulas but I keep getting errors.
I am assuming I need to use =COUNTIFS - however, I cannot get the formula to work and I know it's a user error on my end.
Here is a bit of dummy data from my reference sheet
Any help would be greatly appreciated
Best Answer
-
In that case the criteria for that range should be
IFERROR(MONTH(@cell), 0) = 9
the above replaces
"September"
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Answers
-
If you share the COUNTIFS you are currently trying to get to work, I'd be happy to help walk you the rest of the way through it.
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
@Paul Newcome - thanks for your offer to help!
I have tried a few - but here is one that comes up with 0 but should have two results.
=COUNTIFS({Beta Survey Results Range 6}, "September", {Beta Survey Results Range 7}, "n/a")
-
Is {Range 6} referencing the date column?
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
@Paul Newcome - yes!
Range 6 is a date column - the format is typed out "month, date, year" (e.g., September 4, 2023)
Range 7 is the classification (e.g., Positive, Negative, Neutral, N/A)
-
In that case the criteria for that range should be
IFERROR(MONTH(@cell), 0) = 9
the above replaces
"September"
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
Thank you!!!!
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!