westend9876
Member
Here is an array formula I have
{=IF(T69="","",INDEX(F77:F96,MATCH(TRUE,F77:F96<=W69,0)))}
However, I need to make an Indirect reference to F77 and F96.
Cell R69 contains the text "F77". Cell S69 contains text "F96".
Problem is that it seems array does not accept Indirect function. Is there a workaround for what I'm trying to do because each array formula will have a different range?
{=IF(T69="","",INDEX(F77:F96,MATCH(TRUE,F77:F96<=W69,0)))}
However, I need to make an Indirect reference to F77 and F96.
Cell R69 contains the text "F77". Cell S69 contains text "F96".
Problem is that it seems array does not accept Indirect function. Is there a workaround for what I'm trying to do because each array formula will have a different range?