B
Brian
when i enter an employee ID number in cell A1 only, I want
cell B1 to automatically display the employee's name.
for example,
A B
1 356 1 John Doe
I will be changing the ID number often and will always be
working in the same cells. In cell B1 I used the formula:
=if(A1=356,"John Doe") this works but only for entering
one ID number. Essentially I am looking for the formula to
simply state If A1 = 356 then enter John Doe in B1 but if
A1 = 456 then enter Robert Smith, and so on for several
other employees.
Thank you,
Brian
cell B1 to automatically display the employee's name.
for example,
A B
1 356 1 John Doe
I will be changing the ID number often and will always be
working in the same cells. In cell B1 I used the formula:
=if(A1=356,"John Doe") this works but only for entering
one ID number. Essentially I am looking for the formula to
simply state If A1 = 356 then enter John Doe in B1 but if
A1 = 456 then enter Robert Smith, and so on for several
other employees.
Thank you,
Brian