I am attempting to write a cross sheet formula on sheet (call it sheet a) that returns the value of a column on reference sheet b, based on finding a string of text found in anther column on sheet b that matches a Project ID on sheet a.
Here was attempt 1 that didn't work
=INDEX(PERFORMANCE AMOUNT), MATCH([PROJECT ID]@row, LEFT({PERFORMER ID}, 14)))
(Performance Amount and Performer ID are look-up column from the same reference sheet)
I can't seem to phrase my question well enough for the AI functionality to pick-up what I'm trying to do.
Any thoughts?
Thank you