lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I am using vlookup() and the table where to look for is in another sheet. I highlighted all the table including labels and named it Mytable1, so my vlookup function looked like this:
Vlookup(A2,Sheet2!Mytable1,2,false)
But to my surprised excel changed Sheet2 to the name of the file, Book1
Vlookup(A2,Book1!Mytable1,2,false)
Why is that? Also can I make Mytable1 global so excel understand it without typing Sheet1! or Sheet2! etc.?
Thank you
I am using vlookup() and the table where to look for is in another sheet. I highlighted all the table including labels and named it Mytable1, so my vlookup function looked like this:
Vlookup(A2,Sheet2!Mytable1,2,false)
But to my surprised excel changed Sheet2 to the name of the file, Book1
Vlookup(A2,Book1!Mytable1,2,false)
Why is that? Also can I make Mytable1 global so excel understand it without typing Sheet1! or Sheet2! etc.?
Thank you