Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 76
Default Clearing data in a row when rows start to duplicate

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.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 468
Default Clearing data in a row when rows start to duplicate

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
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
Deleting/Clearing duplicate range of cells Steve Excel Worksheet Functions 0 April 28th 10 03:59 PM
Clearing data in a row when rows start to duplicate S Himmelrich Excel Programming 1 September 11th 08 06:26 PM
Clearing Duplicate Entries J. Trucking Excel Programming 1 May 19th 08 08:27 AM
clearing duplicate values in Column A S Himmelrich Excel Programming 1 January 22nd 08 10:20 PM
Comparing 2 rows for duplicate data bkbri[_7_] Excel Programming 4 April 20th 04 08:39 AM


All times are GMT +1. The time now is 12:37 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"