Island Gryl
New Member
- Joined
- Jan 11, 2011
- Messages
- 22
- Office Version
- 365
- Platform
- Windows
The task seems simple enough, but I am having trouble identifying the correct approach and would like suggestions as to what function to use.
I have two data sets with one criteria I want to check against each other (they both contain order numbers and I want to locate the when an order number is not present).
Seems vlookup is not the right approach because the column the data is in, is not the first one (I'm getting #N/A and have tried cleaning the data and converting it to number format). (one dataset arrives with #12345 and the other with 12345, I used text to columns to get rid of the #, still no go) which leads me to believe it must be that the columns being compared are in column AA and G respectively.
I can't find an example of Index/Match that fits the situation, or conditional formating....
If Vlookup were to work, this is what the formula would be (I think).
'=VLOOKUP(AA2,'A2X February'!A2:G523,7,FALSE) (I think the 7, the column index number references the column # in the able Array)
I'm getting #N/A for results
hope someone finds this one easy!!
Much appreciated!
Janice
I have two data sets with one criteria I want to check against each other (they both contain order numbers and I want to locate the when an order number is not present).
Seems vlookup is not the right approach because the column the data is in, is not the first one (I'm getting #N/A and have tried cleaning the data and converting it to number format). (one dataset arrives with #12345 and the other with 12345, I used text to columns to get rid of the #, still no go) which leads me to believe it must be that the columns being compared are in column AA and G respectively.
I can't find an example of Index/Match that fits the situation, or conditional formating....
If Vlookup were to work, this is what the formula would be (I think).
'=VLOOKUP(AA2,'A2X February'!A2:G523,7,FALSE) (I think the 7, the column index number references the column # in the able Array)
I'm getting #N/A for results
hope someone finds this one easy!!
Much appreciated!
Janice