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.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!