+ Reply to Thread
Results 1 to 3 of 3

Index/Array to pull all customers by a Month/Location column from Raw Data

  1. #1
    Forum Contributor
    Join Date
    01-19-2013
    Location
    Las Vegas, NV
    MS-Off Ver
    Office 365 2016
    Posts
    214

    Index/Array to pull all customers by a Month/Location column from Raw Data

    Greetings again all,

    I am trying to get an index array or like formula to pull all the related rows of data from the "Raw Data" tab to drop into the "Summary Tab" of the attached sheet (which is a small part of a much larger file). I have been out of Excel for some six months and I am quite rusty on index/array.

    On the "Summary Tab" I need to capture the customer data from the "Raw Data" per the summary's "Las Vegas" location cell that have values (Invoice Total) in the months noted in row 2 of same tab. Is this possible?

    Thank you!

    You can ignore the grand total values, I forgot to delete em.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,571

    Re: Index/Array to pull all customers by a Month/Location column from Raw Data

    Try

    =SUMIFS('Raw Data'!$AB:$AB,'Raw Data'!$C:$C,$D$1,'Raw Data'!$H:$H,">=" &B$2,'Raw Data'!$H:$H,"<=" &EOMONTH(B$2,0))

    Set dates in B2:D2 as Excel date i.e 01/03/2016 (1 March) etc

  3. #3
    Forum Contributor
    Join Date
    01-19-2013
    Location
    Las Vegas, NV
    MS-Off Ver
    Office 365 2016
    Posts
    214

    Re: Index/Array to pull all customers by a Month/Location column from Raw Data

    I will try, thank you. However, how can I automatically populate the customer column with those customers that have values for the corresponding column date month?
    1. Needs to auto populate a customer list (Column A) of customers that had values in...
    2. March
    3. April
    4. May
    5. Then sumif the totals with your code

    The key item is trying to auto-populate the customer list.

+ 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] 2 Column Lookup with 6 Column array Col index number is Varies Within Entire Array
    By Weasyb in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-05-2015, 12:54 PM
  2. Replies: 3
    Last Post: 07-14-2015, 12:26 PM
  3. [SOLVED] Search array for a value, returns index location
    By smpita in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-24-2014, 05:36 PM
  4. Error using Array: Index, Small, Row to pull list from PivotTable
    By lgnmag in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-25-2014, 08:39 PM
  5. [SOLVED] INDEX MATCH and MIN/SMALL to pull first and second smallest values from array
    By tlafferty in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-18-2014, 04:03 AM
  6. [SOLVED] Trying to Pull Data by keyword for each month and use for percentages for each month (Y/N)
    By Shrad013 in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 06-20-2013, 11:37 AM
  7. [SOLVED] Trying to Pull Data by keyword for each month and use for percentages for each month (Y/N)
    By Shrad013 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-20-2013, 08:55 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