#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Weighted Average

I need some help calculating the weighted average of a turnaround time from
month to month based on the number of transactions for each transaction type

Any help with this would be greatly appreciated.


Here is the general layout of the table:

April May
TAT Time # Patients TAT Time # Patients
Transaction Type1 35 52 55 38
Transaction Type2 131 174 79 181
Transaction Type3 72 25 92 25
Transaction Type4 94 5 141 15
Transaction Type5 48 31 61 42
Transaction Type6 579 1 290 3
Transaction Type7 367 33 100 39
Transaction Type8 218 301 122 333
Overall Total 172(avg) 622(Count)102(Avg) 676(Count)


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 342
Default Weighted Average

What does this mean?

In the first example, did you turn around 52 patients in 35 minutes or is 35
the average turn around time for the 52 patients?
Then you want the weighted average of April's and May's results for each
transaction type? Will it always be two months? Or, did you want the
weighted average of all transaction types for one month?

Confused!
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default Weighted Average

Assuming your data is downto row 100 then April weighted Avg will be given by
=SUMPRODUCT((B2:B100)*(C2:C100))/SUMPRODUCT(C2:C100)
Col B contains Time and Col C # of patients

Replace B with D and C with E to get the weighted average for May and so on
"Jd.willis" wrote:

I need some help calculating the weighted average of a turnaround time from
month to month based on the number of transactions for each transaction type

Any help with this would be greatly appreciated.


Here is the general layout of the table:

April May
TAT Time # Patients TAT Time # Patients
Transaction Type1 35 52 55 38
Transaction Type2 131 174 79 181
Transaction Type3 72 25 92 25
Transaction Type4 94 5 141 15
Transaction Type5 48 31 61 42
Transaction Type6 579 1 290 3
Transaction Type7 367 33 100 39
Transaction Type8 218 301 122 333
Overall Total 172(avg) 622(Count)102(Avg) 676(Count)


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,344
Default Weighted Average

Hi,

Here is another, short, way to do it:

=SUMPRODUCT(B3:B10*C3:C10)/SUM(C3:C10)

where times are in column B and number of pat. in C.

--
Thanks,
Shane Devenshire


"Jd.willis" wrote:

I need some help calculating the weighted average of a turnaround time from
month to month based on the number of transactions for each transaction type

Any help with this would be greatly appreciated.


Here is the general layout of the table:

April May
TAT Time # Patients TAT Time # Patients
Transaction Type1 35 52 55 38
Transaction Type2 131 174 79 181
Transaction Type3 72 25 92 25
Transaction Type4 94 5 141 15
Transaction Type5 48 31 61 42
Transaction Type6 579 1 290 3
Transaction Type7 367 33 100 39
Transaction Type8 218 301 122 333
Overall Total 172(avg) 622(Count)102(Avg) 676(Count)


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default Weighted Average

What is the * for?
The correct syntax is =SUMPRODUCT(B3:B10,C3:C10)/SUM(C3:C10)
scooper
"ShaneDevenshire" wrote in
message ...
Hi,

Here is another, short, way to do it:

=SUMPRODUCT(B3:B10*C3:C10)/SUM(C3:C10)

where times are in column B and number of pat. in C.

--
Thanks,
Shane Devenshire


"Jd.willis" wrote:

I need some help calculating the weighted average of a turnaround time

from
month to month based on the number of transactions for each transaction

type

Any help with this would be greatly appreciated.


Here is the general layout of the table:

April May
TAT Time # Patients TAT Time # Patients
Transaction Type1 35 52 55 38
Transaction Type2 131 174 79 181
Transaction Type3 72 25 92 25
Transaction Type4 94 5 141 15
Transaction Type5 48 31 61 42
Transaction Type6 579 1 290 3
Transaction Type7 367 33 100 39
Transaction Type8 218 301 122 333
Overall Total 172(avg) 622(Count)102(Avg) 676(Count)






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
weighted average inoexcel Excel Discussion (Misc queries) 3 May 1st 06 10:03 PM
Weighted Average phm New Users to Excel 0 February 2nd 06 04:39 PM
Weighted Average Gage Teacher Excel Worksheet Functions 2 January 16th 06 04:50 PM
Weighted Average MedicEric New Users to Excel 2 November 26th 05 07:29 PM
Non zero weighted average jeffsfas Excel Worksheet Functions 10 June 20th 05 08:41 PM


All times are GMT +1. The time now is 03:12 AM.

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

About Us

"It's about Microsoft Excel"