Calculating dates

  • Thread starter Thread starter countrygirl0712
  • Start date Start date
C

countrygirl0712

I want column a to take column b and come up with the date that would be 7
days after the date in col b. Is there any way to do that? Thanks for any
help you can give me.
 
Excel's dates are numbers. Excel's date range is Jan. 1, 1900, day 1 through
Dec. 31, 9999, day 2,958,465. March 18, 2008 is day 39,525. When you format
the number 39525 as mm/dd/yy you will see 03/18/08. So, since Excel's dates
are simply numbers, you can do anything with them that you can do with
numbers.

Tyro
 
Back
Top