Column Formula to Average several other adjacent columns

I am trying to set up a survey sheet that gathers data through a form to have a constant formula in a column "Average Score". I can't find any specifics about how to build the formula only that referencing specific cells is not allowed. Here is my current formula

=AVG([Overall Support]3:Improvements3)

I know it needs to be revised to @row somehow, but not sure the syntax

Answers

  • L_123
    L_123 ✭✭✭✭✭✭

    You can reference specific cells, just use a comma to separate the references.

    You don't need to reference @row, but it is lighter and faster for the program to understand. using the row number is perfectly fine for this type of application.

    https://help.smartsheet.com/articles/2476491-create-efficient-formulas-with-at-cell

    You say you want this to populate automatically by form. Smartsheet needs to see the formula in the 2 rows prior to the new row created in order to auto populate. Make sure that the column is deleted from the form, and is in the 2 cells prior to the new row about to be created, and upon submission it should auto populate.

    Alternatively you can put the formula in the first row of the column, right click it, and convert it to a column formula, which will apply it to all activated rows in the sheet.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!