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
- Customer Resources
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!