Using 'Indirect' on a result from filter

dicken

Active Member
Joined
Feb 12, 2022
Messages
287
Office Version
  1. 365
Platform
  1. Windows
Hi,
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.
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Can you post sample data? Maybe you don't need indirect
 
Upvote 0
I did not know I could attach a document? how do I do this,
also, not sure why I would not need indirect? for example ; I want to return the names range , the column of 2's,
names "AA".

1714154964290.png
 
Upvote 0

Forum statistics

Threads
1,216,117
Messages
6,128,937
Members
449,480
Latest member
yesitisasport

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top