Hello and good morning everyone,
I have been asked if it is possible to create a formula which will take
dates from various worksheets in a workbook and place the oldest on another
worksheet. e.g. sheet 1, sheet 2, sheet 3, sheet 4, will all have a date in
a particular cell (A1) and I have to place the oldest date in sheet 5.
Now I know that Excel calculates dates as a number starting 1 Jan 1900,
therefore, I would have thought it might be possible. But have not been
able to find help on this exact subject. Do you know if the software has
this function? I was thinking that maybe I could use MIN in combination
with an IF-Statement, but not exactly sure how to do this?
Kind regards
Ricky
Mike - 06 Feb 2007 09:33 GMT
Put this on sheet 5 and format the cell as date and it will return the
earliest date from A1 on sheets 1,2,3 &4.
=MIN(Sheet1!A1,Sheet2!A1,Sheet3!A1,Sheet4!A1)
> Hello and good morning everyone,
>
[quoted text clipped - 12 lines]
>
> Ricky
ricky - 06 Feb 2007 09:37 GMT
Thanks Mike, just worked it out too....
> Put this on sheet 5 and format the cell as date and it will return the
> earliest date from A1 on sheets 1,2,3 &4.
[quoted text clipped - 17 lines]
> >
> > Ricky
ricky - 06 Feb 2007 09:36 GMT
don't worry got it!!!
> Hello and good morning everyone,
>
[quoted text clipped - 12 lines]
>
> Ricky
ricky - 06 Feb 2007 09:37 GMT
=MIN(Sheet1!A1,Sheet2!A1,Sheet3!A1,Sheet4!A1)
> Hello and good morning everyone,
>
[quoted text clipped - 12 lines]
>
> Ricky