
Signature
Bob Greenblatt [MVP], Macintosh
bobgreenblattATmsnDOTcom
Bob:
Thanks so much for your help. Sounds straight forward, but unfortunately I
don't get it.
I added the 2 new columns and placed the formula as you suggested in the 1st
new column. I assume I should copy/paste to fill the entire 1st new column
with that formula.
In the next column, can you help me understand what "sequential numbers"
representing the row should be?
Then it sounds like you suggest using a 3rd column for the =x2=x1 formula???
How would I search for TRUE...by typing in the fx box right?
Here's an example of the data columns which I have previously sorted by
amounts.
Order # $Amount
515 $157.09
516 $157.09
0191009957001*32301 $2,090.53
0191009957001*40601 $2,090.53
60672599*22300 $227.43
60672599*40600 $227.43
60672599-30600 $227.43
11 $428.99
6 $428.99
61921 $485.43
61921 $485.43
32117 $249.55
32147 $249.55
31590 $267.20
31590 $267.20
34099 $278.64
35015 $278.64
35345 $278.64
10075629 $1,156.68
8420029 $1,156.68
9305429 $1,156.68
1999-2000 $300.00
2000/2001 $300.00
> On 5/6/08 2:21 PM, in article
> DA4863FE-6F03-4CBA-96B4-186EBD1F72D0@microsoft.com, "bill_jba"
[quoted text clipped - 25 lines]
> that looks like =x2=x1. Then search for TRUE and you'll have your
> duplicates.
Bob Greenblatt - 06 May 2008 21:39 GMT
On 5/6/08 4:20 PM, in article
76DDFF66-72B2-4898-A038-F2DAA033C830@microsoft.com, "bill_jba"
<billjba@discussions.microsoft.com> wrote:
> Bob:
>
[quoted text clipped - 4 lines]
> new column. I assume I should copy/paste to fill the entire 1st new column
> with that formula.
Yes
> In the next column, can you help me understand what "sequential numbers"
> representing the row should be?
The sequential numbers were to represent the original rows, so you could
sort it back if needed. Just enter a row number in one cell, then the next
row number in the cell under it, and then drag to the bottom of the range.
> Then it sounds like you suggest using a 3rd column for the =x2=x1 formula???
Yes, after the data is sorted, this will find the duplicates.
> How would I search for TRUE...by typing in the fx box right?
Yes, or highlight the column and then use edit find.

Signature
Bob Greenblatt [MVP], Macintosh
bobgreenblattATmsnDOTcom
Geoff Lilley - 06 May 2008 21:46 GMT
> Bob:
>
[quoted text clipped - 74 lines]
> > Bob Greenblatt [MVP], Macintosh
> > bobgreenblattATmsnDOTcom
Pardon me for jumping in, hope this helps?
The =a1&B1 formula would be in column C. That would just put the two
together.
In D1, put a formula like this:=COUNTIF(C$1:C$21,C1)>1
If it's a duplicate, the cell will say TRUE. If it's not, it'll say
FALSE.
To highlight which rows are duplicates, I would do the following:
* Select the cells in column D
*Go to Format, Conditional Formatting.
* For "Cell Value Is" , choose "Equal To," and type the word TRUE.
(no quotes)
* Click on "Format," then choose "Patterns." I'd recommend using a
yellow background color (or something else that really grabs your
attention).
Then, all the cells that are duplicates will be yellow.
But, Bob's original point is well-taken. A macro is needed to do all
this automatically.
HTH
Cheers
Geoff
bill_jba - 06 May 2008 22:58 GMT
> > Bob:
> >
[quoted text clipped - 102 lines]
> Cheers
> Geoff
To Bob & Geoff:
I have followed both Bob's and Geoff's advice, but am not finding my
solution just yet.
Heres' an example of the results:
515 $157.09 "a1&b1 TRUE
516 $157.09 "a1&b1 TRUE
0191009957001*32301 $2,090.53 "a1&b1 TRUE
0191009957001*40601 $2,090.53 "a1&b1 TRUE
60672599*22300 $227.43 "a1&b1 TRUE
60672599*40600 $227.43 "a1&b1 TRUE
60672599-30600 $227.43 "a1&b1 TRUE
11 $428.99 "a1&b1 TRUE
6 $428.99 "a1&b1 TRUE
61921 $485.43 "a1&b1 TRUE
61921 $485.43 "a1&b1 TRUE
32117 $249.55 "a1&b1 TRUE
32147 $249.55 "a1&b1 TRUE
31590 $267.20 "a1&b1 TRUE
31590 $267.20 "a1&b1 TRUE
34099 $278.64 "a1&b1 TRUE
35015 $278.64 "a1&b1 TRUE
35345 $278.64 "a1&b1 TRUE
10075629 $1,156.68 "a1&b1 TRUE
8420029 $1,156.68 "a1&b1 TRUE
9305429 $1,156.68 "a1&b1 TRUE
1999-2000 $300.00 "a1&b1 TRUE
2000/2001 $300.00 "a1&b1 TRUE
DONATION. $300.00 "a1&b1 TRUE
01020224-1 $2,400.00 "a1&b1 TRUE
01020224-3 $2,400.00 "a1&b1 TRUE
10152-1 $6,310.50 "a1&b1 TRUE
10152-1. $6,310.50 "a1&b1 TRUE
In the first row, cell containing Order #515 for $157.90 is not a duplicate
with row cell #516 even though the amount is the same.
On the other hand, entry row 10152-1 for $6,310.59 is a duplicate with the
last entry row 10152-1.1 for the same amount, the difference being the period.
What is throwing the formula off?
Many thanks, Bill