L
Leo V.
I asked this question before, but didn't get any responses. So, I'll try to
be clearer this time.
Month Loan Amount
Jan 06 $3300.00
Feb 06 $3279.00
Mar 06 $3250.00
Apr 06
May 06
..
..
..
Dec 06
After this, there is a blank row, then I want a Year to date difference.
In order to calculate that, I need to search up from Dec 06 for the first
entry that isn't "".
YTD Diff = LastNonBlankLoanAmt - $3300.00 (B2)
I've tried formula's that I thought would work, but I keep getting VALUE? or
NAME? errors.
I'm using OpenOffice Calc 2.0, so a worksheet formula would be preferred
over a VBA function.
be clearer this time.
Month Loan Amount
Jan 06 $3300.00
Feb 06 $3279.00
Mar 06 $3250.00
Apr 06
May 06
..
..
..
Dec 06
After this, there is a blank row, then I want a Year to date difference.
In order to calculate that, I need to search up from Dec 06 for the first
entry that isn't "".
YTD Diff = LastNonBlankLoanAmt - $3300.00 (B2)
I've tried formula's that I thought would work, but I keep getting VALUE? or
NAME? errors.
I'm using OpenOffice Calc 2.0, so a worksheet formula would be preferred
over a VBA function.