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, smartsheetguru.com
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 Events
- 36 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!