Hello,
have in issue I need help with. I have a vlookup in all my other cells that works. The problem I am having is it will not see anything to the left only to the right of the cell. below is the vlookup I have:
=IF(ISERROR(VLOOKUP(B6,PERSONNEL!B2:H500,7,FALSE)),"",IF(LEN(VLOOKUP(B6,PERSONNEL!B2:H500,7,FALSE))=0,"",VLOOKUP(B6,PERSONNEL!B2:H500,7,FALSE)))
it works perfect for all the cells past B2.
the problem is having it look to the left of b2 and returns a N/A.
any help would be thankfull.
Erick
have in issue I need help with. I have a vlookup in all my other cells that works. The problem I am having is it will not see anything to the left only to the right of the cell. below is the vlookup I have:
=IF(ISERROR(VLOOKUP(B6,PERSONNEL!B2:H500,7,FALSE)),"",IF(LEN(VLOOKUP(B6,PERSONNEL!B2:H500,7,FALSE))=0,"",VLOOKUP(B6,PERSONNEL!B2:H500,7,FALSE)))
it works perfect for all the cells past B2.
the problem is having it look to the left of b2 and returns a N/A.
any help would be thankfull.
Erick