Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tia
 
Posts: n/a
Default Using the AVERAGE Function

I have a spreadsheet listing the months of the year in A12:A23. In O12:O23,
I am capturing a QA rating for our call center. Cell O24 contains the
following formula: =IF(SUM(O12:O23)<0,AVERAGE(O12:O23),"") which gives me
the average QA rating for the year. My problem is that since we are only
through the month of January, the total in O24 won't make sense until after I
input every month's QA numbers. Is there a way to tweak this formula so that
will give me an accurate QA average as the year progresses?
--
Tia, Education and Documentation Specialist
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Billigmeier
 
Posts: n/a
Default Using the AVERAGE Function

I'm not quite sure I know what you mean by an 'Accurate' QA average, because
you won't have the entire year average until the year is in fact over. The
only sense I can make out of your problem is you have the cells for months
that haven't occured yet populated with a 0 value. In this case AVERAGE()
will take these into consideration. If this is the case, you can do a couple
things:

1) Instead of putting 0 in the month cells that haven't occured yet, make
them blank.
2) Change your formula to the following and commit with CTRL+SHIFT+ENTER:
=IF(SUM(O12:O23)<0,AVERAGE(IF(O12:O23<0,O12:O23) ),"")

Does that help?
--
Regards,
Dave


"Tia" wrote:

I have a spreadsheet listing the months of the year in A12:A23. In O12:O23,
I am capturing a QA rating for our call center. Cell O24 contains the
following formula: =IF(SUM(O12:O23)<0,AVERAGE(O12:O23),"") which gives me
the average QA rating for the year. My problem is that since we are only
through the month of January, the total in O24 won't make sense until after I
input every month's QA numbers. Is there a way to tweak this formula so that
will give me an accurate QA average as the year progresses?
--
Tia, Education and Documentation Specialist

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Using the AVERAGE Function

=AVERAGE(IF((MONTH(A12:A23)<=MONTH(TODAY())*(A12:A 23<"")),O12:O23))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Tia" wrote in message
...
I have a spreadsheet listing the months of the year in A12:A23. In

O12:O23,
I am capturing a QA rating for our call center. Cell O24 contains the
following formula: =IF(SUM(O12:O23)<0,AVERAGE(O12:O23),"") which gives me
the average QA rating for the year. My problem is that since we are only
through the month of January, the total in O24 won't make sense until

after I
input every month's QA numbers. Is there a way to tweak this formula so

that
will give me an accurate QA average as the year progresses?
--
Tia, Education and Documentation Specialist



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tia
 
Posts: n/a
Default Using the AVERAGE Function

Thanks, Dave! This works perfect!
--
Tia, Education and Documentation Specialist


"David Billigmeier" wrote:

I'm not quite sure I know what you mean by an 'Accurate' QA average, because
you won't have the entire year average until the year is in fact over. The
only sense I can make out of your problem is you have the cells for months
that haven't occured yet populated with a 0 value. In this case AVERAGE()
will take these into consideration. If this is the case, you can do a couple
things:

1) Instead of putting 0 in the month cells that haven't occured yet, make
them blank.
2) Change your formula to the following and commit with CTRL+SHIFT+ENTER:
=IF(SUM(O12:O23)<0,AVERAGE(IF(O12:O23<0,O12:O23) ),"")

Does that help?
--
Regards,
Dave


"Tia" wrote:

I have a spreadsheet listing the months of the year in A12:A23. In O12:O23,
I am capturing a QA rating for our call center. Cell O24 contains the
following formula: =IF(SUM(O12:O23)<0,AVERAGE(O12:O23),"") which gives me
the average QA rating for the year. My problem is that since we are only
through the month of January, the total in O24 won't make sense until after I
input every month's QA numbers. Is there a way to tweak this formula so that
will give me an accurate QA average as the year progresses?
--
Tia, Education and Documentation Specialist

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
AVERAGE function returns #DIV/0! error KhaVu Excel Discussion (Misc queries) 7 January 9th 06 07:06 PM
Average function assistance Larry L Excel Discussion (Misc queries) 8 August 26th 05 07:29 PM
EXCEL 2000 AVERAGE function TREBUCHET Excel Worksheet Functions 1 August 26th 05 06:59 PM
Using the average function LostNFound Excel Worksheet Functions 5 March 16th 05 12:45 PM
How do I use an average function, not counting cells containing a Ryder Excel Worksheet Functions 2 March 16th 05 12:05 PM


All times are GMT +1. The time now is 11:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"