Cross-check multiple instances for a match

Richard JIBS

New Member
Joined
Feb 3, 2015
Messages
13
Hello,

I'm looking to match delegates at courses to interest columns based on the topic of the course.

The original data looks like this:

DATA EXPORT

CourseEmail
Bookkeeping Basicsrichard@aaa.com
Bookkeeping Basicspeter@bbb.com
Bookkeeping Basicssally@ccc.com
Management for Team Leadersrichard@aaa.com
Management for Team Leadersdebby@ddd.com
Social Media Updaterichard@aaa.com
Social Media Updatesally@ccc.com
Social Media Updatelisa@eee.com

<tbody>
</tbody>

I have pulled out all the courses into a list with no duplicates into a second worksheet - and assigned interest categories to each course:

COURSES

CourseNameAccountingManagementMarketing
Bookkeeping Basicsx
Management for Team Leadersx
Social Media Updatex

<tbody>
</tbody>

I have pulled out all unique delegate email addresses into a third worksheet:

DELEGATES

EmailAccountingManagementMarketing
richard@aaa.comxxx
peter@bbb.comx
sally@ccc.comxx
debby@ddd.comx
lisa@eee.comx

<tbody>
</tbody>


What I would like is a way of filling out the "x"s in the DELEGATES worksheet based on the DATA EXPORT and COURSES worksheets.

So with richard@aaa.com in the Accounting column, the formula would check all instances of richard@aaa.com in DATA EXPORT – and then if richard@aaa.com has attended any course with an Accounting interest it would add an x to the cell.

Any help is much appreciated!

Thanks,

Richard
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
I would use a Pivot Table Report with conditional formatting.
The Pivot Table would show Count Of... 1. Conditional Format that any value of >= 1 would be a filled color and Text color to highlight appropriately.
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,618
Members
449,092
Latest member
amyap

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
Back
Top