PC Review


Reply
Thread Tools Rate Thread

Average of Data->Validation->List

 
 
Ravisankar Sivasubramaniam
Guest
Posts: n/a
 
      3rd Nov 2003
Hello,

I have defined a Excel 'list' and have used its values as valid inputs (for
certain range of cells). If this list contains 5 values (representing a
5-point rating scale) and if I want to find the average (first value of the
list corresponding to '1' rating and the lst value corresponding to '5'
rating), what should I do?

Thanks,
Ravi


 
Reply With Quote
 
 
 
 
Jerry W. Lewis
Guest
Posts: n/a
 
      3rd Nov 2003
If the values in your pick list are numbers, then you can just use the
AVERAGE function to average the cells.

If that were the case, I presume you would have realized the answer
yourself, so I will guess that the pick list is of text descriptions.
In that cause, use something like

=(COUNTIF(rng,text1) +2*COUNTIF(rng,text2) +3*COUNTIF(rng,text3)
+4*COUNTIF(rng,text4) +5*COUNTIF(rng,text5)) / COUNTA(rng)

Jerry

Ravisankar Sivasubramaniam wrote:

> Hello,
>
> I have defined a Excel 'list' and have used its values as valid inputs (for
> certain range of cells). If this list contains 5 values (representing a
> 5-point rating scale) and if I want to find the average (first value of the
> list corresponding to '1' rating and the lst value corresponding to '5'
> rating), what should I do?
>
> Thanks,
> Ravi


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Validation -> Validation list is larger than the cell width Barb Reinhardt Microsoft Excel Programming 1 4th Mar 2010 08:24 PM
Crazy Data Validation ... List Validation Not Working TW Bake Microsoft Excel Programming 1 29th Mar 2007 02:41 AM
data validation invalid in dynamic validation list ilia Microsoft Excel Programming 0 7th Nov 2006 12:54 PM
data validation invalid in dynamic validation list ilia Microsoft Excel Worksheet Functions 0 7th Nov 2006 12:54 PM
data validation invalid in dynamic validation list ilia Microsoft Excel Discussion 0 4th Nov 2006 06:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:20 AM.