Hi,
I have used filter to bring back one text name from a range =
I would like to feed this into 'Indirect' , but it does not seem to work? if I refer to the cell which the above is in this does.
so ;
Does not work
but
does, where the Filter is in B3,
is there a way around this?
Richard.
I have used filter to bring back one text name from a range =
Excel Formula:
LET( fv, FILTER(Sheet1!$G$5:$G$10,Sheet1!$H$5:$H$10="Y"),fv)
I would like to feed this into 'Indirect' , but it does not seem to work? if I refer to the cell which the above is in this does.
so ;
Excel Formula:
=LET( fv, FILTER(Sheet1!$G$5:$G$10,Sheet1!$H$5:$H$10="Y"),INDIRECT(fv))
Does not work
but
Excel Formula:
NDIRECT(B3) ,
does, where the Filter is in B3,
is there a way around this?
Richard.