+ Reply to Thread
Results 1 to 3 of 3

Find number date combo once...

Hybrid View

maxthebear Find number date combo once... 07-11-2009, 03:10 PM
Ron Coderre Re: Find number date combo... 07-11-2009, 03:39 PM
maxthebear Re: Find number date combo... 07-11-2009, 03:49 PM
  1. #1
    Forum Contributor
    Join Date
    10-30-2008
    Location
    Los Angeles
    Posts
    144

    Find number date combo once...

    I had a partial answer but cannot get the rest of this to work.

    I am trying to put a 1 in a cell whenever you find a unique number and date. If you find the same number and date combination, ignore it after the first one. I have attached a file that better explains the problem. thanks again...

    Max
    Attached Files Attached Files
    Last edited by maxthebear; 07-11-2009 at 03:50 PM.

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Find number date combo once...

    I'm not sure your example shows the desired values, based on your description.

    Here's what my posted formula does:
    Returns 1 whenever the same number/date combination does not appear prior to the current instance.

    F8: =IF(ISERROR(MATCH(D8&"_"&E8,INDEX($D$7:$D7&"_"&$E$7:$E7,0),0)),1,"")
    Copy that formula down through F14

    These are the returned values:
    Number  Date         Formula
    8       02/08/2009      1
    8       02/08/2009
    8       02/27/2009      1
    6       02/27/2009      1
    6       02/27/2009	
    5       03/05/2009      1
    5       03/06/2009      1
    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Forum Contributor
    Join Date
    10-30-2008
    Location
    Los Angeles
    Posts
    144

    Re: Find number date combo once...

    Works perfectly. I really do appreciate your help on this. I had part of it but couldn't handle 2 variables. Again, thanks and another solved..........

    Max

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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