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

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Status
Not open for further replies.

Forum statistics

Threads
1,216,028
Messages
6,128,383
Members
449,445
Latest member
JJFabEngineering

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