+ Reply to Thread
Results 1 to 4 of 4

Intial Date Flagged in Excel Database

  1. #1
    Registered User
    Join Date
    07-31-2013
    Location
    Gilbert, AZ
    MS-Off Ver
    Excel 2016
    Posts
    65

    Intial Date Flagged in Excel Database

    I have some products in a table along with a column that has the data entry date (mm/yy). I need a formula that will tell me the first time the product was logged into the table.

    Table example:

    C618P7 Aug-12
    C63036 Sep-14
    E80129 Oct-10
    C618P7 Oct-14

    I need the formula to tell me that Aug-12 was the first time C618P7 was entered into database. Same goes for each item on the list.

    Thx

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,748

    Re: Intial Date Flagged in Excel Database

    if you want to put all the unique codes into a list and then use
    =MIN(IF($A$1:$A$16=$D1,$B$1:$B$16))
    where B is the dates
    where A is the codes
    And D1 is the list
    OR

    =MIN(IF($A$1:$A$16=$A1,$B$1:$B$16))
    and copy down

    use control + shift + enter - to get an array formula
    {} appear around the formula
    Attached Files Attached Files
    Last edited by etaf; 11-18-2014 at 02:26 PM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Registered User
    Join Date
    07-31-2013
    Location
    Gilbert, AZ
    MS-Off Ver
    Excel 2016
    Posts
    65

    Re: Intial Date Flagged in Excel Database

    Thx...that worked out great!!!

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,748

    Re: Intial Date Flagged in Excel Database

    your welcome , thanks for the rep

+ 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. Replies: 15
    Last Post: 04-17-2013, 02:20 AM
  2. Excel spreadsheet/database/mail merge and pop ups to notify of flagged content
    By KarenNZ1 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-15-2013, 07:04 PM
  3. Replies: 2
    Last Post: 04-14-2013, 10:45 PM
  4. excel add-in has been flagged as contained reversed compiled software
    By robot2006 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-12-2012, 09:43 AM
  5. Replies: 8
    Last Post: 02-04-2012, 07:27 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