Hello all!
I've been diving into Smartsheets, and more recently Dashboards since taking on my new role in Quality Assurance and have come to a roadblock.
Goal: I'm attempting to pull a "Top 5 error offenders for yesterday" to display on my Quality Dashboard so it updates automatically.
I have a column ("Errors Yesterday") that counts the number of occurrences a team member had yesterday.
=COUNTIFS([Error User]:[Error User], [Error User]@row, [Error Date]:[Error Date], TODAY(-1))
I have attempted to use RANKEQ to rank the "Errors Yesterday" column but it doesn't seem to be returning the correct results.
=RANKEQ([Errors Yesterday]@row, [Errors Yesterday]:[Errors Yesterday], 1)
The plan would then be to have my metrics sheet pull the #1,2,3 for yesterday to a bar graph on another dashboard.
I currently have to manually enter the top daily/weekly/monthly error offenders but am trying to automate it.
Let me know what other information I can provide to assist.
Thank you in advance for your help!
-Jesse