PDA

View Full Version : Newletter Spreadsheet Solution


jfc
28th June 2006, 09:27 PM
A = Amount
B = Start Date
C = End Date

To produce Liability in Column D


=if ( today() < c1, a1*( c1 - today()) / (c1-b1), 0)

Management
1st July 2006, 02:07 PM
Thanks, JFC.

That's brilliant, exactly what we need. I might have to give you a call to help apply the equation but it looks simple.