Struggling with COUNTIFS
=COUNTIFS(Status:Status, "Received" AND([ETA/Receipt Date]>=TODAY(-30)),[Merchandising Review - Rebecca]:[Merchandising Review - Rebecca], "Yes")
trying to add a stipulation here where status is Received but the actual date must be greater than past 30 days
keep getting #unparseable
Best Answer
-
You have an AND that you don't need, and missing a comma that you do. HA. Try this:
=COUNTIFS(Status:Status, "Received", [ETA/Receipt Date]:[ETA/Receipt Date], >=TODAY(-30), [Merchandising Review - Rebecca]:[Merchandising Review - Rebecca], "Yes")
Answers
-
You have an AND that you don't need, and missing a comma that you do. HA. Try this:
=COUNTIFS(Status:Status, "Received", [ETA/Receipt Date]:[ETA/Receipt Date], >=TODAY(-30), [Merchandising Review - Rebecca]:[Merchandising Review - Rebecca], "Yes")
-
thank you! i knew it was something small i missed!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K 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
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!