automatically add a numerical unit on a daily basis begining with a date specifi

  • Thread starter Thread starter abe
  • Start date Start date
A

abe

i would like to know the formula you use to have a
numerical value(currency) in a cell automatically increase
daily starting from a specified date in another cell.

thank you
 
abe said:
i would like to know the formula you use to have a
numerical value(currency) in a cell automatically increase
daily starting from a specified date in another cell.

thank you

Could you explain that a bit more, please.
 
i have a cell on my spreadsheet that i want to have a
numerical value increase daily automatically starting from
the day that it is inputed. from example in a cell if put
the value of $0.50, i want it to increase everyday by
$0.50 until i put a stop on it
 
Try = 0.5*(Today()-Date(2003,9,20))

abe said:
i have a cell on my spreadsheet that i want to have a
numerical value increase daily automatically starting from
the day that it is inputed. from example in a cell if put
the value of $0.50, i want it to increase everyday by
$0.50 until i put a stop on it
 
Back
Top