Is the 1,2,3,4,5 a satisfaction level, and then would an average of say 3.2 or
3.8 etc be OK depending on data of course. If so then I think you are looking
for a weighted average, which you can possibly get using the following formula.
Assumes your 1,2,3,4,5 is in cells A1:E1 and your responses somewhere in A2:E2
down. Formula can be copied down if you have multiple lines of data.
=SUMPRODUCT($A$1:$E$1*A2:E2)/SUM(A2:E2)
With your 4,4,4 you will get an average of 4 anyway if I have interpreted it
correctly, and if you had 5,4,3 in those cells instead you would get 3.8333...
--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 00/02/03
----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission
----------------------------------------------------------------------------
Zairina said:
Thanks, yes I have looked at the average function. But what I need is
something complicated, here's an example of a table.
level 1 level 2 level 3 level 4
level 5 average ?