Dates Formula

  • Thread starter Thread starter shternm
  • Start date Start date
Hi
if 30-Jan is stored in cell A1 just enter
=A1+14
or
=DATE(YEAR(A1),MONTH(A1),DAY(A1)+14)

format the resulting cell as date
HTH
Frank
 
If A1 has date of 30-Jan

=A1+14

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Hi shtemm!

If date is in A1 and number of weeks in B1

=A1+B1*7
Formatted as date

--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
 
Back
Top