A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Sure, try the procedure shown below.
Andreas.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello. Is there a way to write a vlookup formula that is similar to this =vlookup(A1,A5:G14,7,False). But instead of the A5:G14 range to select a range on another sheet> And instead of column 7 for the lookup value to have it point to a column on another sheet?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
Not only another sheet but also another Excel file:
=VLOOKUP(Sheet2!A5,'Chapter 01 - Introduction.xlsm'!Table1[#Data],4,0)
Sheet2!A5 is in the current file, but Table1 is in another file: Chapter 01 - Introduction.xlsm.
Shane
Thank you - perfectly clear.