VLOOKUP ( I think )
Posted by Mike on February 21, 2001 8:08 AM
Situation:
Lets say I have a table with two columns headings - StaffName and ProjectName. for example:
StaffName ProjectName
Joe Design Project
Sally Enginering Project
Frank Design Project
Joe Engineering Project
Sally Design Project
Now, I want to develop a table that lists the StaffName only once and the multiple projects in the 2nd 3rd 4th or nth column. What I think I'm after is the VLOOKUP ability to return the 2nd 3rd 4th or nth occurence of a criter in the array:
StaffName ProjectName1 ProjectName2
Joe Design Project Engineering Project
Sally Design Project Engineering Project
Frank Design Project