Forum Discussion
VonJoe24
Aug 11, 2023Copper Contributor
Help with excel function/formula
I need help to look up the Completion date (Coaching Raw sheet) based on the reference ID. The raw sheet contains 3 columns where we can find the possible reference ID with its corresponding complet...
- Aug 11, 2023if those ref IDs are unique it may be easier to use that column A:
=XLOOKUP("*"&a2:a100&"*", Raw!a2:a100, Raw!f2:f100,"",2)