Sep 11 2023 05:32 AM
I have a spreadsheet with two tabs.
One tab is the data tab which is filled with 7 columns and a few thousands rows.
The other tab contains reference data where I want to get the data to fill in the first tab.
Sep 11 2023 05:57 AM
Sep 11 2023 05:58 AM - edited Sep 11 2023 05:59 AM
Solution
XLOOKUP (I don't know your sheet name, so I used "Tab2"):
=XLOOKUP([@Itemnumber],'Tab2'!$A$2:$A$600,'Tab2'!$C$2:$C$600)