One possible formula to use vlookup if there is a match. See att

=IF(ISNA((MATCH($J4,'Week One'!$A:$A,0))),0,VLOOKUP($J4,'Week 
One'!$A$2:$C$118,2,0))+IF(ISNA((MATCH($J4,'Week 
Two'!$A:$A,0))),0,VLOOKUP($J4,'Week Two'!$A$2:$C$118,2,0))

Don Guillett
Microsoft MVP Excel
SalesAid Software
dguille...@gmail.com

From: John A. Smith 
Sent: Monday, March 19, 2012 10:00 AM
To: excel-macros@googlegroups.com 
Subject: $$Excel-Macros$$ Consolidate Two Weekly Reports into a Summary Report

I need help with a formula or macro to consolidate two weekly reports into a 
summary report.  The individual weekly reports have the same column structure 
and some rows share a common project name.  But every project name isn't 
necessarily on both reports, so matching them up is time consuming.

Attached please find an example spreadsheet with two weekly tabs and the 
desired report.

Thank you for your ongoing help.

John

-- 
FORUM RULES (986+ members already BANNED for violation)
 
1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.
 
2) Don't post a question in the thread of another member.
 
3) Don't post questions regarding breaking or bypassing any security measure.
 
4) Acknowledge the responses you receive, good or bad.
 
5) Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 
 
NOTE : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.
 
------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

-- 
FORUM RULES (986+ members already BANNED for violation)

1) Use concise, accurate thread titles. Poor thread titles, like Please Help, 
Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get 
quick attention or may not be answered.

2) Don't post a question in the thread of another member.

3) Don't post questions regarding breaking or bypassing any security measure.

4) Acknowledge the responses you receive, good or bad.

5)  Cross-promotion of, or links to, forums competitive to this forum in 
signatures are prohibited. 

NOTE  : Don't ever post personal or confidential data in a workbook. Forum 
owners and members are not responsible for any loss.

------------------------------------------------------------------------------------------------------
To post to this group, send email to excel-macros@googlegroups.com

Attachment: Consolidate Two Similiar but Not Exact Reports.xlsx
Description: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Reply via email to