Hello,
I have a problem with the Vlookup function, i have a defined table with two columns to define fuel sources, the first column refers to fuel source name and the second to the ID/number associated with each source. the table name is 'source'
in another sheet named 'ID', i have a list of ID's defined in column A
and in a third sheet named 'b', i have a list that should read the source names based on the corresponding id in sheet ID, I used the following formula in cell b!A2:
=VLOOKUP(ID!A2,source,1,FALSE)
but it returns #N/A
I read in one of the threads, that this might be related to the cell format, actually, i didn't play with the formats, all of the fields have the general format.
I gave up.....Any Ideas !!!!
I have a problem with the Vlookup function, i have a defined table with two columns to define fuel sources, the first column refers to fuel source name and the second to the ID/number associated with each source. the table name is 'source'
in another sheet named 'ID', i have a list of ID's defined in column A
and in a third sheet named 'b', i have a list that should read the source names based on the corresponding id in sheet ID, I used the following formula in cell b!A2:
=VLOOKUP(ID!A2,source,1,FALSE)
but it returns #N/A
I read in one of the threads, that this might be related to the cell format, actually, i didn't play with the formats, all of the fields have the general format.
I gave up.....Any Ideas !!!!