C
C
Coolinator2021-12-16 15:31:47
Google Sheets
Coolinator, 2021-12-16 15:31:47

How to do a VLOOKUP across all sheets in Google Sheets?

There is a table that contains the names ( all unique ) of products and a link to them. The titles are divided into sheets, but the structure of the tables that store the titles and links is always the same.

How to make a VLOOKUP search so that it goes through all the sheets and affects even those sheets that will be added later, after writing the formula?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Grigory Boev, 2021-12-16
@Coolinator

Make a trigger in which the formula will be rewritten when the table changes . In the formula, you can get all the data and immediately do a VLOOKUP ()
Something like:

=arrayformula(i(A2:A="";"";впр(A2:A;{
Лист1!A:B;
Лист2!A:B;
Лист3!A:B
};0)))

A
Alexander, 2021-12-16
@ForestAndGarden

If the total number of positions does not exceed the allowed number of rows per sheet, use the FLATTEN() function.
New sheets will still have to be manually added to the formula with the specified function.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question