I am trying to work out a complicated average. In order to do this i need to multiply each individual cell in a row (B3:E3) by a corresponding row of coefficients (B2:E2) and than divide the sum of these values by the sum of the coefficients (I3). To complicate matters B3 is text and E3 is blank. i then need to apply the formula to subsequent rows.
Have tried the following and much more besides...am excel novice so really just been playing about with things.
=($B$2*B3)+($C$2*C3)+($D$2*D3)+($E$2*E3)/I3) answer #VALUE
=SUMIF(B3:E3,">0",($B$2*B3)+($C$2*C3)+($D$2*D3)+($E$2*E3)/I3) answer #VALUE
always answer = #VALUE
I have pretty much worked out that the problem is with the text but there are other issues as i'm sure will be picked up on. Would appreciate help and a laymans explanation as this has been driving me nuts, i feel like snail trying to crack open a walnut. To top it all off this is being done for my girlfriend on a UK Excel who has then to write down the formula in French so all commas, colons, and commands have then to be translated though this is the least of my worries.
If all this make little sense i can try again.
cheers
Tim
Have tried the following and much more besides...am excel novice so really just been playing about with things.
=($B$2*B3)+($C$2*C3)+($D$2*D3)+($E$2*E3)/I3) answer #VALUE
=SUMIF(B3:E3,">0",($B$2*B3)+($C$2*C3)+($D$2*D3)+($E$2*E3)/I3) answer #VALUE
always answer = #VALUE
I have pretty much worked out that the problem is with the text but there are other issues as i'm sure will be picked up on. Would appreciate help and a laymans explanation as this has been driving me nuts, i feel like snail trying to crack open a walnut. To top it all off this is being done for my girlfriend on a UK Excel who has then to write down the formula in French so all commas, colons, and commands have then to be translated though this is the least of my worries.
If all this make little sense i can try again.
cheers
Tim