+ Reply to Thread
Results 1 to 5 of 5

Return a list of names based on IF function formula

Hybrid View

PRodgers4284 Return a list of names based... 10-22-2009, 04:45 AM
PRodgers4284 Re: Return a list of names... 10-22-2009, 07:03 AM
NBVC Re: Return a list of names... 10-22-2009, 07:55 AM
PRodgers4284 Re: Return a list of names... 10-22-2009, 08:38 AM
NBVC Re: Return a list of names... 10-22-2009, 08:48 AM
  1. #1
    Registered User
    Join Date
    04-22-2009
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    94

    Return a list of names based on IF function formula

    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.

  2. #2
    Registered User
    Join Date
    04-22-2009
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    94

    Re: Return a list of names based on IF function formula

    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.

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Return a list of names based on IF function formula

    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.

  4. #4
    Registered User
    Join Date
    04-22-2009
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    94

    Re: Return a list of names based on IF function formula

    Quote Originally Posted by NBVC View Post
    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.
    NBVC My sample workbook is attachment, im trying to get the vlookup working on sheet2 but it isnt working correctly
    Last edited by PRodgers4284; 11-07-2009 at 11:34 AM.

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Return a list of names based on IF function formula

    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.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1