Formula to use cell with comma separated values as Lookup value

Status
Not open for further replies.

nsa1

New Member
Joined
Jul 11, 2023
Messages
39
Office Version
  1. 2010
Can Index and Match function be combined to assign values separated in value column by comma and variable column by carriage return (Char(10))? See below as an example

formula =IF(ISNA(MATCH($E$1,$B2:$B4,0)),"",INDEX($A2:$B4,MATCH($E$1,$B2:$B4,0),1))
 

Attachments

  • IndexMatch3.png
    IndexMatch3.png
    39.3 KB · Views: 15

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Status
Not open for further replies.

Forum statistics

Threads
1,215,235
Messages
6,123,786
Members
449,125
Latest member
shreyash11

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