gtd526
Well-known Member
- Joined
- Jul 30, 2013
- Messages
- 675
- Office Version
- 2019
- Platform
- Windows
Hello,
How can I turn the formula below to a list of values beginning at J22?
I want to list all matches that contain "uranium".
INDEX($A$9:$A$15,MATCH("*uranium*",$B$9:$B$15,0))
this is listing the first value that contains 'uranium', but I want ALL values that contains 'uranium'.
looking for any formula that completes the above.
thank you
How can I turn the formula below to a list of values beginning at J22?
I want to list all matches that contain "uranium".
INDEX($A$9:$A$15,MATCH("*uranium*",$B$9:$B$15,0))
this is listing the first value that contains 'uranium', but I want ALL values that contains 'uranium'.
looking for any formula that completes the above.
thank you