For the Actual Progress %, we are using this formula to surface the latest number:
=MAX([Actual Progress %]:[Actual Progress %])
However for the Planned Progress %, I use the following formula and it is showing no match:
=INDEX([Planned Progress %]:[Planned Progress %], MATCH(MAX([Actual Progress %]:[Actual Progress %]), 1))
Appreciate help!