+ Reply to Thread
Results 1 to 5 of 5

Multiple Reference LOOKUP formula

  1. #1
    Forum Contributor
    Join Date
    02-05-2014
    Location
    Bay Area
    MS-Off Ver
    Excel 2010
    Posts
    164

    Multiple Reference LOOKUP formula

    Hello,

    I'm trying to cross-reference three sets of criteria to find my result; however, I can't get the VLOOKUP function to perform correctly for this need. Maybe I'm using the wrong function.

    I attached a simple workbook to highlight my challenge. The over-simplified language that I included in the attachment, which highlights my problem, is as follows:

    IF:
    (B5=Sheet2!B4:B12) ---> This line finds the correct row to reference, on the Control sheet.
    (year(C2)=Control!C3:E3) ---> This line chooses the correct annual column on the Control sheet, for the given month (e.g., use 2014 assumptions for a 2014 month).
    (month(C2)=Control!E14) ---> This line counts the expense only in the month when the expense recurs (e.g., April 2014, April 2015…).

    THEN:
    SUM(Control!C4:E12) ---> This line finds the specific number based on the criteria above.

    Thanks much for any advice!
    Attached Files Attached Files

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Multiple Reference LOOKUP formula

    Hi

    Please use the following formula in C5.

    =IF(AND($B5=Control!$B6,YEAR(Summary!C$2)=Control!$C$3,MONTH(Summary!C$2)=Control!$E$14),SUM(Control!C6:E6),"")

    (workbook attached)
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    05-05-2014
    Location
    Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: Multiple Reference LOOKUP formula

    Hi,
    Can you mention result for what you are looking for.. Manual call.

  4. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: Multiple Reference LOOKUP formula

    Not sure what are you trying to do with the month criteria? But try this to see if this is what you are trying to do.

    In C3 of Summary sheet......

    Please Login or Register  to view this content.
    then drag across and down.

    For detail see the attached sheet.
    Attached Files Attached Files
    Last edited by sktneer; 05-06-2014 at 09:04 AM.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  5. #5
    Forum Contributor
    Join Date
    02-05-2014
    Location
    Bay Area
    MS-Off Ver
    Excel 2010
    Posts
    164

    Re: Multiple Reference LOOKUP formula

    cbatrody and sktneer,

    Both of your solutions worked! Thank you very much.

    tnvbs, thank you for responding.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How do I lookup multiple rows with the same cell reference?
    By dacosta1986 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-28-2012, 02:06 PM
  2. how to get multiple values using lookup reference
    By vrkishoree in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-02-2012, 08:07 PM
  3. Multiple Reference Lookup
    By [email protected] in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-19-2005, 09:05 AM
  4. [SOLVED] Multiple reference for lookup in excel
    By Andrew in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-17-2005, 12:06 PM
  5. Multiple reference for lookup in excel
    By Andrew in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-16-2005, 04:06 PM

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