gather Top 3 Found issues
Hello,
I'm working on trying to capture the top 3 repeat task. Capture [Job Type] "TC", [found issue] equals "x number", If blank show nothing if possible?
Then capture top 3 of "Found issue"
code for some of this..... =COUNTIF([Found Issue]:[Found Issue], [Found Issue]@row)
Is it possible to capture the last 45 days?
Answers
-
@Timothy Sure, if you used COUNTIFS and add a condition that checks if Today() - the Date <= 45.
I think this will work: =COUNTIFs([Found Issue]:[Found Issue], [Found Issue]@row, Date:Date, Today() - @cell <= 45)
Darren Mullen, join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 480 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 72 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!