Search to return all variances

nickhills1

New Member
Joined
Mar 20, 2024
Messages
8
Office Version
  1. 2021
Platform
  1. Windows
Hi Excel-ites :)

Hoping you can please help.

As you can see in my example, i am trying to create a search capability which will return all fields that contain that term..

e.g. if User types "Aard" into the Orange box search term it will only return I3 and J3 into the yellow Results field (D3 and E3)
But if the User types Cow into the search term, it will return I6, I7, I8 and J6, J7, J8 to the yellow Results field.

I tried to use XLookup, but that only brings back a single result...

Any tips/advice greatly appreciated

Thanks
Nick
 

Attachments

  • Screenshot 2024-05-22 125119.png
    Screenshot 2024-05-22 125119.png
    36.7 KB · Views: 11

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
How about
Excel Formula:
=FILTER(I3:J100,ISNUMBER(SEARCH(B3,I3:I100)))
 
Upvote 1
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,323
Members
452,635
Latest member
laura12345

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