Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a spreadsheet with a list of dates, All I need is some kind of
formula to calculate the last date entered in column E at the end. An example is below: A B C D E 01/11/07 03/11/07 03/11/07 02/11/07 03/11/07 04/11/07 04/11/07 - - 05/11/07 05/11/07 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have a look in the help index for MAX
-- Don Guillett Microsoft MVP Excel SalesAid Software "Dave" wrote in message ... I have a spreadsheet with a list of dates, All I need is some kind of formula to calculate the last date entered in column E at the end. An example is below: A B C D E 01/11/07 03/11/07 03/11/07 02/11/07 03/11/07 04/11/07 04/11/07 - - 05/11/07 05/11/07 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(MAX(A1:D1)=0,"",MAX(A1:D1))
should work -- Greetings from New Zealand "Dave" wrote in message ... I have a spreadsheet with a list of dates, All I need is some kind of formula to calculate the last date entered in column E at the end. An example is below: A B C D E 01/11/07 03/11/07 03/11/07 02/11/07 03/11/07 04/11/07 04/11/07 - - 05/11/07 05/11/07 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=LOOKUP(1E100,E:E) Format as DATE -- Biff Microsoft Excel MVP "Dave" wrote in message ... I have a spreadsheet with a list of dates, All I need is some kind of formula to calculate the last date entered in column E at the end. An example is below: A B C D E 01/11/07 03/11/07 03/11/07 02/11/07 03/11/07 04/11/07 04/11/07 - - 05/11/07 05/11/07 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Date function in ACCRINTM requires date format not available | Excel Worksheet Functions | |||
MAX figure within a date range as a function of today()'s date | Excel Worksheet Functions | |||
SUMIF within date range as a function of today()'s date | Excel Worksheet Functions | |||
Date Function formula that will return the date of a specific week | Excel Worksheet Functions | |||
Calculating days between current date and a date in future NETWORKDAYS() function | Excel Worksheet Functions |