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

Google Sheets formula INDERECT on range

I have 3 team tabs: Team A, Team B, Team C.
I have technical tab: Teams with prev tabs names.

I would like to create compare/summary tab: Comparing

Formula in Comparing Tab is:

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

=QUERY(ARRAYFORMULA(INDIRECT(SORT(Teams!A2:A & "!D10"))), "select Col1 order by Col1 desc", 1)

which will take cells D10 from each tab and display a list in descending order. Preferably with the name of the tab

It gives the error "Syntax error" and does not output anything – please help

I guess =INDERECT(Teams!A2:A & "!D10") should return array of numbers – but its return one number

>Solution :

Here’s one approach you may test out:

=sort(map(tocol(Teams!A2:A,1),lambda(Σ,{Σ,indirect(Σ&"!D10")})),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