Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Is there a way to reference an individual cell/row/column in the results of a FILTER function in Excel

I know I can reference the whole result of a FILTER function with cell reference plus #.
In this case F40#enter image description here

Is there a way to reference a particular "cell" in the result of a FILTER function?
In this case I want something like F40#(.Cells(2,2))

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

You can use INDEX

=LET(f,FILTER(Table4,Table4[qty]>10),
INDEX(f,2,2))
Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading