Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2
Default Comparing three separate reports

I'm trying to take three separate reports and extract the data that is the
same in column a and b. This report will pull the entire line of data based
on a and b being the same on all three reports.

Example is a financial institution looking for customers by name and account
# that appear delinquent for three consecutive months.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5,441
Default Comparing three separate reports

Ty,

Create a new sheet. We will use columns A through C will be used in the process for finding the
duplicates, so we'll set those up first.

Enter "Table" in cell A1, and enter "Key Value" in cell B1, and enter "Appears in 3" in C1.

Copy all three tables, with the first starting in cell D1. (Only copy the headers of the first
table.) Then copy the second and third tables below the first, also starting in column D.

In column A, enter the month name (for example) that corresponds to the data in those rows.

In cell B2, enter the formula

=D2&E2

and copy down. (This combines the values from the old columns A and B).

Then in C2, enter the formula

=COUNTIF(B:B,B2)=3

and copy down to match your table. This will return TRUE if the key value appears three times (which
should be once per month).

Then select everything, use Data / Filter / Autofilter, and choose TRUE from the drop down on column
C. Then you can select the values from column B's dropdown to view specifics for each of the names
and accounts that appeared in all three reports.

HTH,
Bernie
MS Excel MVP


"Ty Davis" wrote in message
...
I'm trying to take three separate reports and extract the data that is the
same in column a and b. This report will pull the entire line of data based
on a and b being the same on all three reports.

Example is a financial institution looking for customers by name and account
# that appear delinquent for three consecutive months.



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
Comparing Data from three separate reports Ty Davis[_2_] New Users to Excel 0 February 10th 09 12:12 AM
comparing two separate spreadsheets KLock Excel Discussion (Misc queries) 3 January 17th 08 05:29 PM
Print separate reports with same column heading [email protected] Excel Discussion (Misc queries) 4 September 1st 06 09:46 PM
Creating separate reports for each Project Manager Lorie Excel Discussion (Misc queries) 4 June 15th 05 02:26 PM


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