Hi folks!
I'm trying to reference a cross-sheet cell value using the following formula:
=INDEX(COLLECT({PM Practice Training Completion: Completion Date}, {PM Practice Training Completion data: LXP ID}, [LXP Course ID]@row , {PM Practice Training Completion data: Username}, "Test User"), 1)
This formula is located in a Date type cell. The target cell is a Date type cell.
This formula works fine if there is a row in the target sheet that matches the two criteria in the Collect function - it brings back the date in that cell.
However, if there is NO row that matches, I expect to see a 'blank', but I'm getting the #INVALID VALUE error instead.
This formula is wrapped in an IF formula for other purposes, which needs to know if this Index/Collect formula resulted in a Date or a Blank, so using the IfError function is not helpful to 'hide' the error.
Suggestions on this one?
Thanks,
Tony