Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am attempting to calculate scores from satisfaction surveys. The issue is if someone leaves one of the three questions blank, excel turns that answer to a zero, throwing off the data.
Is there a formula for "non percentage" values to calculate weighted average without including the blank boxes? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For example:
An employee has an average of: Question 1: 8 (D44) Question 2: 8 (E44) Question 2: 8 (F44) These are averaged from 6 total surveys (H44). |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=if(counta(D44,F44)=3,average(D44,F44),"")
дÈëÏûÏ¢ ... For example: An employee has an average of: Question 1: 8 (D44) Question 2: 8 (E44) Question 2: 8 (F44) These are averaged from 6 total surveys (H44). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating Weighted Average | Excel Worksheet Functions | |||
Average number excluding 0 and blanks with text criteria | Excel Worksheet Functions | |||
average in non-continuous set, excluding blanks | Excel Worksheet Functions | |||
Using Excel as a Gradebook:Calculating sum excluding blanks and ze | Excel Discussion (Misc queries) | |||
calculating a weighted average using formula | Excel Worksheet Functions |