Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a worksheet that tracks responses by month for each quarter. What is
the best way to set up an equation that will calculate the average if the responses can either be a percentage or Yes or No response? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=AVERAGE(A1:A10) will ignore text
Are you asking how to include it? Do you want Yes=1 and No =0 in the average? If so: =(SUM(G1:G6)+SUMPRODUCT(--(G1:G6="yes")))/COUNTA(G1:G6) best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "mellermj" wrote in message ... I have a worksheet that tracks responses by month for each quarter. What is the best way to set up an equation that will calculate the average if the responses can either be a percentage or Yes or No response? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you. That works perfectly.
"Bernard Liengme" wrote: =AVERAGE(A1:A10) will ignore text Are you asking how to include it? Do you want Yes=1 and No =0 in the average? If so: =(SUM(G1:G6)+SUMPRODUCT(--(G1:G6="yes")))/COUNTA(G1:G6) best wishes -- Bernard V Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme remove caps from email "mellermj" wrote in message ... I have a worksheet that tracks responses by month for each quarter. What is the best way to set up an equation that will calculate the average if the responses can either be a percentage or Yes or No response? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can i create an IF statement that looks for just numeric values? | Excel Worksheet Functions | |||
Calculating the average | Excel Discussion (Misc queries) | |||
Numeric in Text to convert back to the form of Numeric for VLookup Purposes | Excel Discussion (Misc queries) | |||
AVERAGE Row of Numbers and Return Corresponding Numeric Label | Excel Worksheet Functions | |||
How to average every 10 numeric values | Excel Worksheet Functions |