Hello, I am having trouble trying to return Current Value for each row corresponding to each name and for the latest date.
Attached is a simplified table:
Instead of manually inputting the 'Current Value', I would like to create a formula to return the latest cumulative value for each name row. I have tried using INDEX with MATCH and MAX but could not get it working for these two criteria (match name and max date). Please help and let me know whether this is doable. Thanks!
PS: To derive Cumulative Value I used the formula [Transaction Value]@row + SUM (ANCESTORS())