LOOKUP / SEARCH / FIND

Deano

Active Member
Joined
May 2, 2004
Messages
264
Hi

Please could someone help me find the formula that will allow me to identify the group that Wesley and craig belong to in the table below.

I do not want to use VBA for this one.

Thanks Deano

Am having trouble with HTML, so assume this data is in Cells A1:D2

Group A Peter, Wesley, Jane
Group B Paul, Craig
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Try:

=INDEX($A$1:$A$2,SUMPRODUCT((ISNUMBER(SEARCH(A7,$B$1:$D$2)))*(ROW($B$1:$D$2))))

where A7 houses the name to find

Confirmed with CTRL+SHIFT+ENTER not just ENTER...you should see {} brackets around the formula if confirmed correctly.

Adjust ranges and reconfirm the formula with the CSE key combo.
 
Upvote 0

Forum statistics

Threads
1,215,053
Messages
6,122,888
Members
449,097
Latest member
dbomb1414

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