Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I make a formula to gradually add a new cell everyday?

Status
Not open for further replies.

Starrizzo

Technical User
Mar 22, 2004
30
0
0
US
I am trying to make a formula that adds a new cell everyday
 


Hi,

You want to add a FORMULA to the next cell in the row each day?

You can't do that without some fancy VBA code.


Skip,
[sub]
[glasses] [red]A palindrome gone wrong?[/red]
A man, a plan, a ROOT canal...
PULLEMALL![tongue][/sub]
 
or are you trying to create a formula that incorporates another cell in it's calculation each day so

=SUM(A1:A2)
=SUM(A1:A3)
=SUM(A1:A4)

... etc etc ???

Rgds, Geoff

We could learn a lot from crayons. Some are sharp, some are pretty and some are dull. Some have weird names and all are different colours but they all live in the same box.

Please read FAQ222-2244 before you ask a question
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top