Sign in to join the conversation:
Hello,
How can I use this function that I know in Excel, but in Smartsheet?
=SUM(J1:J5)/COUNTA(I1:I5)
J - column( scores ) = either a 1 or a blank cell
I - column = customer service
Thanks
You can use the same formula with a slight edit. Count will not count empty cells.
=SUM(J1:J5) / COUNT(I1:I5)
That is what I was looking for! Thanks very much.
how to get the formula to get the weighted average of the scrap
I want to set up Smartsheet so that if a request is submitted on the same day and the submission time is between 6:00 PM and 12:00 AM, the Request Submitted Date should automatically move to the next day. For all other cases, it should remain the same day.
I have a column titled "start date" for each of my employees. I would like a reminder sent to a manager at the 30-day mark after their hire date.