B
bill
formula =if(trim(a6)="","",vlookup(A6,Scanner_table,2,0))
looks up in scanner_table column 2 & then places matching
data for whatever is in A6 in the appropriate column of
my worksheet.
I have now added an additional column (column 3) to
Scanner_table so why do I get answer #REF when i insert
formula
=if(trim(a6)="","",vlookup(A6,Scanner_table,3,0))?
I thought I had understood what Gary Thompson (Thanks
Gary) had written.
Bill
looks up in scanner_table column 2 & then places matching
data for whatever is in A6 in the appropriate column of
my worksheet.
I have now added an additional column (column 3) to
Scanner_table so why do I get answer #REF when i insert
formula
=if(trim(a6)="","",vlookup(A6,Scanner_table,3,0))?
I thought I had understood what Gary Thompson (Thanks
Gary) had written.
Bill