i am trying to fill a column with dates in descending order

  • Thread starter Thread starter zanc1one
  • Start date Start date
Z

zanc1one

i am trying to fill a column with dates in descending order from dec. 31,2010
to jan.1 2010 and i having a difficult time trying to accomplish this
 
zanc1one,
First format the column the way that you want it (i.e. Date ,Type:
"14-Mar-01")
In the first cell say A2 put "31-Dec-10".
In the cell below it (A3) put "=A2 - 1"
It will change to 30-Dec-10
Then just copy cell A3 down until you get to "1-Jaan-10"
hth
 
Back
Top