Date Formula

  • Thread starter Thread starter Steved
  • Start date Start date
S

Steved

Hello from Steved

I have A date 21-aug-2004
What would be the formula to subtract 28 days please.

Thankyou
 
XL stores dates as integral offsets from a base date, so one way:

A1: 21-aug-2004
A2: =A1-28

Format A2 as a date.
 
Steve

If the date is in B2 then =B2-28 will give you 24-Jul-04

Regards

Trevor
 
Back
Top