Counter/Incrementing

M

M

I have a cell that we increment by one every day. For
example:

Today the number is: 1
Tomorrow we will set the number to: 2
Day after tomorrow it will be: 3

and so on...

The cell doesn't 'count' anything, it's just a number that
increments by one with each new day. Any formulas that
will automate this?
 
D

DNF Karran

If the couter starts on the 01 may 04:

=TODAY()-38108

and format as number or general.

Dunca
 
J

Jason Morin

You could use:

=TODAY()-38117

and format the cell as General.

HTH
Jason
Atlanta, GA
 
Top