🌐
Reddit
reddit.com › r/googlesheets › xlookup data from one google sheet on another sheet constantly
r/googlesheets on Reddit: XLOOKUP data from one google sheet on another sheet constantly
March 11, 2023 -

Hi All, I’m relatively new on google sheets and have a doubt. I have a google sheet (File A) which is constantly updated with data, and a completely new google sheet (File B) that I want to use to XLOOKUP data from File A.

Is there anyway this can be done ? Or is it possible for any way to auto import the data from File A to File B to look up?

🌐
Google Support
support.google.com › docs › thread › 301238813 › i-have-an-xlookup-function-that-is-working-in-one-tab-but-not-the-other-and-i-cannot-figure-out-why
I have an XLookup function that is working in one tab, but not the other and I cannot figure out why - Google Docs Editors Community
October 9, 2024 - Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on
Discussions

XLOOKUP is not returning updated information from another tab - Google Docs Editors Community
Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on More on support.google.com
🌐 support.google.com
July 15, 2024
How can use xlookup twice to extract data from another sheet? - Google Docs Editors Community
Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on More on support.google.com
🌐 support.google.com
January 13, 2023
Xlookup from another page in Google Sheets
u/Zestyclose_Silver352 - Your post was submitted successfully. Once your problem is solved, reply to the answer(s) saying Solution Verified to close the thread. Follow the submission rules -- particularly 1 and 2. To fix the body, click edit. To fix your title, delete and re-post. Include your Excel version and all other relevant information Failing to follow these steps may result in your post being removed without warning. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/excel
3
1
April 21, 2026
How to pull data from different Google Sheet and tabs (VLOOKUP ?) - Google Docs Editors Community
Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on More on support.google.com
🌐 support.google.com
August 14, 2019
🌐
Medium
medium.com › @pastranaarias.nicole › mastering-xlookup-in-google-sheets-referencing-data-from-a-separate-spreadsheet-9bdc7300e393
Mastering XLOOKUP in Google Sheets: Referencing Data from a Separate Spreadsheet | by Nicole Pastrana | Medium
March 6, 2024 - // Original XLOOKUP Function =XLOOKUP(search_key, lookup_range, result_range) // Example: =XLOOKUP(A2, C:C, D:F) // --- // Referencing range from a different tab in the same Google Sheet.
🌐
Statology
statology.org › home › google sheets: how to use xlookup from another sheet
Google Sheets: How to Use XLOOKUP From Another Sheet
January 16, 2024 - =XLOOKUP(A2, Sheet2!$A$2:$A$11, Sheet2!$B$2:$B$11) This particular formula looks up the value in cell A2 of the current sheet in the range A2:A11 of Sheet2 and returns the corresponding value in the range B2:B11 of Sheet2. The following example shows how to use this syntax in practice. Suppose we have one sheet called Sheet1 that contains information about the points scored by basketball players on various teams: Suppose we have another sheet called Sheet2 that contains information about the assists for basketball players on various teams:
🌐
Arab Psychology
scales.arabpsychology.com › home › how to use xlookup to retrieve data from another sheet in google sheets
How To Use XLOOKUP To Retrieve Data From Another Sheet In Google Sheets
January 8, 2026 - Begin typing the function: =XLOOKUP(. Define the Search Key: Click directly on the cell that holds the value you are searching for on the current sheet (e.g., cell A2). Add a comma (,). Define the Lookup Range: Now, click on the tab of the external ...
🌐
Google Support
support.google.com › docs › thread › 285488731 › xlookup-is-not-returning-updated-information-from-another-tab
XLOOKUP is not returning updated information from another tab - Google Docs Editors Community
July 15, 2024 - Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on
🌐
Simular
simular.ai › workflow › how-to-master-xlookup-in-google-sheets-a-smart-guide
How To Master XLOOKUP in Google Sheets: A Smart Guide
August 13, 2026 - If your day starts with coffee and a Google Sheets tab, XLOOKUP is probably one of your best friends—or your next big unlock. Let’s walk through how to use it manually, then how to scale the same logic with an AI computer agent so you never have to babysit formulas again. ... Goal: Look up a value (like a client ID) and return a related value (like MRR). ... Organize your data so the key you want to search is in one column (the lookup range) and the result you want is in another ...
🌐
Sheetgo
sheetgo.com › home › how to use xlookup in google sheets? (+ formulas and examples)
How to use XLOOKUP in Google Sheets? | Sheetgo
June 3, 2025 - If found, it will return the corresponding Sales Figure from Sheet 2 (Sheet2!B:B). If not found, it will return the value 0, indicating no sales. Keep in mind that you need to edit the formula before using it. For example, my sheet is called “Sales,” not “Sheet2” and the “102” ID is in row B3, not B2. So, my new formula will be: ... Use in the cell and press Enter on your keyboard. People often ask us if XLOOKUP can return multiple results in Google Sheets.
Find elsewhere
🌐
The Bricks
thebricks.com › home › resources › how to lookup data from another sheet in google sheets
How to Lookup Data from Another Sheet in Google Sheets
February 20, 2025 - In cell C2 of your "Sales Orders" sheet, type =XLOOKUP(. Click A2 for your search_key. For the lookup_range, go to 'Product Prices' and select Column B (the SKU column). For the result_range, select Column A (the Price column).
🌐
Automate Excel
automateexcel.com › home › xlookup between worksheets or spreadsheets – excel & google sheets
XLOOKUP Between Worksheets or Spreadsheets - Excel & Google Sheets - Automate Excel
February 8, 2023 - =XLOOKUP(B3,'Data - 2'!$B$3:$B$7,'Data - 2'!$C$3:$C$7) If the data set is stored in a sheet from another workbook, we must also add the workbook reference.
🌐
The Bricks
thebricks.com › home › resources › how to use vlookup in google sheets from a different tab
How to Use VLOOKUP in Google Sheets from a Different Tab
February 3, 2025 - The syntax to reference another sheet is 'Sheet Name'!Range. After typing the comma, click on the Customer List tab at the bottom of your screen. Use your mouse to select the entire data range that VLOOKUP should search in. In our example, we want to select from column A (Customer ID) to column D (Region). Let’s say our customer list goes down to row 100. The range would be A2:D100. When you do this, Google Sheets will automatically write the correct reference syntax for you!
🌐
Google Support
support.google.com › docs › thread › 197076173 › how-can-use-xlookup-twice-to-extract-data-from-another-sheet
How can use xlookup twice to extract data from another sheet? - Google Docs Editors Community
January 13, 2023 - Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on
🌐
Reddit
reddit.com › r/excel › xlookup from another page in google sheets
r/excel on Reddit: Xlookup from another page in Google Sheets
April 21, 2026 -

Hello, I'm a novice user and trying to make a spreadsheet to help with work, using multiple conditions from an order to generate a list of needed parts. I'm getting an error when attempting to reference data from a drop down on another page.

I've attached a trimmed down example that I can share without posting work info.

https://docs.google.com/spreadsheets/d/1UT6k7b7Sqi0mV6L867CS_jSVQXN15ZyDkHa3gPlTgrg/edit?usp=sharing

The real document has more of basically variable, but I think part of the complexity problem is the part numbers I'm trying to generate use the inputs in different ways and in different orders for each part, so I'm trying to make a page for each kind of part data and keep a cleaner UI page.

There's probably a cleaner way to do this, that may or may not work with all the actual inputs I need to do, but I'll take any and all advice, I'm just a novice at best.

Thank you.

🌐
Ben Collins
benlcollins.com › home › xlookup function in google sheets
XLOOKUP Function in Google Sheets
February 7, 2024 - Learn about the XLOOKUP function in Google Sheets, the powerful successor to the VLOOKUP. Does left lookups, bottom-to-top search, and more.
🌐
Layer
golayer.io › home › xlookup in google sheets (+ examples)
XLOOKUP in Google Sheets (+ Examples) | Layer Blog
July 17, 2024 - Additionally, VLOOKUP can only ... values from either side. This makes XLOOKUP a more flexible function, capable of performing complex lookups and returning multiple results. In this section, you will learn how to use XLOOKUP vertically to find an exact match using a single search key. 1. Open Google Sheets to the spreadsheet containing your table...
🌐
SimpleSheets
simplesheets.co › blog › xlookup-google-sheets
XLOOKUP in Google Sheets: Syntax, 7 Examples and Fixes
November 8, 2024 - There is no add-on to install, no lab to opt into, and no setting to switch on. Start typing =XL in any cell and the autocomplete will offer it. Two things do occasionally make people think it is missing: A stale browser tab.
🌐
YouTube
youtube.com › watch
How to XLOOKUP from Another Worksheet (Sheet) in Excel
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
🌐
Google Support
support.google.com › docs › thread › 11940859 › how-to-pull-data-from-different-google-sheet-and-tabs-vlookup
How to pull data from different Google Sheet and tabs (VLOOKUP ?) - Google Docs Editors Community
August 14, 2019 - Skip to main content · Google Docs Editors Help · Sign in · Google Help · Help Center · Community · Google Docs Editors · Terms of Service · Submit feedback · Send feedback on
🌐
Spreadsheet Point
spreadsheetpoint.com › home › formula posts › can google sheets vlookup from another sheet?
Can Google Sheets VLOOKUP From Another Sheet?
September 9, 2025 - But what if the data is in a different sheet of the same workbook? Google Sheets can utilize VLOOKUP in another sheet, but there’s a slight difference in the second parameter. You can do the same thing with workbook references, like how we searched multiple criteria and tabs.
🌐
YouTube
youtube.com › watch
How to Use XLOOKUP in Google Sheets - YouTube
The XLOOKUP function is the most powerful and flexible spreadsheet lookup function. In this tutorial, you’ll learn how to use the XLOOKUP function in Google ...
Published: January 5, 2024