Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I was wondering if anyone can help me figure out how to auto input dates. I
know about the fill cursor, but that doesn't do exactly what i want.... for example if i put in one cell 1/1/07, on the next cell I want to have excel automatically input 1/2/07...but if i happen to change the original cell to another date, it should also change the next cell. with the fill cursor, it doesn't automatically do this function when i change the original date, i would have to use the fill cursor every time i change it. THANKS for any help anyone can give me...! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just add 1 to the date value. For example, if 1/1/07 is in A1, in A2 enter
the formula: =A1+1 then copy down as needed.. -- Hope that helps. Vergel Adriano "sgo" wrote: I was wondering if anyone can help me figure out how to auto input dates. I know about the fill cursor, but that doesn't do exactly what i want.... for example if i put in one cell 1/1/07, on the next cell I want to have excel automatically input 1/2/07...but if i happen to change the original cell to another date, it should also change the next cell. with the fill cursor, it doesn't automatically do this function when i change the original date, i would have to use the fill cursor every time i change it. THANKS for any help anyone can give me...! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You would have to use formulas to do this.
"Original" cell is A1 A1 = some date manually entered. Enter this formula in A2 and copy down as needed: =IF(A$1="","",A$1+ROWS($1:1)) Format as DATE Biff "sgo" wrote in message ... I was wondering if anyone can help me figure out how to auto input dates. I know about the fill cursor, but that doesn't do exactly what i want.... for example if i put in one cell 1/1/07, on the next cell I want to have excel automatically input 1/2/07...but if i happen to change the original cell to another date, it should also change the next cell. with the fill cursor, it doesn't automatically do this function when i change the original date, i would have to use the fill cursor every time i change it. THANKS for any help anyone can give me...! |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In A2, type 1/1/07.
In A3, type =A2+1 Copy down. You should only have to change A1 from now on. **************************** Hope it helps! Anne Troy www.OfficeArticles.com **************************** "sgo" wrote in message ... I was wondering if anyone can help me figure out how to auto input dates. I know about the fill cursor, but that doesn't do exactly what i want.... for example if i put in one cell 1/1/07, on the next cell I want to have excel automatically input 1/2/07...but if i happen to change the original cell to another date, it should also change the next cell. with the fill cursor, it doesn't automatically do this function when i change the original date, i would have to use the fill cursor every time i change it. THANKS for any help anyone can give me...! |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() THANKS everybody, this DEFINITELY helps! -- Hope that helps. Vergel Adriano "sgo" wrote: I was wondering if anyone can help me figure out how to auto input dates. I know about the fill cursor, but that doesn't do exactly what i want.... for example if i put in one cell 1/1/07, on the next cell I want to have excel automatically input 1/2/07...but if i happen to change the original cell to another date, it should also change the next cell. with the fill cursor, it doesn't automatically do this function when i change the original date, i would have to use the fill cursor every time i change it. THANKS for any help anyone can give me...! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
auto input | Excel Worksheet Functions | |||
How to have information auto input if cell = yes | Excel Worksheet Functions | |||
auto input... | Excel Discussion (Misc queries) | |||
formula auto input | Excel Worksheet Functions | |||
Auto input days of week | Excel Discussion (Misc queries) |