I have a workbook with multiple sheets and I need data from one sheet moved to another sheet using a lookup. I am having trouble getting VLOOKUP to work.
Sheet with the data in it is called - Sales Split Out
Sheet where I need the date replaced is called – Orders Paid
The unique number common to both sheets is called – SKU or Column B and Column G.
I need the Data from SHEET Sales Split Out Column O or Replace Product input into SHEET Orders Paid Column M or Replace Product. There will always be an exact match as no sale can be made without using a SKU.
Sample of Sheet – Sales Split Out
Sample of Sheet – Orders Paid
Here are some of the formulas I have tried, this by far not the complete list
=VLOOKUP(G2, 'Sales Split Out!'$B:$O, Exact Match)
=VLOOKUP(G2,Sales Split Out! $B:$O,2,FALSE)
=VLOOKUP(G2,Sales Split Out SKU:Replace Product)
=VLOOKUP(G2 , Sales Split Out $B, $M, Exact Match)