Index Match Wild Card

hshone

New Member
Joined
Feb 23, 2015
Messages
12
Hi all,

I'm trying to have an index and match formula which wild cards a last name against the date they attended.

At the moment I have this formula:

=INDEX([Date Attended],MATCH(1,("*"&[Last Name]&"*"=[Full Name)*([Date]=[Date Attended]),0))

I have entered with the CRTL + SHFT+ ENTR but it still not working, any ideas?
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Try

=INDEX([Date Attended],MATCH(1,(ISNUMBER(SEARCH([Last Name],[Full Name)))*([Date]=[Date Attended]),0))
 
Upvote 0
Hi,

It doesn't seem to work when there are multiple 'line items' i.e when i have multiple people with the surname smith.
 
Upvote 0
Can you define "doesn't seem to work" ?
What exactly happens?
Do you get an error? What error?
Do you get the wrong result? What result DO you get, how is that different from the result you were expecting?
 
Upvote 0

Forum statistics

Threads
1,215,381
Messages
6,124,614
Members
449,175
Latest member
Anniewonder

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