+ Reply to Thread
Results 1 to 4 of 4

Double Lookup - Possibly SumIfs

  1. #1
    Registered User
    Join Date
    07-07-2016
    Location
    Vancouver, Canada
    MS-Off Ver
    2010
    Posts
    68

    Question Double Lookup - Possibly SumIfs

    Hi Everyone,
    I am trying to display some specific information from a worksheet onto a front page of the workbook (currently Sheet 1).
    From the Budget Entry tab (where all of the needed information is stored) i would like to display if the Site (A) = (Budget Entry column B) and the cost type (B,C, or D) = (Budget Entry I), then sum (Budget Entry S) in the corresponding cell for example: (B3) (C4)

    Workbook attached - all site name and costs...are fictitious.

    Thanks for your help.

    i've tried in B3 SUMIF((BudgetEntry 1718!$S$, BudgetEntry$B, SHeet1A3) (Budget Entry!I, Sheet1B2))
    Attached Files Attached Files

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: Double Lookup - Possibly SumIfs

    =IF(VLOOKUP($A3,'Budget Entry 17 18'!$B$2:$I$7,8,)=B$2,VLOOKUP($A3,'Budget Entry 17 18'!$B$2:$I$7,2,),"")

  3. #3
    Registered User
    Join Date
    07-07-2016
    Location
    Vancouver, Canada
    MS-Off Ver
    2010
    Posts
    68

    Re: Double Lookup - Possibly SumIfs

    Thanks but I couldn't get it to work - I am trying to sum column S of Budget Entry - if it matches the Site in column A (Sheet1) and the type in Row 2 (Sheet1)

  4. #4
    Registered User
    Join Date
    07-07-2016
    Location
    Vancouver, Canada
    MS-Off Ver
    2010
    Posts
    68

    Re: Double Lookup - Possibly SumIfs

    I used a sumifs in the end it looked like this:
    =SUMIFS('Budget Entry 17 18'!S:S,'Budget Entry 17 18'!B:B,'Infrastructure Breakdown'!A2,'Budget Entry 17 18'!I:I,'Infrastructure Breakdown'!$B$1)

    In case that helps anyone else out.
    Thanks Forum!

+ 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. SUMIFS (possibly?) with dynamic criteria
    By RandyStone in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-05-2018, 12:10 PM
  2. [SOLVED] Referencing or lookup function possibly?
    By rodeam in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-17-2016, 02:31 PM
  3. Don't know where to start - lookup function with ifs possibly?
    By courtie89 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-19-2015, 03:48 PM
  4. SUMIFS - double counting?
    By Geoff. in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-07-2014, 04:10 PM
  5. [SOLVED] Looking for a formula - possibly V or H Lookup or MATCH?
    By Clare1234 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-17-2013, 06:53 AM
  6. possibly a lookup function question, not sure
    By mufan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-11-2008, 09:46 PM
  7. [SOLVED] Lookup possibly?
    By SS in forum Excel General
    Replies: 3
    Last Post: 01-06-2005, 10:06 AM

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