I have an excel worksheet (Results) that has a rating (in column F), and core deposits/total assets ratio in (column N). I am trying to create a summary worksheet that will provide the following:
1 rating median core deposits/total assets ratio
2 rating median core deposits/total assets ratio
3 rating merdian core deposits/total assets ratio
4 rating median core deposits/total assets ratio
5 rating median core deposits/total assets ratio
I tried the following formula for the 1 rated for median and it didn't work:
=MEDIAN(IF(Results!F2:F2000=1,L2:L2000))
I tried the following formula for the 1 rated for trimmean and it also didn't work:
=Trimmean(IF(Results!F2:F2000,L2:L2000),.1)
Any suggestions for how to write the formula so that it works?
1 rating median core deposits/total assets ratio
2 rating median core deposits/total assets ratio
3 rating merdian core deposits/total assets ratio
4 rating median core deposits/total assets ratio
5 rating median core deposits/total assets ratio
I tried the following formula for the 1 rated for median and it didn't work:
=MEDIAN(IF(Results!F2:F2000=1,L2:L2000))
I tried the following formula for the 1 rated for trimmean and it also didn't work:
=Trimmean(IF(Results!F2:F2000,L2:L2000),.1)
Any suggestions for how to write the formula so that it works?