Forum Discussion

Slccmh's avatar
Slccmh
Copper Contributor
May 11, 2023
Solved

Integrating subset of Excel workbook with original workbook

I searched prior posts and have not found a solution to my issue but if someone can help or direct me to other help I appreciate it. I have two Excel workbooks, one with over 3000 rows (I'll call it...
  • JKPieterse's avatar
    May 11, 2023
    What you need is the XLOOKUP function. Open both workbooks next to each other.
    - On an empty cell next to your data, type =XLOOKUP(
    - Point at the cell in column A on the same row, you should now have something like =XLOOKUP(A2
    - press the comma on your keyboard
    - Now select the cells in column A of the other workbook. Your formula will look like this:
    =XLOOKUP(A2,[Book1]Sheet1!$A$2:$A$3500
    - press the comma again and point to the cells from which you need to pull information.
    - press enter
    your formula should look similar to this:
    =XLOOKUP(A2,[Book1]Sheet1!$A$2:$A$3500,[Book1]Sheet1!$D$2:$D$3500)

Resources