Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I create a function that will find the latest date for each row of
data in a spreadsheet? I have about 10 columns that hold dates, I need to check them and "pull" the latest date into a new column. The issue is that the date fields are not right after each other. I may have 6 dates in a row and then then other 4 are about 5 columns further down the row |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=max(A1:L1)
will return the largest date in A1:L1 (format it as a date if you need to) scuba79 wrote: How can I create a function that will find the latest date for each row of data in a spreadsheet? I have about 10 columns that hold dates, I need to check them and "pull" the latest date into a new column. The issue is that the date fields are not right after each other. I may have 6 dates in a row and then then other 4 are about 5 columns further down the row -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to find the latest date? | Excel Discussion (Misc queries) | |||
How to find a row with latest date and its values | Excel Discussion (Misc queries) | |||
find latest date in a row, when dates have apostrophes in it | Excel Discussion (Misc queries) | |||
code not unique find latest date | Excel Discussion (Misc queries) | |||
Find folder with next to latest date | Excel Programming |