Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Sun, 29 Nov 2009 18:37:01 -0800, Victoria
wrote: hi Ron Your solution works well! I've noticed that in my example, though, the dates are always increasing when moving down the column. I guess that's why the MAX function can be used the way you suggested. But there will be instances where the dates could move back in time when moving down the column. Any ideas how the formula could be modified to take this into account? Much thanks Victoria To pick up the last date when the dates in column A are unsorted, you could use: B2: =IF(A2="","",A2-LOOKUP(1E+307,$A$1:A1)) and fill down. This could, of course, give a negative number as a result if the current date is prior to the previously listed date. --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create a formula in a date range to locate a specific date - ecel | Excel Discussion (Misc queries) | |||
Excel Formula to calulate number of days passed from date to date | Excel Discussion (Misc queries) | |||
Date Function formula that will return the date of a specific week | Excel Worksheet Functions | |||
Formula for determining if two date columns fall within specific date range | Excel Worksheet Functions | |||
Formula for determining if two date columns fall within specific date range | Excel Discussion (Misc queries) |