What is date 90 days from a date in cell c1

C

caseysmydog

In c column, I want to enter a date such as: 4/21/2008 and have excel place
the date 90 days from the c date into corresponding d cell
Can anyone help?
 
R

ray_johnson

Put the following formula in column D

=C1+90

You may need to format the new cell for date formatting.
 
Top