Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Locating row with no duplicate matching amount

I have a spread sheet with 4 columns and 900 rows I am trying to identify the
rows that do not contain a duplicate amount. For example I have rows with

100
100
97
97
96
96
98
101

I am trying to pull the list of 98 and 101. The spreadsheet is a list of
invoices paid vs invoices unpaid if it is paid there are two rows with the
same data if it is unpaid there is only one row. I am trying to find the
unpaid invoices.

Any help would be appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,069
Default Locating row with no duplicate matching amount

Here is one way...

Assuming your invoice numbers are in column A, in the first free column enter
=COUNTIF(A:A,A2)
Copy it down through all rows of data. This formula counts the number of
times each invoice appears in column A.

Now apply an autofilter to the worksheet. Set it to only show records with a
value of 1 in the column you just added. The resulting visible rows are your
unmatched invoices.

To copy that list to another sheet, highlight all the filtered data. Press
F5 (Go to) and select Special Visible cells only OK. Copy & paste to
another sheet.

Hope this helps,

Hutch

"Waylonk" wrote:

I have a spread sheet with 4 columns and 900 rows I am trying to identify the
rows that do not contain a duplicate amount. For example I have rows with

100
100
97
97
96
96
98
101

I am trying to pull the list of 98 and 101. The spreadsheet is a list of
invoices paid vs invoices unpaid if it is paid there are two rows with the
same data if it is unpaid there is only one row. I am trying to find the
unpaid invoices.

Any help would be appreciated.

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
locating and deleting duplicate cell entries John Excel Discussion (Misc queries) 2 December 8th 09 06:43 PM
Matching a name to a specified monetary amount Sarah S Excel Worksheet Functions 1 February 15th 07 05:58 PM
Matching a name to a specified monetary amount Dave F Excel Worksheet Functions 0 February 15th 07 05:54 PM
Locating duplicate entries in Excel falcios Excel Discussion (Misc queries) 1 February 13th 07 04:21 PM
Matching the same amount of records in one value to another column dodat Excel Worksheet Functions 1 January 1st 06 08:51 PM


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