Google Sheets and performing a Query with large data

C West

I think I have read every forum online, and haven't been able to find a solution.

I am trying to query data in a different Google Workbook. My data has approximately 127,000 rows and has 5 columns.

It seems that importrange only works up to about 5,000 rows. Is there any other way to query data of this size? The results would be up to 100 rows, but it is necessary to search all 127,000 rows.

player0

divide your QUERY / IMPORTRANGE into smaller chunks and wrap them into array constellation:

={QUERY(IMPORTRANGE("ID", "A1:A5000"), "select Col1", 0); 
  QUERY(IMPORTRANGE("ID", "A5001:A10000"), "select Col1", 0); 
  QUERY(IMPORTRANGE("ID", "A10001:A15000"), "select Col1", 0)}

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

Google Sheets script to find & update data on a large list is very slow

Formatting IMPORTXML Xpath query into readable data for Google Sheets

Delete Rows older than 1 year in Google Sheets (Large Data Set)

Google Sheets - query contains array

Google Sheets - Passing form data

Google Sheets query where not working with cell reference

Google sheets Query function convert string to date

Google Sheets Query - Not like partial match

IMPORTXML XPath_Query for Google Sheets

What is wrong with my Query Importrange in google sheets?

google sheets-analytics weekly query

Column LOOKUP Dynamic Query (Google Sheets)

How to parse API data into google sheets

Find and replace data from columns - Google Sheets

How to Create the Summary using the Data (Google Sheets)

DB Query retrieval of large data set

Google Sheet LARGE formula error "LARGE has no valid input data"

Formatting the result of a query in google sheets UTC to local date

Google Sheets Query ImportRange where Col = Column(NamedRange)

Google Sheets Query Group By / First-N-Per-Group

Google Sheets ImportXML - Insert dynamic query if cell is filled

Google Sheets QUERY():空白行を追加

Google Sheets Query - build referenced array source dynamically

Joining Two Tables with Big Query Connected to Google Sheets

Performing a query inside NHibernate entities

Echo specific value from Google Sheets JSON data using PHP

Create dynamic dropdown data validation for multiple rows with Google Sheets

Error deserializing JSON credential Data C# Google Sheets API

pull data from multiple sheets in google colab research

TOP 一覧

  1. 1

    Unity:未知のスクリプトをGameObject(カスタムエディター)に動的にアタッチする方法

  2. 2

    セレンのモデルダイアログからテキストを抽出するにはどうすればよいですか?

  3. 3

    Ansibleで複数行のシェルスクリプトを実行する方法

  4. 4

    tkinterウィンドウを閉じてもPythonプログラムが終了しない

  5. 5

    Crashlytics:コンパイラー生成とはどういう意味ですか?

  6. 6

    GoDaddyでのCKEditorとKCfinderの画像プレビュー

  7. 7

    Windows 10 Pro 1709を1803、1809、または1903に更新しますか?

  8. 8

    Chromeウェブアプリのウェブビューの高さの問題

  9. 9

    モーダルダイアログを自動的に閉じる-サーバーコードが完了したら、Googleスプレッドシートのダイアログを閉じます

  10. 10

    Windows 10の起動時間:以前は20秒でしたが、現在は6〜8倍になっています

  11. 11

    Reactでclsxを使用する方法

  12. 12

    ファイル内の2つのマーカー間のテキストを、別のファイルのテキストのセクションに置き換えるにはどうすればよいですか?

  13. 13

    MLでのデータ前処理の背後にある直感

  14. 14

    グラフからテーブルに条件付き書式を適用するにはどうすればよいですか?

  15. 15

    Pythonを使用して同じ列の同じ値の間の時差を取得する方法

  16. 16

    mutate_allとifelseを組み合わせるにはどうすればよいですか

  17. 17

    ネットワークグラフで、ネットワークコンポーネントにカーソルを合わせたときに、それらを強調表示するにはどうすればよいですか?

  18. 18

    テキストフィールドの値に基づいて UIslider を移動します

  19. 19

    BLOBストレージからデータを読み取り、Azure関数アプリを使用してデータにアクセスする方法

  20. 20

    PowerShellの分割ファイルへのヘッダーの追加

  21. 21

    ソートされた検索、ターゲット値未満の数をカウント

ホットタグ

アーカイブ