Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

AVG number of tickets per day

I am wandering the best way to create an average number of tickets entered per day, but only if at least one ticket was entered that day, for a rolling 12 months based upon a creation date.

I am so new to Smartsheet that this has me all twisted up like a pretzel.

Best Answer

  • ✭✭✭
    Answer ✓

    I found my answer. There were a few instances where the time was identical. So to get around this I create another field in my main sheet that pulled just the date field out to get my distinct count based upon the calendar day.

    =COUNT(DISTINCT(COLLECT({CreationDate}, {HelpdeskYear}, [2020]$1)))

    Even though we did not get the perfect answer together your suggestion definitely led me down the right path to get my answer and dig in to find out the problem and some gotchas to look out for when collecting and reporting on data.

    Thank you so much

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!

Trending in Formulas and Functions