K
K
korolev_tolko_sprosit2021-01-12 19:45:44
Google Sheets
korolev_tolko_sprosit, 2021-01-12 19:45:44

Error #REF! in IMPORTRANGE in GOOGLE Sheets. How to fix?

A strange error came out with the wording shown in the picture. Who knows how to get around and what to do to make the command work?
5ffdd22fb4e9e196325733.jpeg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
Grigory Boev, 2021-01-12
@ProgrammerForever

Apparently the data intersect, i.e. the top and/or left formula cannot output the entire array, because below and / or to the right something is already there.
You can bypass it like this:

={
IMPORTRANGE(...);
IMPORTRANGE(...);
IMPORTRANGE(...)
}

The data will be displayed in a column, only it is necessary that everyone has an equal number of columns

A
Alexander, 2021-01-27
@ForestAndGarden

Incorrectly refer to the sheet, KMK. You "Доп данные!A2"must have "'Доп данные'!A2"(sheet name in single quotes).

P
PtrPtrelli, 2021-10-01
@PtrPtrelli

Recently faced the same problem. In my case, the only error was that I was trying to link to an xlsx file on google drive. Through the file menu, I saved it as a Google spreadsheet, and there were no problems with further use of links to this spreadsheet

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question