Average Formula Question - scoring
I am adding up scorecards and averaging sections, then coming up with a GC Total Average Score. Sometimes there are no score (blank). I would like those blanks to be changed to N/A and not calculate in the average score. Here is a screenshot of the several different average columns I am working on.
I would like a Pre-Construction Average (3 columns in orange), Construction Average (1 column in blue) and GC-Closeout Average (3 columns in purple). Then the GC Total Average Score to combine all 3 of these colored areas.
Answers
-
@MRiley88 I use the AVERAGEIF formula:
=AVERAGEIF(range:range,<>0)
In my Test Type Column I have the formula =AVERAGEIF([Number1]@row:[Number4]@row, <>0)
the <>0 is to identify only numbers and excludes alpha
-
Hi Nichole - Thank you for your help with this formula.
This only works if I have N/A in the row. There are times that I have no scores and times that I have all the scores. I am trying to find a formula that applies to all instances. I might just be wishing :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!