I have an interesting scenario where I have a cross sheet reference that pulls a current outstanding total from another sheet. This works perfectly but we want to keep history of what this total outstanding value was at the end of each day.
The image below should help explain the scenario. Essentially what I want to do is to keep the literal value of the cell link when the date is in the past.
This is the formula I have so far but I dont know how to keep the value on the dates in the past.
=IF(Date@row >= TODAY(); {Cell Link Total Outstanding Value}; Keep Literal value at the end of the day)
Any bright ideas would be welcome.
Thanks
Gary