Countifs Past 90ds referencing another sheet
Hi,
I am trying to make a dashboard that shows the top 10 pieces of equipment with the highest number of issues in the past 90d.
I have my primary sheet that collects the data (Primary), and a reference sheet I am using to collect a count. I am just struggling to have it filter the last 90d. Showing #invalidoperation
=COUNTIFS({Emergency Work Order_Anniston Range 1}, CONTAINS(Equipment@row, @cell), AND({Emergency Work Order_Anniston Range 4} >= TODAY(-90)))
I tried to initially use the report to filter it down, but it shows all equipment issues, and unable to show only the top 10 on the dashboard.
Thanks in advance for any help!
Answers
-
The problem with the Today() formula is that it only updates while the sheet is open. There are some workarounds for that.
also how large is the range for {Emergency Work Order_Anniston Range 1}
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
Hi Mark,
The range is 5590 lines.
Thanks in advance for your help! -
Is it more then one column?
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
Hey @JRinger
In addition to the Today function mentioned by Mark, the COUNTIFS may a syntax error. Please try this
=COUNTIFS({Emergency Work Order_Anniston Range 1}, CONTAINS(Equipment@row, @cell), {Emergency Work Order_Anniston Range 4}, >= TODAY(-90))
Also, for assistance in automatically updating the TODAY function, please see this link from Andrée Starå:
Kelly
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!