+ Reply to Thread
Results 1 to 3 of 3

If formula - automatic list filling

  1. #1
    Registered User
    Join Date
    12-03-2012
    Location
    Ecuador
    MS-Off Ver
    Excel 2010
    Posts
    46

    If formula - automatic list filling

    Hi,

    Quite a difficult one to explain!

    I want a formula that recognises the name put in column D in worksheet 1 against a comprehensive list of clients that appears in a worksheet 2. When it matches the name in column D (worksheet 1) with a name in column A (worksheet 2), I want column F, G and H (worksheet 1) to automically complete with the information in columns B, C and D in found in worksheet 2 in the row with the matching name.

    I have attached the excel and it would be great if anyone could help!

    Thanks,

    Leo
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: If formula - automatic list filling

    With VLookup.

    See the yellow cells.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,939

    Re: If formula - automatic list filling

    use this in E3, copied down and across...
    =IFERROR(VLOOKUP($D3,'Worksheet 2'!$A$2:$D$8,MATCH(E$2,'Worksheet 2'!$A$1:$D$1,0),FALSE),"")
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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