Finding intersection (Difference) by using excel forumla

rajaniesh

New Member
Joined
Aug 13, 2013
Messages
48
Hi,

I am new to excel Formulas. I want to solve this problem

1. There are two tabs in the spreadsheet.
a. Report Tab and
b. Data Tab

In the report tab I have this format

Project WorkItemIDs
(semicolon separated)
Project 1PRCEMREV;XACEMREV;
Project 2XASCOTBK;
<colgroup><col width="281" style="width: 211pt; mso-width-source: userset; mso-width-alt: 9984;"> <col width="210" style="width: 157pt; mso-width-source: userset; mso-width-alt: 7452;"> <tbody> </tbody>


In the data tab we have

Work Item IdBudget Cat (L1)AcntID Cat (L2)Work Item Title (L3) ACCTID
PRTECHACTop CATGivebackOther Technical Giveback GEON
X.00789Top CATABC Time Away GEOG
X.00756Top CATEFGTimeAway for projects GEOF
Y.06001.011Local GeoLocal WorkTime doing local-geo work GEOM

<tbody>
</tbody><colgroup><col><col><col><col></colgroup>


I need to create a report in the output tab as follows:

1. Find the work items (Semicolon separated) which does not present in Report tab but are present in the Data tab and which have a "Budget Cat (L1)" of "Local Geo" and Whose account ID matches with GE* patterns

I need to put these Wortkitems in this format 1.Work Item Id
2.Work Item Title (L3) : this is coming from Data tab


I need to achieve this with the help of formulas only. We can use multiple formula but not Excel VBA

Regards
Rajaniesh
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

arthurbr

Well-known Member
Joined
Dec 8, 2006
Messages
2,560
Office Version
  1. 365
  2. 2010
Re: URGENT:Finding intersection (Difference) by using excel forumla

Is this some kind of homework?
 
Upvote 0

rajaniesh

New Member
Joined
Aug 13, 2013
Messages
48
Re: URGENT:Finding intersection (Difference) by using excel forumla

Not exactly sir, but I have not done so much hands on in formulas so it is a big homework for me. May be for you it is a piece of cake.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,191,394
Messages
5,986,352
Members
440,018
Latest member
GolfOne

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top