Hello,
I have a code in a cell that looks at another cell and based on what is in there it autofills the cell in. below is the code that currently works:
=INDEX(PERSONNEL!$A$2:$A$20,MATCH(HQS!B6,PERSONNEL!$C$2:$C$20,0))
But when I have nothing in the cell (B6), Cell (A6) comes up with n/a...