I want to return a list of people names from the columns outlined below:
Forename1 - (Column E)
ForenameOther - (Column F)
Surname - (Column G)
Can anyone help?
I want to return a list of people names from the columns outlined below:
Forename1 - (Column E)
ForenameOther - (Column F)
Surname - (Column G)
Can anyone help?
Last edited by PRodgers4284; 11-07-2009 at 11:34 AM.
I have tried the following but it isnt working properly:
Datasheet1 is the sheet where the data is stored.
"Range" is the column named range the VLOOKUP name will use.
"A13" is the VlOOKUP name that will be looked up and is in Datasheet2.
The VLOOKUP column i want to display from the datasheet is column 5
Last edited by PRodgers4284; 11-07-2009 at 11:35 AM.
Your two posts are totally different... different ranges, references, types of formulas?
Can you be more specific as to what you want without telling us formulas?
Posting a sample workbook would also be of great help.
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
In D1, enter:
=COUNTIF($A$1:A1,$A$9) and copy down to D6
Then in B9:
=IF(ROWS($B$9:$B9)>MAX($D$1:$D$6),"",INDEX(B$1:B$6,MATCH(ROWS($B$9:$B9),$D$1:$D$6,0)))
copy down and over to next column.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks