#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 304
Default Dup entry two colums

Hello all,
I have two colums, one hads check number and the other has dollar amounts.
How can I find dup by first look at the check number then by dollar amount?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default Dup entry two colums

The easiest way is to concatenate the two fields together in a new column.
Then you can use a simple count function to indicate how many of each item
that you have. Do a filter excluding 1 and you have all of your duplicates...
--
HTH...

Jim Thomlinson


"pgarcia" wrote:

Hello all,
I have two colums, one hads check number and the other has dollar amounts.
How can I find dup by first look at the check number then by dollar amount?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 860
Default Dup entry two colums

Hi,

Assuming your data is in A1:B100
put this in C1 and drag down

=SUMPRODUCT(($A$1:$A$100=A1)*($B$1:$B$100=B1))
adjust the ranges to suit

Any return greater than 1 will be a duplicate.

HTH
Martin


"pgarcia" wrote in message
...
Hello all,
I have two colums, one hads check number and the other has dollar amounts.
How can I find dup by first look at the check number then by dollar
amount?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 304
Default Dup entry two colums

Thanks, I found that after I posted this.

thanks

"MartinW" wrote:

Hi,

Assuming your data is in A1:B100
put this in C1 and drag down

=SUMPRODUCT(($A$1:$A$100=A1)*($B$1:$B$100=B1))
adjust the ranges to suit

Any return greater than 1 will be a duplicate.

HTH
Martin


"pgarcia" wrote in message
...
Hello all,
I have two colums, one hads check number and the other has dollar amounts.
How can I find dup by first look at the check number then by dollar
amount?




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
Cell Entry That Locks Selected Cells From Any Data Entry. ron Excel Worksheet Functions 5 February 16th 07 09:52 PM
Restricting entry in B1 on the basis of entry in A1 Stilla Excel Worksheet Functions 7 December 3rd 05 09:17 PM
Restricting entry in B1 on the basis of entry in A1 Biff Excel Worksheet Functions 0 December 3rd 05 03:41 AM
Colums Retsel Charts and Charting in Excel 1 September 1st 05 11:42 AM
Sum YTD Colums Mestrella31 Excel Discussion (Misc queries) 1 January 11th 05 05:13 PM


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