Is there some sort of formula that anyone knows of that it if provied
it was a date it will tell me was the date was a number of days before
it.
Ex.. Say i put in a 12/29/2005 as a starting point and I want to know
what the date was 90 days ago....
salad - 31 Dec 2005 01:02 GMT
> Is there some sort of formula that anyone knows of that it if provied
> it was a date it will tell me was the date was a number of days before
> it.
>
> Ex.. Say i put in a 12/29/2005 as a starting point and I want to know
> what the date was 90 days ago....
Yeah. It's called DateAdd. You can even subtract time periods from it.
If you want to find time differences between dates, try DateDiff
Rick Brandt - 31 Dec 2005 01:08 GMT
> Is there some sort of formula that anyone knows of that it if provied
> it was a date it will tell me was the date was a number of days before
> it.
>
> Ex.. Say i put in a 12/29/2005 as a starting point and I want to know
> what the date was 90 days ago....
=DateAdd("d", -90, YourDate)

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com