I have a number of days and I want excel to automatically calculate the date
of the first day. Hope I can be helped
Pete_UK - 25 Apr 2008 13:29 GMT
Do you mean so many days before today's date? If so, then with your
number of days in A1 you can use:
=TODAY()-A1
Format the cell as a date in your preferred style.
Hope this helps.
Pete
> I have a number of days and I want excel to automatically calculate the date
> of the first day. Hope I can be helped
Bernd P - 25 Apr 2008 15:27 GMT
Hello,
Do you mean
=MIN(A1:A10)
which works for dates, too?
Regards,
Bernd