Forum Discussion

Aurora21412's avatar
Aurora21412
Copper Contributor
Sep 15, 2023
Solved

Connect two worksheets

When I type the ‘Address’ on my ”2023” sheet, I want the ‘Superintendent’ and the ‘SQFT’ to automatically fill based on what I have on the “Santa Rita 45” sheet
  • HansVogelaar's avatar
    Sep 15, 2023

    Aurora21412 

    In E2 on the 2023 sheet:

    =XLOOKUP(F2, 'Santa Rita 45'!A:A, 'Santa Rita;!B:B, "")

    Fill down.

    In I2:

    =XLOOKUP(F2, 'Santa Rita 45'!A:A, 'Santa Rita;!C:C, "")

    Fill down.