+ Reply to Thread
Results 1 to 3 of 3

Multiple IF Statement? Or Lookup?

  1. #1
    Registered User
    Join Date
    08-07-2007
    Posts
    4

    Unhappy Multiple IF Statement? Or Lookup?

    Hello,

    I’m working with a construction punch list on excel. One worksheet contains a column with descriptions of work items. These work items may only appear once in the column, or may appear on several lines in the same column. (I’m going to refer to this worksheet as worksheet “A”)

    On another tab within the same workbook, I have done an advanced filter so I can have only the unique items in this new list. (Let’s call this worksheet “B” So basically, on worksheet “A”, I have all the items (about 8000) and worksheet “B” I have about 1400 unique items.

    My goal is to assign dollar values to every item in worksheet A in a column next to the descriptions of work. Instead of making 8000 entries (with the chance of needing the update the values) I want to assign values to the unique items on worksheet “B” and have worksheet “A” check worksheet “B” for a matching description and then use the value next to the description of worksheet “B”.

    I guess this would be similar to having an IF statement with a huge amount of variables but I know this would not work. Any suggestions would be GREATLY appreciated! I've also attached a graphical example in case it helps to explain this question.

    Thanks in advance!
    Dominick
    Attached Images Attached Images

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

    e.g. =Vlookup(A2,Sheet2!A:B,2,FALSE)

    where A2 is your item in the Sheet A and Sheet2 is the name of Sheet B where A:B are the columns that contain the table.
    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.

  3. #3
    Registered User
    Join Date
    08-07-2007
    Posts
    4
    NBVC,

    Thank you!
    It worked like a charm and will save me HOURS of work. Your help is truly appreciated!!!

    Dominick

    Quote Originally Posted by NBVC
    Vlookup should do it...

    e.g. =Vlookup(A2,Sheet2!A:B,2,FALSE)

    where A2 is your item in the Sheet A and Sheet2 is the name of Sheet B where A:B are the columns that contain the table.

+ 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