Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Locating duplicates within range of time punch data

I have numerous worksheets with employee daily time punch data over a period
of 4 years. I have discovered duplicate entries and want to weed (and
eventually delete) out the duplicates. Can I find the duplicates without
having to manually look at each line entry. Worksheet is set up as follows:

Columns:
A = First Name
B = Last Name
C = Badge No.
D = Store No.
E = ScanDttm (Date)
F = [blank on purpose]
G = Time [this translates to a time punch In or Out on a given date (Column E)

Eventually, I will create Columns H thru K for each person as "Time In",
"Time Out", "Time In" and "Time Out" so I can see time punches for a given
day left to right rather than downward. Some time back another Discussion
Group member provided me with a formula to use for this purpose that will
work beautifully.

I just need to weed out the duplicates first.

Thank you!
--
heyredone
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
PA PA is offline
external usenet poster
 
Posts: 101
Default Locating duplicates within range of time punch data

Hi
How many worksheets do you have? Is it possible that the duplicated entries
are located on two or more worksheets?

pa

"heyredone" wrote:

I have numerous worksheets with employee daily time punch data over a period
of 4 years. I have discovered duplicate entries and want to weed (and
eventually delete) out the duplicates. Can I find the duplicates without
having to manually look at each line entry. Worksheet is set up as follows:

Columns:
A = First Name
B = Last Name
C = Badge No.
D = Store No.
E = ScanDttm (Date)
F = [blank on purpose]
G = Time [this translates to a time punch In or Out on a given date (Column E)

Eventually, I will create Columns H thru K for each person as "Time In",
"Time Out", "Time In" and "Time Out" so I can see time punches for a given
day left to right rather than downward. Some time back another Discussion
Group member provided me with a formula to use for this purpose that will
work beautifully.

I just need to weed out the duplicates first.

Thank you!
--
heyredone

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Locating duplicates within range of time punch data

Hi,

by duplicate entries you mean that all the data in all the columns matches?
If you are using 2007 you can remove all duplicates by choosing the Data,
Remove Duplicates command.

In 2003 you can use a formula approach to compare all the columns for every
row

=SUMPRODUCT(--(A1=A$1:A$1000),--(B1=B$1:B$1000),--(C1=C$1:C$1000),--(D1=D$1:D$1000),--(E1=E$1:E$1000),--(F1=F$1:F$1000),--(G1=G$1:G$1000))

Copy this formula down, anytime it returns a result greater than 1 you have
a duplicate.

You might also consider sorting.


--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"heyredone" wrote:

I have numerous worksheets with employee daily time punch data over a period
of 4 years. I have discovered duplicate entries and want to weed (and
eventually delete) out the duplicates. Can I find the duplicates without
having to manually look at each line entry. Worksheet is set up as follows:

Columns:
A = First Name
B = Last Name
C = Badge No.
D = Store No.
E = ScanDttm (Date)
F = [blank on purpose]
G = Time [this translates to a time punch In or Out on a given date (Column E)

Eventually, I will create Columns H thru K for each person as "Time In",
"Time Out", "Time In" and "Time Out" so I can see time punches for a given
day left to right rather than downward. Some time back another Discussion
Group member provided me with a formula to use for this purpose that will
work beautifully.

I just need to weed out the duplicates first.

Thank you!
--
heyredone

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
Finding duplicate time punch entries heyredone Excel Discussion (Misc queries) 1 February 12th 09 06:49 PM
locating duplicates bshorey Excel Discussion (Misc queries) 4 April 24th 08 08:48 PM
Cannot extend the range of data I'm trying to prevent duplicates i wintergems Excel Worksheet Functions 2 March 19th 08 07:26 PM
Locating variable range to copy Eric C New Users to Excel 3 August 12th 05 10:23 AM
Locating a value in a range from a reference. mr_chattaway Excel Worksheet Functions 0 March 21st 05 02:11 PM


All times are GMT +1. The time now is 10:47 PM.

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

About Us

"It's about Microsoft Excel"