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.
Hey, Is anyone else facing this issue in the approval notifications sent through smartsheet
I have a sheet with a list of customers in one column, and then the following columns are City, Monday, Tuesday, Wednesday, Thursday, Friday. I need help with a formula that I can put in my sheet summary so that if the customer column says Staples (It can say this in multiple rows) that it will tell me the total package…
In the Smartsheet sheet “CRS RO Master” we have programmed an automation called “Track Changes in dates, confirmation and LHG code” [PICTURE 1] This one should report a date of a change in the columns “CRS GO LIVE DATE” and “PMS Go LIVE DATE” in the column “. CRS Check date changed”. [PICTURE 2] The update of the “Go live…