Results 1 to 8 of 8

Distinct List & Matching

Threaded View

  1. #1
    Registered User
    Join Date
    04-26-2016
    Location
    Los Angeles, CA
    MS-Off Ver
    2010
    Posts
    13

    Distinct List & Matching

    Hi All,

    I have an invoice database that I am trying to pull information from to auto-generate invoices based on a specific date range.

    COLUMN A - Invoice Dates (raw data)
    COLUMN B - Invoice Numbers (raw data)

    COLUMN D - Invoice Numbers (invoice template)
    COLUMN E - Invoice Dates (invoice template)
    COLUMN G - Specified Invoice Date Range

    The goal is to get invoice numbers data from Column B, which have corresponding date data in Column A, to auto-fill in Column D if invoices fall within the date range in Column G. From there, I would like the dates for Column E to correlate with the invoice number in Column D, based on the dates data in Column A.

    ________________________________________

    Current formula in cells D11:D30 is:

    =IFERROR(INDEX($B$2:$B$21,MATCH(0,COUNTIF($D$11:D11,IF(($G$8>=$A$2:$A$21)*($G$6<=$A$2:$A$21),$B$2:$B$21,$D$11)),0)),"")

    *please note that cell changes to D12, D13, etc based on row...


    Current formula in cells E11:E30 is:

    =INDEX($B$2:$B$21,MATCH(D11,$A$2:$A$21,0))

    *please note that cell changes to D12, D13, etc based on row...

    ________________________________________


    For some reason the formulas currently in columns D & E are not working properly to generate the desired results.

    Any and all help would be greatly appreciated to figure this out quickly!
    Attached Images Attached Images
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need Distinct List Returned
    By TRUCKING123 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-31-2016, 09:10 PM
  2. [SOLVED] Extract a unique distinct list by matching items that meet a criterion
    By PeterDavids in forum Excel General
    Replies: 10
    Last Post: 10-10-2015, 09:15 AM
  3. [SOLVED] Alter Matching Sub From matching two Ranges to matching one range and list
    By capson in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-14-2015, 10:48 PM
  4. List of distinct numbers withing range and another list extracted
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 11-16-2014, 03:27 PM
  5. Trying to average a distinct list
    By leftee96 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-07-2013, 04:36 PM
  6. Distinct List
    By jerry8989 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-27-2007, 11:21 PM
  7. Distinct list formula
    By summergs in forum Excel General
    Replies: 5
    Last Post: 08-16-2006, 01:15 AM

Tags for this Thread

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