New user working on an excel scheduling system.

Holmes89

New Member
Joined
May 8, 2023
Messages
21
Office Version
  1. 2016
Platform
  1. Windows
In excel I would like to enter a formula under the employee number column that when I enter an employee number it will auto populate the employee's name, position and skill code. All of these are on another sheet in the workbook Ie: employee number is column B, name is column C, position is column D and skill code is E.

First part looks like image 1, thats where I want to enter the information and have it auto populate.

Image 2 is where I want it to take the information from.
 

Attachments

  • schedule1.PNG
    schedule1.PNG
    3.8 KB · Views: 9
  • Schedule2.PNG
    Schedule2.PNG
    4.4 KB · Views: 10

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Welcome to the MrExcel forum!

Sounds like you need VLOOKUP, something like:

=VLOOKUP(A2,'Other Sheet'!A1:D10,2,0)

where A2 is the employee number, Other Sheet!A1:D10 is the sheet with the info, 2 is the column you want returned, and 0 means you want an exact match.
 
Upvote 0
Welcome to the MrExcel forum!

Sounds like you need VLOOKUP, something like:

=VLOOKUP(A2,'Other Sheet'!A1:D10,2,0)

where A2 is the employee number, Other Sheet!A1:D10 is the sheet with the info, 2 is the column you want returned, and 0 means you want an exact match.
Thank you ! this is exactly what I needed. appreciate that.
 
Upvote 0

Forum statistics

Threads
1,215,148
Messages
6,123,300
Members
449,095
Latest member
Chestertim

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top