Внутренняя ошибка при импорте диапазона importrange как исправить

от admin

Google Sheet IMPORTRANGE Ошибка «Внутренняя ошибка диапазона импорта», когда диапазон представляет собой просто столбец

«Внутренняя ошибка диапазона импорта».

=IMPORTRANGE(«https://docs.google.com/spreadsheets/d/1-bCoiKLjBlM5IGRo9wrdm», «sheet1!B:C») , работает.

Это ошибка? до сих пор это был третий раз, когда мне пришлось их много раз менять? Есть ли последовательное решение для него? Я использую это решение как временное

у меня уже 5 день не вылетает ошибка А по этой ссылке https://issuetracker.google.com/issues/204097721 теперь помечены как исправленные в системе отслеживания проблем.

9 ответов

Это не могло быть решением проблемы. Я построил целую платформу интеграции данных на листах и ​​сильно полагаюсь на функциональность importrange для защиты доступа к источникам данных от пользователей. Теперь в последнее время #REF начал преследовать мои столы повсюду, и он делает все более или менее непригодным для использования.

Однозначно это ошибка или нехватка ресурсов.

В дополнение к двойному ответу вы также должны ограничить свой диапазон, чтобы не было большого количества мертвых строк. Так что что-то вроде B:B5000 вместо B:B .

Я не верю, что уклонение от кеша Google — это исправление или даже обходной путь.

Мы поддерживаем лист с функцией importrange на нескольких вкладках в течение многих лет, и только в течение последней недели возникла проблема.

Мы впервые заметили это в пятницу, а сегодня снова вернулись. В обоих случаях я не думаю, что сделал что-либо, чтобы исправить проблему, особенно сегодня. Я переместил формулу по листу, что привело к обновлению функции importrange, но это все равно привело к «внутренней ошибке диапазона импорта». Функция importrange отключилась на время (я не знаю, сколько сегодня, но я думаю, что это было не менее 15 минут), а затем разрешилась на всех вкладках без изменений.

Я думаю, что это определенно ошибка или Google возится с вещами на сервере. Может, нам нужно найти способ сделать все без использования importrange?

Есть грязное решение, которое можно использовать временно. Это не защищает вас полностью от этой проблемы, она все равно может возникнуть.

Можно заменить на это (обратите внимание, что нижний регистр в том же диапазоне импортируется второй раз):

Я видел это решение, размещенное здесь Виталием, он получил его от здесь.

Я пробовал использовать следующее и решить свою проблему за последние 2 дня .

Значит, вспомните одни и те же функции 4 раза, используя CAPS / Non CAPS в именах диапазонов.

Я пробую это решение, оно работает

До IMPORTRANGE(«id», «a:b»)

Сейчас IMPORTRANGE(«id», «A:b»)

Эти ошибки обычно временные и проходят через несколько часов. Чтобы ускорить это, немного измените формулу импорта, заменив «Sheet1!B1:B» на «Sheet1!B:b» — изменения регистра строчных букв достаточно, чтобы позволить вызову утилизировать кеш Google и получить свежие результаты, которые должны помочь вам обойти проблему. .

Чтобы до некоторой степени автоматизировать это, используйте этот шаблон:

=iferror( importrange(«. «, «Sheet1!B1:B»), importrange(«. «, «Sheet1!B:b») )

Я думаю, что лучшим решением здесь будет использовать

Я только что столкнулся с такой же ситуацией, но нашел решение, которое сработало для нас.

У нас был 1 лист, который импортировал диапазоны из 2 отдельных листов (вызов A и B).

A импортировал правильно. B показывал внутреннюю ошибку импорта.

Я также заметил, что на листе B мне не удалось просмотреть историю версий. Однако на листе A мне удалось просмотреть историю версий.
— Имеет смысл, что именно здесь может быть проблема, потому что ImportRange извлекается из самой последней сохраненной версии.

ИСПРАВЛЕНИЕ — Я очистил кэш Chrome за последние 7 дней (проблема возникла в течение 3 дней). Затем мне пришлось повторно войти в свою учетную запись, и диапазоны успешно импортировались!

Надеюсь, это поможет кому-то другому.

Примечание. Коллега приехал в Канаду из США 3 дня назад в то же время, когда обнаружилась внутренняя ошибка. Возможно может быть из-за международных ошибок сервера?? Это очень странная теория, но кто знает.

Why Is IMPORTRANGE Google Sheets Not Working: Errors and Fixes in 2023

Let’s say you opened your Google spreadsheet and discovered that all your IMPORTRANGE formulas were not working. The previously imported data disappeared and refreshing won’t help get it back. Many users have already suffered from this drawback known as IMPORTRANGE Google Sheets not working. To avoid it, you’d better use an alternative solution, which turns your spreadsheet into a sort of relational database. We’ll show you how to do this a bit later. But for now, let’s troubleshoot your IMPORTRANGE formula and fix the current error.

Common IMPORTRANGE internal errors

The common Google Sheets IMPORTRANGE errors are #ERROR! and #REF! . You can either read how to fix them or watch the video tutorial on the IMPORTRANGE function by Railsware Product Academy or do both. It’s up to you ��

IMPORTRANGE formula parse error

It’s kid’s stuff! Formula parse error means that you’ve made a mistake in the IMPORTRANGE formula syntax.

How to fix

Verify the formula syntax. Make sure also to validate the spreadsheet URL or ID, quotation marks, as well as the range string. These are the most common reasons for the formula parse error.

#2 IMPORTRANGE #REF! – Permission error or You don’t have permissions to access that sheet

IMPORTRANGE #REF! Permission error

This error states that “ You don’t have permissions to access that sheet .” In most cases, this means that you’re trying to import a dataset from an unshared Google Sheets doc that is not stored on your Google Drive.

How to fix

Share the source spreadsheet with the owner of the target spreadsheet or make the file shareable with “ Anyone with the link .

#3 IMPORTRANGE #REF! – Allow access or You need to connect these sheets

IMPORTRANGE #REF! Allow access

This is more of a warning than an error. When you import a range from an unshared spreadsheet stored on your Google Docs for the first time, IMPORTRANGE will require you to connect the source and the target sheets.

How to fix

Click the Allow access button to connect the sheets.

#4 IMPORTRANGE #Error! – IMPORTRANGE Result too large

IMPORTRANGE #Error! Result too large

You’ll see this error when you’re importing too many cells. Unfortunately, the exact amount of cells you can import with IMPORTRANGE is undisclosed. In our example, we tried to import 60 columns and 6000 rows (360,000 cells). After we decreased the data range to 4300 rows (258,000 cells), the IMPORTRANGE formula worked.

How to fix

Split the data range into two or more pieces, either vertically (by rows) or horizontally (by columns). Nest IMPORTRANGE formulas for each piece within the ARRAYFORMULA function as follows:

For horizontally split pieces (use commas between IMPORTRANGE formulas):

For vertically split pieces (use semicolons between IMPORTRANGE formulas):

For example, here is a failed IMPORTRANGE formula:

We split the range of cells «Data!A:BH» by columns into «Data!A:AM» and «Data!AN:BH» and applied the following formula:

#5 IMPORTRANGE #REF! cannot find range or sheet for imported range

importrange cannot find range or sheet

If you see the #REF! Error with a note “Cannot find range or sheet for imported range”, it’s most likely that either the sheet name is misspelled or you entered the wrong range.

Читать:
Как называется перестановка букв в слове

If the formula worked before and then you saw this error, then the sheet was probably renamed or deleted, or the spreadsheet was removed.

How to fix

First of all, double-check the name of the sheet (both in the IMPORTRANGE formula and your source spreadsheet) and the range you entered. In the vast majority of cases, this is the reason for this internal IMPORTRANGE error.

#6 IMPORTRANGE #REF! – Frozen formulas

IMPORTRANGE #REF! and frozen formulas

This glitch is well-known among Google Sheets users. Yesterday, your IMPORTRANGE formulas worked well. Today, they return #REF! and seem to be broken for no reason.

It happens randomly and sometimes fixes itself. For many years, Google has failed to find a stable solution to get rid of this ongoing issue with IMPORTRANGE.

How to fix

There are many approaches to fixing this issue:

  • Hard refresh of the sheet and/or browser
  • Re-adding the IMPORTRANGE formula to the same cell (use the Google Sheets shortcuts Ctrl+X and then Ctrl+V or clear the cell and use Ctrl+Z to restore it)
  • Nest IMPORTRANGE with IFERROR

The sheet will reattempt the data import again and again automatically.

  • Use the =now() trick:
    • Insert a NOW formula ( =now() ) in a random cell of the source and target spreadsheets
    • Insert an IMPORTRANGE formula that references the NOW formula of the other spreadsheet
    • Go to File => Spreadsheet settings => Calculation and select Recalculation “On change and every minute

    If you know other solutions/approaches to dealing with IMPORTRANGE #REF!, please share them with us to include in the article.

    If you need more information about this function, check out our IMPORTRANGE Tutorial.

    How to fix all IMPORTRANGE errors at once: A peace of mind solution

    The best way to solve the IMPORTRANGE Google Sheets not working issue is to avoid it. Let’s say you have 100 source sheets from which you import data to 30 sheets using IMPORTRANGE formulas. From the target sheets, you import data to another 10 sheets again with IMPORTRANGE. If all these formulas are stuck, you will face issues with troubleshooting and fixing them!

    IMPORTRANGE is a function, and it takes some time to process calculations, which slows down the general performance of a spreadsheet. Instead, you can use the IMPORTRANGE alternative – Google Sheets integration. It is free of the mentioned IMPORTRANGE performance issues since no calculations are performed in the spreadsheet. It pulls the static data and saves it in your spreadsheet, just in case anything goes wrong.

    To set up the Google Sheets integration, you need Coupler.io, a solution to import data from third-party data sources such as spreadsheets, CSV files, and numerous apps. It is available as a web app and a Google Sheets add-on. For the latter, you’ll need to install Coupler.io the add-on from the Google Workspace Marketplace.

    google sheets importer

    Check out other available destinations, Microsoft Excel and BigQuery, as well as sources the list of which counts more than 60 and keeps growing.

    Source
    • Connect to your Google account and select a file on your Google Drive and a sheet to transfer source data from. You can select multiple sheets that will be merged into one master view.

    Optionally, you can choose a range of data in the spreadsheet you want to export data from, i.e. A1:Z9.

    4-Source-section

    Destination
    • Connect to your Google account and select a file on your Google Drive and a destination sheet to transfer data to. You can select an existing sheet, or enter a name to create a new sheet.

    Optionally, you can choose the import mode for your data: you can replace your previous information or append new rows under the last imported entries. Read more about optional destination setup features.

    5-Destination

    You can run the import right away if you click Save and Run. If you want to automate data import on a schedule, toggle on the Automatic data refresh and customize the schedule.

    Schedule
    • Select Interval (from 15 minutes to every month)
    • Select Days of the week
    • Select Time preferences
    • Schedule Time zone

    In the end, click Save & Run and welcome your data to the spreadsheet.

    How frequently is IMPORTRANGE Google Sheets not working?

    Although IMPORTRANGE is an awesome Google Sheets function, its reliability is arguable. Google does not publicly disclose information on the failures of individual functions. However, like any software, you can experience occasional errors when using Google Sheets. So, we can’t be sure how frequently IMPORTRANGE Google Sheets is not working.

    листы с внутренней ошибкой importrange, но загружает данные при обновлении формулы

    у нас есть несколько листов, которые используют importrange для получения данных с других листов google. importrange с этой недели у нас возникли проблемы с загрузкой некоторых из них, мы просто получаем внутреннюю ошибку #ref range range.

    Я испробовал широкий спектр решений, но все они, похоже, работают только временно, после чего при обновлении запроса ему иногда удается получить данные, размер диапазона не является проблемой, поскольку проблема возникает при большом импорте, а также при импорте. это только 1 клетка.

    до сих пор лучшее решение, которое у меня есть, это удаление = из формулы, а затем добавление его обратно, чтобы заставить данные загружаться снова, однако это длится всего около 30 минут, прежде чем importrange возвращается к выдаче той же ошибки.

    формулы ничего необычного

    Я пробовал варианты заглавных букв для диапазонов, а также добавление ошибки, чтобы попытаться загрузить вариант формулы

    но, кажется, ничего не работает, или когда это работает, решение, похоже, не прилипает.

    любая помощь или понимание того, что может быть причиной этой проблемы, будет принята с благодарностью.

    Внутренняя ошибка при импорте диапазона importrange как исправить

    Сообщество создано для повышения знаний и навыков работы с Office. Публикуйте информативные и полезные посты, делитесь опытом с другими пользователями, продвигайте знания в массы

    2. Публиковать посты соответствующие тематике сообщества

    3. Проявлять уважение к пользователям

    4. Не допускается публикация постов с вопросами, ответы на которые легко найти с помощью любого поискового сайта.

    По интересующим вопросам можно обратиться к автору поста схожей тематики, либо к пользователям в комментариях

    Важно — сообщество призвано помочь, а не постебаться над постами авторов! Помните, не все обладают 100 процентными знаниями и навыками работы с Office. Хотя вы и можете написать, что вы знали об описываемом приёме раньше, пост неинтересный и т.п. и т.д., просьба воздержаться от подобных комментариев, вместо этого предложите способ лучше, либо дополните его своей полезной информацией и вам будут благодарны пользователи.

    Утверждения вроде «пост — отстой», это оскорбление автора и будет наказываться баном.

Related Posts