I'm using this formula in my TASK sheet to find the most recently submitted invoice for each TA from my INVOICES sheet:
=MAX(COLLECT({Invoices Range 3}, {Invoices Range 1}, TA@row))
I want to add a formula to show the DATE PAID field from that same row of the most recent invoice. I cannot simply use the same formula to find the most recent DATE PAID, because sometimes invoices are not paid in the order that they are received.
How do I reference a row from a formula referencing a different sheet? Am I explaining this clearly? ;-)