+ Reply to Thread
Results 1 to 8 of 8

Finding EXACT matches within separate rows

  1. #1
    Registered User
    Join Date
    08-11-2006
    Posts
    10

    Finding EXACT matches within separate rows

    Hi,

    I have a simple spreadsheet where as there are 5 columns (date, name, location, equipment, and action).

    New rows are created each day as new data is collected.

    After each entry (or each new day of entries) I would like to be able to see if any new entry matches exactly (except for the date) within a certain period of time. ie 60 days.

    EX:

    03/01/2006 John Kitchen Sink Re-Cleaned
    03/02/2006 Tim Kitchen Sink Re-Cleaned (would not be a match)
    03/03/2006 John Kitchen Sink Re-Cleaned (would be a match with the first entry)

    Ideally I would like the results to display on another sheet/tab but just having the matched row(s) highlighted or change colors would be fine.

    Can anyone please help me to get started?


    Thank you so much,

    Tracy

  2. #2
    Registered User
    Join Date
    08-11-2006
    Posts
    10
    Is this question one that is too easy and I should be able to figure out on my own or so hard that nobody is willing to tackle it?

  3. #3
    Registered User
    Join Date
    08-11-2006
    Posts
    10
    I want to bump this up one more day to see if I can get any response.

    Thank you

    IowaTracy

  4. #4
    Biff
    Guest

    Re: Finding EXACT matches within separate rows

    Hi!

    Do you want to go back 60 *DAYS* based on the date or 60 *ENTRIES* ?

    What if there isn't 60 days worth of entries?

    Do you add a new row data each day or might you add more than one row of
    data each day?

    Are there any empty rows within the data range?

    Biff

    "IowaTracy" <IowaTracy.2cdqfr_1155306305.7735@excelforum-nospam.com> wrote
    in message news:IowaTracy.2cdqfr_1155306305.7735@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have a simple spreadsheet where as there are 5 columns (date, name,
    > location, equipment, and action).
    >
    > New rows are created each day as new data is collected.
    >
    > After each entry (or each new day of entries) I would like to be able
    > to see if any new entry matches exactly (except for the date) within a
    > certain period of time. ie 60 days.
    >
    > EX:
    >
    > 03/01/2006 John Kitchen Sink Re-Cleaned
    > 03/02/2006 Tim Kitchen Sink Re-Cleaned (would not be a match)
    > 03/03/2006 John Kitchen Sink Re-Cleaned (would be a match with
    > the first entry)
    >
    > Ideally I would like the results to display on another sheet/tab but
    > just having the matched row(s) highlighted or change colors would be
    > fine.
    >
    > Can anyone please help me to get started?
    >
    >
    > Thank you so much,
    >
    > Tracy
    >
    >
    > --
    > IowaTracy
    > ------------------------------------------------------------------------
    > IowaTracy's Profile:
    > http://www.excelforum.com/member.php...o&userid=37395
    > View this thread: http://www.excelforum.com/showthread...hreadid=570766
    >




  5. #5
    Registered User
    Join Date
    08-11-2006
    Posts
    10
    Hi Biff, thanks for the reply.

    I want to go back 60 DAYS based on the date entered. There will be anything from multiple entries on a single day to no entries on a given day.

    After the spreadsheet is 60 days old then there will always be 60 days worth of entries.

    So as mentioned above there might not be any entries one a day or there may only be one or there may be many. There will be no empty rows. The entries will be made as needed.

    This spreadsheet is being used to track deficiencies corrected in an inspection process so every day varies.

    Bottom line is that as we enter more entries is becomes hard to look back 60 days to see if there is a repeat occurance of the exact same entry.

    Thanks again for your help.

    Tracy

    Quote Originally Posted by Biff
    Hi!

    Do you want to go back 60 *DAYS* based on the date or 60 *ENTRIES* ?

    What if there isn't 60 days worth of entries?

    Do you add a new row data each day or might you add more than one row of
    data each day?

    Are there any empty rows within the data range?

    Biff

    "IowaTracy" <IowaTracy.2cdqfr_1155306305.7735@excelforum-nospam.com> wrote
    in message news:IowaTracy.2cdqfr_1155306305.7735@excelforum-nospam.com...
    >
    > Hi,
    >
    > I have a simple spreadsheet where as there are 5 columns (date, name,
    > location, equipment, and action).
    >
    > New rows are created each day as new data is collected.
    >
    > After each entry (or each new day of entries) I would like to be able
    > to see if any new entry matches exactly (except for the date) within a
    > certain period of time. ie 60 days.
    >
    > EX:
    >
    > 03/01/2006 John Kitchen Sink Re-Cleaned
    > 03/02/2006 Tim Kitchen Sink Re-Cleaned (would not be a match)
    > 03/03/2006 John Kitchen Sink Re-Cleaned (would be a match with
    > the first entry)
    >
    > Ideally I would like the results to display on another sheet/tab but
    > just having the matched row(s) highlighted or change colors would be
    > fine.
    >
    > Can anyone please help me to get started?
    >
    >
    > Thank you so much,
    >
    > Tracy
    >
    >
    > --
    > IowaTracy
    > ------------------------------------------------------------------------
    > IowaTracy's Profile:
    > http://www.excelforum.com/member.php...o&userid=37395
    > View this thread: http://www.excelforum.com/showthread...hreadid=570766
    >

  6. #6
    Biff
    Guest

    Re: Finding EXACT matches within separate rows

    Ok, just a couple more questions........

    This is fairly complicated but it can be done. However, depending upon how
    big you file is and other factors this may slow things down as far as
    calculation times. So, how big is your file? How many rows of data will this
    particular sheet have? If it's 1000's then this (what I've come up with)
    won't work very well. It'd be too slow.

    Would it be possible for you to send me a copy of your file so I can see
    exactly what I'm dealing with? If so, my address is:

    xl can help at comcast period net

    Remove "can" and change the obvious.

    Biff

    "IowaTracy" <IowaTracy.2cgjlj_1155437413.1335@excelforum-nospam.com> wrote
    in message news:IowaTracy.2cgjlj_1155437413.1335@excelforum-nospam.com...
    >
    > Hi Biff, thanks for the reply.
    >
    > I want to go back 60 DAYS based on the date entered. There will be
    > anything from multiple entries on a single day to no entries on a given
    > day.
    >
    > After the spreadsheet is 60 days old then there will always be 60 days
    > worth of entries.
    >
    > So as mentioned above there might not be any entries one a day or there
    > may only be one or there may be many. There will be no empty rows. The
    > entries will be made as needed.
    >
    > This spreadsheet is being used to track deficiencies corrected in an
    > inspection process so every day varies.
    >
    > Bottom line is that as we enter more entries is becomes hard to look
    > back 60 days to see if there is a repeat occurance of the exact same
    > entry.
    >
    > Thanks again for your help.
    >
    > Tracy
    >
    > Biff Wrote:
    >> Hi!
    >>
    >> Do you want to go back 60 *DAYS* based on the date or 60 *ENTRIES* ?
    >>
    >> What if there isn't 60 days worth of entries?
    >>
    >> Do you add a new row data each day or might you add more than one row
    >> of
    >> data each day?
    >>
    >> Are there any empty rows within the data range?
    >>
    >> Biff
    >>
    >> "IowaTracy" <IowaTracy.2cdqfr_1155306305.7735@excelforum-nospam.com>
    >> wrote
    >> in message
    >> news:IowaTracy.2cdqfr_1155306305.7735@excelforum-nospam.com...
    >> >
    >> > Hi,
    >> >
    >> > I have a simple spreadsheet where as there are 5 columns (date,

    >> name,
    >> > location, equipment, and action).
    >> >
    >> > New rows are created each day as new data is collected.
    >> >
    >> > After each entry (or each new day of entries) I would like to be

    >> able
    >> > to see if any new entry matches exactly (except for the date) within

    >> a
    >> > certain period of time. ie 60 days.
    >> >
    >> > EX:
    >> >
    >> > 03/01/2006 John Kitchen Sink Re-Cleaned
    >> > 03/02/2006 Tim Kitchen Sink Re-Cleaned (would not be a match)
    >> > 03/03/2006 John Kitchen Sink Re-Cleaned (would be a match with
    >> > the first entry)
    >> >
    >> > Ideally I would like the results to display on another sheet/tab but
    >> > just having the matched row(s) highlighted or change colors would be
    >> > fine.
    >> >
    >> > Can anyone please help me to get started?
    >> >
    >> >
    >> > Thank you so much,
    >> >
    >> > Tracy
    >> >
    >> >
    >> > --
    >> > IowaTracy
    >> >

    >> ------------------------------------------------------------------------
    >> > IowaTracy's Profile:
    >> > http://www.excelforum.com/member.php...o&userid=37395
    >> > View this thread:

    >> http://www.excelforum.com/showthread...hreadid=570766
    >> >

    >
    >
    > --
    > IowaTracy
    > ------------------------------------------------------------------------
    > IowaTracy's Profile:
    > http://www.excelforum.com/member.php...o&userid=37395
    > View this thread: http://www.excelforum.com/showthread...hreadid=570766
    >




  7. #7
    Registered User
    Join Date
    08-11-2006
    Posts
    10
    Hi, sorry for the week lag. I was in Florida on vacation with my kids and had no access to the forum.

    I sent you an email. You may reply there.

    Thank you sooo much,

    Tracy

  8. #8
    Registered User
    Join Date
    08-11-2006
    Posts
    10

    Biff.. you there?

    Hi Biff,

    are you still out there and will you be able to help me get started?

    or anyone??

    Thank you,

    Tracy

+ 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