Check name in list and return offset and activity - excel and sharepoint

Sayth

Board Regular
Joined
Jun 4, 2010
Messages
212
Is there an "in" array formula option or equivalent?
So
item in list:
return item

Anyway, for problem I need to check people names against a list of names derived from SharePoint entry and return the offset of them attending(possibly multiple events) and what event.

So say this was the sharepoint return, this is made up can't use company data and the sheet has other KRA data and what not I need to utilise.
Code:
[TABLE="width: 675"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]names[/TD]
[TD]event[/TD]
[TD]month[/TD]
[/TR]
[TR]
[TD]tom frowns;#1213; jill smiles;#4324; sam brown;#2143; fred kaboom;#4347;[/TD]
[TD]excel training[/TD]
[TD]june[/TD]
[/TR]
[TR]
[TD]tim cancel;#5123;[/TD]
[TD]coaching[/TD]
[TD]july[/TD]
[/TR]
[TR]
[TD]joan rocket;#9123; bam easyoff;#6123;[/TD]
[TD]people skills[/TD]
[TD]june[/TD]
[/TR]
[TR]
[TD]bam easyoff;#6123; jill smiles;#4324;[/TD]
[TD]powerpoint[/TD]
[TD]june[/TD]
[/TR]
</tbody>[/TABLE]

So that if I had this list of names
[CODE
names
joan rocket
jill smiles
fred kaboom

<colgroup><col></colgroup><tbody>
</tbody>
][/CODE]

I could create a return list which reflected her attendance and what event, what month and in reality KRA before attendance and post and then I wil take this into a pivottable likely to represent results for deptartments and locations and results from coaching.

[CODE
answer nameanswer eventmonth
jill smilesexceljune
jill smilespowerpointjune

<colgroup><col><col><col></colgroup><tbody>
</tbody>
][/CODE]
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.

Forum statistics

Threads
1,214,835
Messages
6,121,880
Members
449,057
Latest member
Moo4247

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