+ Reply to Thread
Results 1 to 5 of 5

Vlookup

  1. #1
    Registered User
    Join Date
    07-15-2009
    Location
    Rochester, New York
    MS-Off Ver
    Excel 2007
    Posts
    3

    Vlookup

    hey this is my first post so if I'm not posting properly or some such, just let me know....

    anyways, I have a bunch of cells in a column which contain the following in variation :

    =(IF(ISNA(VLOOKUP("Name",tuesday1,3)),VLOOKUP("Name",tuesday2,3),VLOOKUP("Name",tuesday1,3)))

    where name is always different. somewhere else I have a bunch of ranges with a name in one column followed by two times. my problem is that entering one name and time happens to modify all cells for a name falling under the entered name. I'm new to this type of excel stuff so please help. thanks =].

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Vlookup

    Welcome to the forum.

    Excel 2007 has a convenient function to avoid repetition of the expression:

    =IFERROR(VLOOKUP("Name", tuesday1, 3), VLOOKUP("Name", tuesday2, 3 ) )

    For the rest of your question, post a workbook and explain in context.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    07-15-2009
    Location
    Rochester, New York
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Vlookup

    Attached is the thing im currently working on with a few examples, I tried what you suggested in C37-C38, but still no luck. the repetition is shown by the examples.

    The top part of the sheet is a lineup of stations with the bottom part then filling out the hours each employee must work.
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    03-28-2008
    Location
    India, bangalore
    MS-Off Ver
    Excel 2003,2007
    Posts
    216

    Re: Vlookup

    make a slight changes on the formula instead of type name everytime like

    =(IF(ISNA(VLOOKUP("ALDRIDGE",monday1,2)),VLOOKUP("ALDRIDGE",monday
    2,2),VLOOKUP("ALDRIDGE",monday1,2)))

    change to

    =(IF(ISNA(VLOOKUP("$A37",monday1,2)),VLOOKUP("$A$37",monday2,2),VLOOKUP("$A37",monday1,2)))


    Cheers
    Arvind

  5. #5
    Registered User
    Join Date
    07-15-2009
    Location
    Rochester, New York
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Vlookup

    Quote Originally Posted by aravindhan_31 View Post
    make a slight changes on the formula instead of type name everytime like

    =(IF(ISNA(VLOOKUP("ALDRIDGE",monday1,2)),VLOOKUP("ALDRIDGE",monday
    2,2),VLOOKUP("ALDRIDGE",monday1,2)))

    change to

    =(IF(ISNA(VLOOKUP("$A37",monday1,2)),VLOOKUP("$A$37",monday2,2),VLOOKUP("$A37",monday1,2)))


    Cheers
    Arvind
    is this suppose to resolve it? , I mean the quotes make it appear as a string rather than a cell reference and then making it a cell reference rather than typing the name didn't fix anything.

+ 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