count a number of days from a date

R

RGlade

I need to know the formula for: counting the number of days from a certain
date

So, example. I need to know what date is 270 days from July 1, 2008.

Thank you.
 
R

Ron Rosenfeld

I need to know the formula for: counting the number of days from a certain
date

So, example. I need to know what date is 270 days from July 1, 2008.

Thank you.

With July 1, 2008 in A1, the date 270 days later:

=A1 + 270

Format as a date.
--ron
 
Top