DISTINCT COUNT BY DATES
Hello, All. I'm new to Smartsheet and trying to find a formula that can pull unique/distinct names by date. For example, one employee can complete multiple reviews per date. I need to pull the total volume of reviews (Date of Review) by employee (Call Reviewed By). So, total reviews for each day for each employee.
Answers
-
Hi H!
The SUM(COLLECT()) functions may be of use here! You can collect values based on multiple criteria (employee name, date completed, etc.) and then sum the return quantity. Basically this function will go look for the employee, count how many times they appear on whatever date, and then sum the instances.
Hope this helps! Link below for more info.
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!