Re: Series - weeks by Beemer
Beemer
Fri Jul 13 01:10:28 CDT 2007
"Brian Withun" <bhwithun@gmail.com> wrote in message
news:1184253250.136120.216690@n60g2000hse.googlegroups.com...
| You can also use the formula =OFFSET(A2,-1,0)+7 in cell A2, and as
| long as its formatted as a date it will display 7 days beyond the date
| shown above it.
|
| These formulas
| A1 = Jan 1, 2008
| A2 = OFFSET(A2,-1,0)+7
| A3 = OFFSET(A3,-1,0)+7
| A4 = OFFSET(A4,-1,0)+7
|
| Will show these values:
| A1 = Jan 1, 2008
| A2 = Jan 8, 2008
| A3 = Jan 15, 2008
| A4 = Jan 22, 2008
|
| You can copy/cut/paste these cells anywhere within Column A and
| they'll keep working. Using the OFFSET function assures that each
| cell calculates itself based on the cell immediately above itself.
|
| Brian Herbert Withun
|
|
Brian,
Thanks,
Beemer