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.
Happy Thursday. I know many have asked this question before, but does anyone know of a way to have a column actively countdown time? Even if a plugin is needed, it will be considered. Here is what I'm looking to do. When a form is filled out and a new line is added to the sheet, I'd like the "Countdown Timer" column to…
I am needing a formula that calculates Termination Date (date property). The formula needs to look at Initiation Date (date property) and Term (text/num) which is based on # months, to calculate Termination Date. In this example, the termination date should return a value of 1/01/26. Thank you!
I'm trying to pull in the contact information of a second HR Business Partner, contingent on the department of the individual, from a separate reference sheet. However, not all departments have a second HRBP— so if the column of "second HRBP contact info" is blank, I don't want anything to be pulled into the new sheet's…