Index match with mid function

eurano

New Member
Joined
Sep 13, 2015
Messages
25
Hi i cant manage to create index match formula (cell F4). One of the condition to meet by criteria is part of the text in Column D in another file wich should be equeal to 2015. I have never made such complicated formula so far so I decided to look for help. File is in the attachment -> link below:
Index match with part of the text as condition
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
I am unable to view your attached file without logging into the other forum. If you can create an example and post it here, we should be able to help you. That being said, I recommend making helper columns to build your formula. For example, make a column to extract 2015 from a string and another to use that value in your index match formula. This makes building large/complicated formulas easier.
 
Upvote 0
Something like this.

ABCDEF
1StringValueMidLetters in StringMatch
2123 ABC 4564ABCABC4
31 BCD 463BCDBCD3

<tbody>
</tbody>

C2 =MID(A2,FIND(" ",A2)+1,3)
F2 =INDEX(B:B,MATCH(E2,C:C,0))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,982
Messages
6,122,575
Members
449,089
Latest member
Motoracer88

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