B
Bill
A kind expert responded to a query I posted regarding =if
and Vlookup. It worked of course but I need to understand
why for the future.
I believe I have a general understanding of the formula
but would be grateful if someone could confirm why it is
necessary for 2 sets of "" in the formula and the reason
for the final zero
=if(trim(a6)="","",vlookup(A6,Scanner_table,2,0))
My understanding is that if I enter data (with any spaces
removed) into A6 the system looks in Array Scanner_table
column 2 for data matching that which was entered in A6
and places it in my spreadsheet in the cell where the
formula exists. Does the final Zero mean that if data
doesn't match, then enter 0 (which actually presents #NA
in that cell?
TIA
Bill
and Vlookup. It worked of course but I need to understand
why for the future.
I believe I have a general understanding of the formula
but would be grateful if someone could confirm why it is
necessary for 2 sets of "" in the formula and the reason
for the final zero
=if(trim(a6)="","",vlookup(A6,Scanner_table,2,0))
My understanding is that if I enter data (with any spaces
removed) into A6 the system looks in Array Scanner_table
column 2 for data matching that which was entered in A6
and places it in my spreadsheet in the cell where the
formula exists. Does the final Zero mean that if data
doesn't match, then enter 0 (which actually presents #NA
in that cell?
TIA
Bill