PC Review


Reply
Thread Tools Rate Thread

Clearing data in a row when rows start to duplicate

 
 
S Himmelrich
Guest
Posts: n/a
 
      10th Sep 2008
The example belowis the result I'm looking for:

SOURCE DATA:

A B C
D E
SCOTT 12 ABC 2.00 5.5
SCOTT 12 ABC 2.00 5.5
DAVE 12 ABC 2.00 5.5
JACKIE 12 ABC 2.00 5.5
SCOTT 12 ABC 2.00 5.5
JILL 123 ABC 7.00 5.5
JILL 123 ABC 7.00 5.5
JILL 123 ABC 7.00 5.5
JILL 123 ABC 7.00 5.5
DAVE 12 ABC 2.00 5.5
JACKIE 12 ABC 2.00 5.5

END RESULT:
SCOTT 12 ABC 2.00 5.5
SCOTT 12 ABC
DAVE 12 ABC 2.00 5.5
JACKIE 12 ABC 2.00 5.5
SCOTT 12 ABC 2.00 5.5
JILL 123 ABC 7.00 5.5
JILL 123 ABC
JILL 123 ABC
JILL 123 ABC
DAVE 12 ABC 2.00 5.5
JACKIE 12 ABC 2.00 5.5

Basically evaluate column A, B, C, D, E, when the second row repeats
then remove values in column D, E (or replace with 0.00.

 
Reply With Quote
 
 
 
 
JMay
Guest
Posts: n/a
 
      10th Sep 2008
In Cell D17 enter (where your first Blank cell yakes place) - Row 3 refers to
your original 2nd row of data (assuming a header row in row1)

=IF($A3&$D3&$E3=$A2&$D2&$E2,"",D3)

Copy down and to right as needed.

HTH

"S Himmelrich" wrote:

> The example belowis the result I'm looking for:
>
> SOURCE DATA:
>
> A B C
> D E
> SCOTT 12 ABC 2.00 5.5
> SCOTT 12 ABC 2.00 5.5
> DAVE 12 ABC 2.00 5.5
> JACKIE 12 ABC 2.00 5.5
> SCOTT 12 ABC 2.00 5.5
> JILL 123 ABC 7.00 5.5
> JILL 123 ABC 7.00 5.5
> JILL 123 ABC 7.00 5.5
> JILL 123 ABC 7.00 5.5
> DAVE 12 ABC 2.00 5.5
> JACKIE 12 ABC 2.00 5.5
>
> END RESULT:
> SCOTT 12 ABC 2.00 5.5
> SCOTT 12 ABC
> DAVE 12 ABC 2.00 5.5
> JACKIE 12 ABC 2.00 5.5
> SCOTT 12 ABC 2.00 5.5
> JILL 123 ABC 7.00 5.5
> JILL 123 ABC
> JILL 123 ABC
> JILL 123 ABC
> DAVE 12 ABC 2.00 5.5
> JACKIE 12 ABC 2.00 5.5
>
> Basically evaluate column A, B, C, D, E, when the second row repeats
> then remove values in column D, E (or replace with 0.00.
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Delete duplicate rows of data Len Microsoft Excel Programming 2 12th Mar 2010 02:07 AM
Clearing data in a row when rows start to duplicate S Himmelrich Microsoft Excel Programming 1 11th Sep 2008 06:26 PM
How to remove duplicate rows containing same data Mark Christensen Microsoft Excel Discussion 1 19th Dec 2006 08:45 PM
how to deal with duplicate data rows tdking Microsoft Excel Discussion 0 22nd Feb 2004 05:14 AM
Have duplicate rows of data homer985 Microsoft Excel Misc 5 29th Jan 2004 08:33 AM


Features
 

Advertising
 

Newsgroups
 


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