Mike Green
Active Member
Joined: Mar 5, 2023
Follow
2 years ago
Replies: 1
Views: 69
RE: Search words in a cell and return all matching words
Hello, Problem solved. Found on another forum. This was the code that worked for me. =INDEX(SizeR,MATCH(TRUE,ISNUMBER(SEARCH(Size,A2)),0)) ...
2 years ago
RE: Search words in a cell and return all matching words
Yessssss! This works great for my problem. Just needs a little more fine tuning. The only part I need is this. =FILTER(MonthResults,I...
2 years ago
Replies: 1
Views: 86