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
-
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
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!