Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello,
I'm using the following formula in a spreadsheet I'm working on: =ROUND(AVERAGE(IF((L47:L75=C27)* (L47:L75<=D27),L47:L75)),0) I would like to throw one more criteria into the mix. I want the average, within the range specified, if a value criteria in yet another column is matched. Any ideas? Thanks, Reg |
#2
![]() |
|||
|
|||
![]()
=ROUND(AVERAGE(IF((L47:L75=C27)*
(L47:L75<=D27)*(M47:M75=E27),L47:L75)),0) HTH Jason Atlanta, GA -----Original Message----- Hello, I'm using the following formula in a spreadsheet I'm working on: =ROUND(AVERAGE(IF((L47:L75=C27)* (L47:L75<=D27),L47:L75)),0) I would like to throw one more criteria into the mix. I want the average, within the range specified, if a value criteria in yet another column is matched. Any ideas? Thanks, Reg . |
#3
![]() |
|||
|
|||
![]()
Wow. You are an Excel GOD!
Thanks, Reg -----Original Message----- =ROUND(AVERAGE(IF((L47:L75=C27)* (L47:L75<=D27)*(M47:M75=E27),L47:L75)),0) HTH Jason Atlanta, GA -----Original Message----- Hello, I'm using the following formula in a spreadsheet I'm working on: =ROUND(AVERAGE(IF((L47:L75=C27)* (L47:L75<=D27),L47:L75)),0) I would like to throw one more criteria into the mix. I want the average, within the range specified, if a value criteria in yet another column is matched. Any ideas? Thanks, Reg . . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Averaging function | Excel Discussion (Misc queries) | |||
Averaging the last 5 entries in a row | Excel Discussion (Misc queries) | |||
2 part question on averaging | Excel Discussion (Misc queries) | |||
Averaging again | Excel Worksheet Functions | |||
selective averaging | Excel Worksheet Functions |