=“O”&(MATCH((EOMONTH(A20,0)-C20+1),A4:A15)+3)&":X"&(MATCH((EOMONTH(A20,0)-C20+1),A4:A15)+3)
This formula returns “O7:X7”. I need to use in the formula =RANK(F20,O7:X7). What do I need to do to get my formula to return O7:X7 (without quotes) so it will work in the RANK formula?