itsrich
Board Regular
- Joined
- Apr 13, 2009
- Messages
- 73
- Office Version
- 365
- Platform
- Windows
I am building a spreadsheet with a column to look up a part number on another sheet.
=XLOOKUP(C2555,'S:\2024 Purchasing\[Columbus Export.csv]Columbus Export'!$D:$D,'S:\2024 Purchasing\[Columbus Export.csv]Columbus Export'!$E:$E,FALSE)
2500+ cells with the same formula.
Is it better to build with =XLOOKUP(C255,INDIRECT(reference to cell with path1)!$D:$D,INDIRECT(reference to cell with path2)!$E:$E,FALSE) (this formula is not correct, only for discussion)
How do I build the smallest, fastest-loading file using formulas such as the above?
Thank You In Advance!
=XLOOKUP(C2555,'S:\2024 Purchasing\[Columbus Export.csv]Columbus Export'!$D:$D,'S:\2024 Purchasing\[Columbus Export.csv]Columbus Export'!$E:$E,FALSE)
2500+ cells with the same formula.
Is it better to build with =XLOOKUP(C255,INDIRECT(reference to cell with path1)!$D:$D,INDIRECT(reference to cell with path2)!$E:$E,FALSE) (this formula is not correct, only for discussion)
How do I build the smallest, fastest-loading file using formulas such as the above?
Thank You In Advance!