A
Arnold
Hi there,
I am getting an error in this formula:
=AVERAGE(IF(($Y13:AH13<>0)*($Y$10:AH$10<>0),$Y13:AH13/$Y$10:AH
$10))*100
Excel states that a value used in the formula is of the wrong data
type, and the calculation steps underlines the first ($Y13:AH13 and
results in #Value!<>0.
The long-hand way of typing it is (up to column AG):
=(((Y13/Y$10)+(Z13/Z$10)+(AA13/AA$10)+(AB13/AB$10)+(AC13/AC$10)+(AD13/
AD$10)+(AE13/AE$10)+(AF13/AF$10)+(AG13/AG$10))*100)/
COUNT(Y13,Z13,AA13,AB13,AC13,AD13,AE13,AF13,AG13)
The data values, which are student scores on assignments, are
currently entered from Y13 to AH13, but there are cells that are blank
(students who didn't have to do the assignment). Also, there are
cells that may contain 0 (students who failed).
The max point values for the assignments are stored in the range Y10
to AH10. The point values are not the same across assignments, some
are 5 points, others can be 50 points.
I've looked at posts on averaging and arrays, and cannot seem to
correct this error. Any help would be greatly appreciated.
Sincerely,
Arnold
I am getting an error in this formula:
=AVERAGE(IF(($Y13:AH13<>0)*($Y$10:AH$10<>0),$Y13:AH13/$Y$10:AH
$10))*100
Excel states that a value used in the formula is of the wrong data
type, and the calculation steps underlines the first ($Y13:AH13 and
results in #Value!<>0.
The long-hand way of typing it is (up to column AG):
=(((Y13/Y$10)+(Z13/Z$10)+(AA13/AA$10)+(AB13/AB$10)+(AC13/AC$10)+(AD13/
AD$10)+(AE13/AE$10)+(AF13/AF$10)+(AG13/AG$10))*100)/
COUNT(Y13,Z13,AA13,AB13,AC13,AD13,AE13,AF13,AG13)
The data values, which are student scores on assignments, are
currently entered from Y13 to AH13, but there are cells that are blank
(students who didn't have to do the assignment). Also, there are
cells that may contain 0 (students who failed).
The max point values for the assignments are stored in the range Y10
to AH10. The point values are not the same across assignments, some
are 5 points, others can be 50 points.
I've looked at posts on averaging and arrays, and cannot seem to
correct this error. Any help would be greatly appreciated.
Sincerely,
Arnold