How to return a cell from another sheet when the criteria is within a text string in the source?

I'm trying to pull the notes from a Request sheet into the Review sheet, but I'm only getting results when the search criteria (Contract #) is the only contract in the cell in the Request sheet.

Ex 1: Line 1 in the source, "123" in the Contract #, has "Urgent" in Notes; the current formula returns the correct notes into the Review sheet on the line for contract 123.

Ex 2: Line 2 in the source, "456" and "789" in the Contract # (separated by line break), has "needed Monday" in Notes; the current formula returns #NO MATCH into the Review sheet on the line for contract 456 and the line for contract 789.

Current formula: =INDEX({Request Notes}, MATCH([Contract]@row, {Request Contract}, 0))

I've dabbled with the FIND, HAS, and CONTAINS functions but I'm new to them and haven't had much luck combining them correctly. I've also tried to find something similar to the SPLIT function to separate the contract numbers in the Request sheet without success.

Tags:

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!