+ Reply to Thread
Results 1 to 5 of 5

V-Lookup (3 in 1)?

  1. #1
    Registered User
    Join Date
    05-21-2007
    Posts
    57

    Cool V-Lookup (3 in 1)?

    How to V-Look-Up multiple fields into one field. For example:

    (John, Peter, & Maria) are in one line item. However, thier values are seperate in the other sheet (John=2, Peter=3, & Maria=5).

    How can I do a v-lookup to add the sum of (10) matching the ONE line item (John,Peter, & Maria)

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,655

    Re: V-Lookup (3 in 1)?

    Can you upload example?

  3. #3
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: V-Lookup (3 in 1)?

    (John, Peter, & Maria) are in one line item
    What does that look like in your workbook?

    However, thier [sic!] values are seperate [sic!] in the other sheet (John=2, Peter=3, & Maria=5).
    What does that look like in your workbook?

    Just re-iterating zbor's request. This is too vague to be answered without seeing your file.

    Post your file and be sure to mock up the expected results, explaining the logic that leads to them.

  4. #4
    Registered User
    Join Date
    05-21-2007
    Posts
    57

    Re: V-Lookup (3 in 1)?

    Attached please find a sample excel file. Your solution to this file is very helpful. Thanks
    Attached Files Attached Files

  5. #5
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,655

    Re: V-Lookup (3 in 1)?

    Try to sum both VLOOKUP's separately:

    =IF($D$5="owned";VLOOKUP("Architect and Engineer Services";'Large Project Estimator'!$B$12:$G$74;6;FALSE);0)+IF($D$5="Leased";VLOOKUP("Architect and Engineer Services";'Large Project Estimator'!$B$12:$G$74;5;FALSE);0)

    (replace ; with , if you get error)

+ 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