My question is: I use VLOOKUP all the time in Excel and am very good at it. I am being forced to start using Excel on-line with OneDrive and, major issues. I can’t figure out how to reference the Table_Array. I have two spreadsheets, Book1 [where the formula will go] and Book2 [where the Table_Array is]. I own both, they are in the same OneDrive folder, and they are both open on my computer.
Formula of =Vlookup(B1,[Book2.xls]Sheet1!$A$1:$B$5) works perfectly in normal Excel. Then I copied them to my OneDrive. Can’t figure out the formula (how to reference the TableArray) for OneDrive.
Formula of =Vlookup(B1,[Book2.xls]Sheet1!$A$1:$B$5) works perfectly in normal Excel. Then I copied them to my OneDrive. Can’t figure out the formula (how to reference the TableArray) for OneDrive.
Book1 | ||
| A | B |
1 | Apples | |
2 | Oranges | |
3 | Bananas | |
4 | Grapes |
Book2 | ||
| A | B |
1 | Bananas | 12 |
2 | Oranges | 31 |
3 | Apples | 24 |
4 | Grapes | 9 |
5 | Pears | 15 |