+ Reply to Thread
Results 1 to 5 of 5

Referencing one name find multiple criteria multiple results within a date range

  1. #1
    Registered User
    Join Date
    10-17-2013
    Location
    Orlando, Florida
    MS-Off Ver
    Excel 2003
    Posts
    7

    Referencing one name find multiple criteria multiple results within a date range

    Hello, I need help

    This excel 2007. So its basically an invoice log that we want to see what each store is accumulating in expenses. All store tabs are set up as tables. We need it to all capture it by supplier.
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Referencing one name find multiple criteria multiple results within a date range

    To capture the suppliers, in A7 copied down:

    =IFERROR(INDEX(Store2[Company],MATCH(0,INDEX(COUNTIF(A$4:$A6,Store2[Company]&""),),0)),"")

    NB Supplier consolidations A4 MUST be left blank.


    annual total in B7:
    =SUMIF(Store2[Company],A7,Store2[Amount])

    monthly totals in C7, copied across and down:
    =SUMIFS(Store2[[Amount]:[Amount]],Store2[[Company]:[Company]],$A7,Store2[[Approval Date]:[Approval Date]],">="&DATE($A$2,MONTH(1&C$4),1),Store2[[Approval Date]:[Approval Date]],"<"&DATE($A$2,MONTH(1&C$4)+1,1))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    10-17-2013
    Location
    Orlando, Florida
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Referencing one name find multiple criteria multiple results within a date range

    awesome Thank you so much!

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Referencing one name find multiple criteria multiple results within a date range

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

  5. #5
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2506
    Posts
    13,792

    Re: Referencing one name find multiple criteria multiple results within a date range

    Quote Originally Posted by Flora Lastra View Post
    Hello, I need help

    This excel 2007. ...
    Please update your profile to reflect that. It tells use what features/functions you have available and speeds solution.

    If you forget how to do this:
    Above your first post click Forum Actions then Edit Profile.
    Dave

+ 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. [SOLVED] Help displaying date based on 2x criteria with multiple results
    By GazNicki in forum Excel General
    Replies: 6
    Last Post: 06-05-2018, 07:23 AM
  2. [SOLVED] Find multiple results with INDEX & MATCH on 2 criteria
    By SubwAy in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 02-22-2017, 08:56 AM
  3. [SOLVED] Lookup formula with multiple criteria - find if date is within range
    By mazarin in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 04-02-2015, 09:01 AM
  4. [SOLVED] Find the MIN of a date range with multiple criteria
    By philozelda in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-17-2014, 06:59 PM
  5. Replies: 11
    Last Post: 02-07-2013, 02:22 AM
  6. Replies: 5
    Last Post: 02-04-2013, 12:32 PM
  7. Count - multiple criteria, multiple sheets, and date range.
    By threecliffs in forum Excel General
    Replies: 6
    Last Post: 06-14-2011, 01:36 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