index match- with & not working (Format issue?)

bloodybrit90

Board Regular
Joined
Jul 18, 2011
Messages
111
Hey guys,

I am using the following formula.

=INDEX($I$4:$I$85,MATCH(B881&" "&C881,$H$4:$H$79,0))

Column B Part of the name: Mattamy-
Column C second part of the name: James place
Column H has the entire name (first and last)

The index worked for some, but not for all of the names. When I combine the two parts of the name and copy/ (Paste value) in the appropriate name in column H the formula works. Is this a formatting issue? Both cells are formatted as general.

Any help would be great.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Hey guys,

I am using the following formula.

=INDEX($I$4:$I$85,MATCH(B881&" "&C881,$H$4:$H$79,0))

Column B Part of the name: Mattamy-
Column C second part of the name: James place
Column H has the entire name (first and last)

The index worked for some, but not for all of the names. When I combine the two parts of the name and copy/ (Paste value) in the appropriate name in column H the formula works. Is this a formatting issue? Both cells are formatted as general.

Any help would be great.

Does...

=INDEX($I$4:$I$85,MATCH(B881&"*"&C881,$H$4:$H$85,0))

help?
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,915
Members
452,366
Latest member
TePunaBloke

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