Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I often use some variation of the following formula to achieve conditional
MAX, MIN, AVERAGE, etc. =MAX(IF((J2:J2000=E8)*(K2:K2000=E9),M2:M2000)) How would I change this formula to achieve a conditional array formula such as INTERCEPT, SLOPE, etc. -- iperlovsky |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SLOPE(IF((J2:J2000=E8)*(K2:K2000=E9),M2:M2000),N2 :N2000)
array-entered works in xl2003 and similarly for INTERCEPT, RSQ, FORECAST. "IPerlovsky" wrote: I often use some variation of the following formula to achieve conditional MAX, MIN, AVERAGE, etc. =MAX(IF((J2:J2000=E8)*(K2:K2000=E9),M2:M2000)) How would I change this formula to achieve a conditional array formula such as INTERCEPT, SLOPE, etc. -- iperlovsky |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
brilliant, thank you...
-- iperlovsky "Lori" wrote: =SLOPE(IF((J2:J2000=E8)*(K2:K2000=E9),M2:M2000),N2 :N2000) array-entered works in xl2003 and similarly for INTERCEPT, RSQ, FORECAST. "IPerlovsky" wrote: I often use some variation of the following formula to achieve conditional MAX, MIN, AVERAGE, etc. =MAX(IF((J2:J2000=E8)*(K2:K2000=E9),M2:M2000)) How would I change this formula to achieve a conditional array formula such as INTERCEPT, SLOPE, etc. -- iperlovsky |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I copy an array in a conditional formula | Excel Discussion (Misc queries) | |||
Conditional Count (Array Formula?) | Excel Worksheet Functions | |||
Conditional Formatting/Array Formula | Excel Discussion (Misc queries) | |||
Conditional Formula - No array | Excel Worksheet Functions | |||
Conditional formating using array formula?? | Excel Discussion (Misc queries) |