I have the following formula which calculates the median for D6:D671 if certain conditions are met:
Median(IF(($B$6:INDIRECT("B"&$C$703)<=$F721)*($B$6:INDIRECT("B"&$C$703)>$G721),D$6:D$671))
What I would like to do is calculate the correlation between D$6:D$671 and another range E$6:E$671 if those same conditions are met, but I can't figure out the necessary changes to the formula to use the CORREL function.
Can anyone help me out on this?
Thanks,
Dave
Median(IF(($B$6:INDIRECT("B"&$C$703)<=$F721)*($B$6:INDIRECT("B"&$C$703)>$G721),D$6:D$671))
What I would like to do is calculate the correlation between D$6:D$671 and another range E$6:E$671 if those same conditions are met, but I can't figure out the necessary changes to the formula to use the CORREL function.
Can anyone help me out on this?
Thanks,
Dave