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)
B = Start Date
C = End Date
To produce Liability in Column D
=if ( today() < c1, a1*( c1 - today()) / (c1-b1), 0)