scott-atkinson
I'm with the Witch.......
- Local time
- Today, 22:43
- Joined
- Aug 31, 2006
- Messages
- 1,621
Could somebody be of assistance please.
I am trying to put together a nested Vlookup Function, example below;
=VLOOKUP($B$3,Data,(MATCH(A23,Row1,0)))
I am trying to do the following, I have a spreadsheet layed out in the following format;
Row - Date, Jan05, Feb05 etc
Col - Product code.
I am trying to bring data into a spreadsheet using the following format;
=VLOOKUP(Product Code,Data,(MATCH(Date,Row1,0)))
The output in some cases does not return any data when there is data to return, and in some cases it returns the wrong data from a product code that seems to be completely unrelated!
My product codes are made up of a combination of Letters/Numbers, and just Numbers, I have formatted both data sets so are reading the same.
Any body got any ideas as to where I am going wrong.
I am trying to put together a nested Vlookup Function, example below;
=VLOOKUP($B$3,Data,(MATCH(A23,Row1,0)))
I am trying to do the following, I have a spreadsheet layed out in the following format;
Row - Date, Jan05, Feb05 etc
Col - Product code.
I am trying to bring data into a spreadsheet using the following format;
=VLOOKUP(Product Code,Data,(MATCH(Date,Row1,0)))
The output in some cases does not return any data when there is data to return, and in some cases it returns the wrong data from a product code that seems to be completely unrelated!
My product codes are made up of a combination of Letters/Numbers, and just Numbers, I have formatted both data sets so are reading the same.
Any body got any ideas as to where I am going wrong.