Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 65
Default Discard Repeated Data?

I receive a weekly report such as:

PO # Vendor Cost Code Amount Currency Xchng USD
99-100-PO-001 DONALD D44250 50,000.00 YTL 1.66 $30,089.69
99-100-PO-002 DAFFY D26300 10,000.00 EUR 0.98 $10,218.50
99-100-PO-003 MICKEY D42070 35,000.00 USD 1 $35,000.00

This report has all P/O's, old and new. There could also be over a thousand
P/O's. I am interested in only the new P/O's that I have not received on any
the previous week's report.

What is the best way to filter or delete previous P/O's and view only new
P/O's?
Pivot table, filter, formulas, or macros?

Thanks for any suggestions.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,441
Default Discard Repeated Data?

Use a column of formulas like

=ISERROR(MATCH(A2,OldPOSheet1!A:A,False))

the sort based on that column, and only keep the rows where the formula
returns TRUE.

HTH,
Bernie
MS Excel MVP


"evoxfan" wrote in message
...
I receive a weekly report such as:

PO # Vendor Cost Code Amount Currency Xchng USD
99-100-PO-001 DONALD D44250 50,000.00 YTL 1.66 $30,089.69
99-100-PO-002 DAFFY D26300 10,000.00 EUR 0.98 $10,218.50
99-100-PO-003 MICKEY D42070 35,000.00 USD 1 $35,000.00

This report has all P/O's, old and new. There could also be over a
thousand
P/O's. I am interested in only the new P/O's that I have not received on
any
the previous week's report.

What is the best way to filter or delete previous P/O's and view only new
P/O's?
Pivot table, filter, formulas, or macros?

Thanks for any suggestions.


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
Delete Repeated Data? evoxfan Excel Discussion (Misc queries) 3 November 12th 08 09:59 PM
How to find out repeated data kingkingking Excel Worksheet Functions 3 April 18th 08 03:42 PM
delete repeated data in excel Alex Excel Discussion (Misc queries) 2 May 5th 07 11:04 PM
check for repeated data tikchye_oldLearner57 Excel Discussion (Misc queries) 6 March 8th 07 12:49 PM
Printing text in a repeated cell/row that is longer than repeated Valerie Dyet Excel Discussion (Misc queries) 1 February 13th 06 03:27 AM


All times are GMT +1. The time now is 02:11 AM.

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"