Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to add a start balance to my graph. In other words, if the start balance for the particular date is 1 million.
The graph should start at 1 million and not zero as per below.
Any ideas?
Maybe I'm misunderstanding you, but you can just add it??
=avg ( RUNNING_BALANCE ) + Avg(START_BALANCE)
Pls find example file attached
//O
Maybe I'm misunderstanding you, but you can just add it??
=avg ( RUNNING_BALANCE ) + Avg(START_BALANCE)
Haha, so simple!
Great, thanks!