Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default 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


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

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Finding EXACT matches within separate rows


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?


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

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Finding EXACT matches within separate rows


I want to bump this up one more day to see if I can get any response.

Thank you

IowaTracy


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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default 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" wrote
in message ...

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Finding EXACT matches within separate rows


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"
wrote
in message
...

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



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default 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" wrote
in message ...

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"
wrote
in message
...

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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Insert rows based on specific value bob Excel Worksheet Functions 6 February 29th 08 07:11 PM
Separate One Cell Into Many Rows SAR Excel Discussion (Misc queries) 2 July 25th 06 10:51 PM
finding duplicate rows [email protected] Excel Worksheet Functions 1 June 16th 06 01:31 PM
Adding Rows to Master Sheet Excel Newbie New Users to Excel 1 December 23rd 04 10:56 PM
Identifying exact values in alternate rows YG Excel Worksheet Functions 1 November 2nd 04 11:25 PM


All times are GMT +1. The time now is 05:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"