Find the average of fields containing text

V

Valerie

I am trying to find the average of column containing only
text fields(ex. low, medium, high). I have temporarily
assigned a numerical value to the text in a separate
column. Is there a way to return the average of this
information without changing my data? Thanks for your
help.

VLaBelle
 
P

Peter Atherton

-----Original Message-----
I am trying to find the average of column containing only
text fields(ex. low, medium, high). I have temporarily
assigned a numerical value to the text in a separate
column. Is there a way to return the average of this
information without changing my data? Thanks for your
help.

VLaBelle
.
Valerie

I think not, but you could find the proportions using this
formula =COUNTIF($F$13:$F$20,"high")/COUNTA($F$13:$F$20)

Copy the formula and Change the criteria to "Med" and "Low"

Cells could be formated as percentages if you prefer.

Regards
Peter Atherton
(e-mail address removed)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top