Hi - I'm hoping someone can help me with this. I'm trying to create a formula that will return the remaining balance for any given request ID based on the latest date an expense was processed
Here's my data set:
And here's my formula:
=INDEX(COLLECT([Remaining Balance]:[Remaining Balance], [Request ID]:[Request ID], [Request ID]@row, [Expense Processed]:[Expense Processed], MAX([Expense Processed]:[Expense Processed])), 1)
It only works for the requests that have the latest date...how do I get the max date for just the specific request ID?
Any help would be appreciated!
Sam