Formula

Copper Contributor

Hi, today I have a new problem.

I want to search 1 row for match to a cell. Then write the match. See picture

 

When I use "INDEX(MATCH" it doesn't seem to be able to find the last part, since its looking for exact match.

The formula I need needs to be flexible, since some of the variables may have the RT450 in the middle, or at the wery begining.


Hope someone can help :)

1 Reply

Hi Fredrik,

 

It could be like

=INDEX(<range>,MATCH(1,INDEX(--ISNUMBER(SEARCH("RT450",<range>)),0),0))