Need formula to extract info

mhartman09

New Member
Joined
Aug 31, 2010
Messages
25
I have a spreadsheet set up to use as an employee info and training matrix. I'm trying to set up a new tab to give a summary by employee.

Here's a screenshot of the matrix:
trainingmatrix.jpg

Here's a screen shot of the employee summary tab I'm trying to make:
individualtraining.jpg


The employee name is entered through data validation using the list of employees from the matrix. I've used vlookup to enter the details for each employee at the top. I'm running into an issue trying to extract the training course info at the bottom. Not every employee will have something entered under each type of training. Some are only required to have certain training classes.

Any idea how I can get the employee's training class details to pull over from the matrix when I select that employee? I don't think I can use vlookup because I would need the course name to pull over as well. Also, as I said before, some columns would be skipped in the matrix and I don't want to leave blank rows under the training info in the summary. I'm really at a loss and have been working on this for quite a while.

FYI - I'm not familiar with VBA at all, so if this is possible to do using formulas I'd prefer that. If not, I'd really have to work at understanding how to make this happen.

:) Michelle
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
perhaps I have missed. where is the training data of each employee, if at all. give cell addresses in the main data base
 
Upvote 0
I actually haven't entered the training info into the spreadsheet yet. It will be entered beginning in cell AC3. Each column labeled "completed" will have a date and a teacher's name will be listed in the "instructor" column. These two things will be entered for every training course. Some also have a column for "due" and "details". These two things are not required for every course. Does this help?
 
Upvote 0
I've found that the OFFSET function works best for this situation. With the OFFSET, once the vertical lookup is locked in, the targeted training info can be located and pulled in. It would help to see your matrix so that I could write a sample OFFSET formula for you.
 
Upvote 0

Forum statistics

Threads
1,224,508
Messages
6,179,188
Members
452,893
Latest member
denay

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