Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a very large spreadsheet that tracks times. I have the formulas
figured out fot the wait times that I need but I need to break them down by individual. There are approximately 15 different physicians listed in this spread sheet. I have a separate spreadsheet that I want to average the times for each physician. Example: Physician 1 "time to see physician" "wait time" "elapsed time" Physician 3 "time to see physician" "wait time" "elapsed time" Physician 1 "time to see physician" "wait time" "elapsed time" Physician 4 "time to see physician" "wait time" "elapsed time" Physician 2 ....... and so on. There are about 3000 entries one each spread sheet. How can I get the Average Wait Time for Physician 1, Physician 2, etc. without having to sort the sheet by physician. Is there a formula that can be used? Thanks for any help. |
#2
![]() |
|||
|
|||
![]()
A copuple of ways
=SUMIF(A2:A50,"Physician1",C2:C50)/COUNTIF(A2:A50,"Physician1") or =AVERAGE(IF(A2:A50="Physician1",C2:C50)) the latter entered with ctrl + shift & enter better maybe to put the criteria (the physician's name) in a separate cell then you only have to change the contents of that cell =SUMIF(A2:A50,E1,C2:C50)/COUNTIF(A2:A50,E1) or =AVERAGE(IF(A2:A50=E1,C2:C50)) Regards, Peo Sjoblom "Denise" wrote: I have a very large spreadsheet that tracks times. I have the formulas figured out fot the wait times that I need but I need to break them down by individual. There are approximately 15 different physicians listed in this spread sheet. I have a separate spreadsheet that I want to average the times for each physician. Example: Physician 1 "time to see physician" "wait time" "elapsed time" Physician 3 "time to see physician" "wait time" "elapsed time" Physician 1 "time to see physician" "wait time" "elapsed time" Physician 4 "time to see physician" "wait time" "elapsed time" Physician 2 ....... and so on. There are about 3000 entries one each spread sheet. How can I get the Average Wait Time for Physician 1, Physician 2, etc. without having to sort the sheet by physician. Is there a formula that can be used? Thanks for any help. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
revert formula insertion to old method | Setting up and Configuration of Excel | |||
Cell shows formula and not the result of the formula. | Excel Worksheet Functions | |||
Relative Indirect Formula Referencing? | Excel Worksheet Functions | |||
Help with macro formula and variable | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |