View Single Post
  #5   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

Hi

Entered as array formula (with Ctrl+Shift+Enter), assuming your ratings are
in range A2:A100:
=AVERAGE(MATCH(A2:A100,{"Excellent";"Good";"Averag e";"Fair";"Poor"},0))

Arvi Laanemets


"Kmarie" wrote in message
...
Ok, I want to average the ratings for a particular product. Here are the
ratings:

Excellent
Good
Excellent
Fair
Good
Good
Poor

If Excellent=1, Good=2, Average=3, Fair=4, Poor=5.... then what's the
average? I'm trying to find a formula that will calculate this.