How to make date auto forward
Solved/Closed
Related:
- How to make date auto forward
- How to stop facebook auto refresh - Guide
- Grand theft auto v free download no verification for pc - Download - Action and adventure
- Grand theft auto iv download apk for pc - Download - Action and adventure
- How to set auto redial on android - Guide
- Nvidia drivers auto detect - Guide
2 responses
sharpman
Posts
1021
Registration date
Saturday May 23, 2009
Status
Contributor
Last seen
October 20, 2010
183
Dec 13, 2009 at 07:29 PM
Dec 13, 2009 at 07:29 PM
Try this. assuming you have excel 2007.
assuming A2 is the start of your Log.
Put this formula in A3
=IF(ISBLANK($A$2),"",SUM(A2+1))
Then copy the formula that is in A3 to all the subsequent A's following A3. (or as far as you need to go.
This will in effect fill in the dates in all the following 'A' Cells as soon as you hit enter after putting a date in A2.
Hope this helps
assuming A2 is the start of your Log.
Put this formula in A3
=IF(ISBLANK($A$2),"",SUM(A2+1))
Then copy the formula that is in A3 to all the subsequent A's following A3. (or as far as you need to go.
This will in effect fill in the dates in all the following 'A' Cells as soon as you hit enter after putting a date in A2.
Hope this helps