Need to know what's causing the incorrect value shown after formula is created
I'm trying to count all rows that are tagged as "4. Billing Adjustments" within the current year from "Date Submitted" column also tagged as "Credit" from "Type of Change Requested" column but not getting the correct result
=COUNTIFS([Attrition Stage**]:[Attrition Stage**], "4. Billing Adjustments", [Type of Change Requested]:[Type of Change Requested], "Credit") + COUNTIFS([Attrition Stage**]:[Attrition Stage**], "4. Billing Adjustments", [Date Submitted]:[Date Submitted], @cell >= DATE(YEAR(TODAY()), 1, 1), [Date Submitted]:[Date Submitted], @cell <= DATE(YEAR(TODAY()), 12, 31))
Hope you can help me improve my formula, thank you.
Answers
-
Are you trying to get the sum of this,
=COUNTIFS( [Attrition Stage**]:[Attrition Stage**], "4. Billing Adjustments", [Type of Change Requested]:[Type of Change Requested], "Credit")
and this?
=COUNTIFS( [Attrition Stage**]:[Attrition Stage**], "4. Billing Adjustments", [Date Submitted]:[Date Submitted], @cell >= DATE(YEAR(TODAY()), 1, 1), [Date Submitted]:[Date Submitted], @cell <= DATE(YEAR(TODAY()), 12, 31))
Or just wanting to get the count of all 4 criteria like this?
=COUNTIFS(
[Attrition Stage**]:[Attrition Stage**], "4. Billing Adjustments",
[Type of Change Requested]:[Type of Change Requested], "Credit",
[Date Submitted]:[Date Submitted], @cell >= DATE(YEAR(TODAY()), 1, 1),
[Date Submitted]:[Date Submitted], @cell <= DATE(YEAR(TODAY()), 12, 31))...
-
I figured the correct formula and the 3rd example you shared is the one I used.
Thank you for the response, I appreciate it!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!