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 - Looking to take your Smartsheet knowledge to the next level and become an expert? Join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!