Employee = rate of pay

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I set up a cell that autofills the rate of pay based on the employee
name entered in another cell?
 
Hi Laurel,

See if this helps you out;

Employees names in A2:A4
Their pay rate in B2:B4
Their hours worked in C2:C4

A drop down valadation list of the employees in D2

This formula in E2
=VLOOKUP(D2,A2:B4,2,0)*VLOOKUP(D2,A2:C4,3,0)

Select an employee from the drop down and their gross pay is returned in E2

HTH
Regards,
Howard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top