Hello,
I am working on building a portfolio level sheet that can operate as a searching tool within Smarthsheets and I'm looking for a little assistance to create a method to find based on key words rather than exact matches. Is this possible? What would the returns look like if there were multiple values?
Also the below formula is only pulling the parent row, can index match search children as well?
If I use the formula: =INDEX({DJLIPP - TN}, MATCH([Search Value]@row, {DJLIPP - TN}))
DJLIPP - TN being the project plan to search
[Search Value]@row being what project they are searching for
..are any of the above questions achievable?