VLOOKUP??

  • Thread starter Thread starter Ket
  • Start date Start date
K

Ket

Hello,

I am using Excel 2003 and Windows XP Pro.

I have a data range which is 4 columns wide and x number of rows
(there is no maximum for x as this may change)

The columns are Name, Start date, Finish Date, Coursename.

How can I create a data validation list that operates in such a way,
that if a persons name is selected from the list, the corresponding
dates and course name appear underneath.

I am unable to use the Data - Filter option as the source data and
results are on different worksheets.

Thanks in advance.

Ket
 
Hi
if you place the drop down on a separate sheet in cell A1 (and the data
is on sheet 1) try the following formula in A2
=VLOOKUP($A$1,'sheet1'!$A$1:$E$1000,ROW(),0)
copy down
 
One question - What if a user has taken more than one course? Can it
be set up to show everything that a user has completed?
 
Back
Top