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

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
 
G

GB

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.
 
A

abe

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
 
G

GB

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top