Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dear all,
I face an issue, I have to pull the latest date data in my excel tab. It looks like below: A B C D E F G 6/30/07 7/1/07 7/3/07 7/5/07 7/15/07 7/20/07 Latest Data I need Security 1 $60 $30 $45 $45 Security 2 $98 $98 | | Security 50 $77 $37 $37 Does anyone know what kind of formula I need, can allow me to pull the latest date from Column(A:F) to Column G. Because the data in Column A to F is not consitent, I think Vlookup or Index function can't efficiently work. Or I have to manually maintain this. But hopefully someone with experience can have a solution, allow me to pull the information I need. Thanks Vincent |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MAX(A1:F1)
??? " wrote: Dear all, I face an issue, I have to pull the latest date data in my excel tab. It looks like below: A B C D E F G 6/30/07 7/1/07 7/3/07 7/5/07 7/15/07 7/20/07 Latest Data I need Security 1 $60 $30 $45 $45 Security 2 $98 $98 | | Security 50 $77 $37 $37 Does anyone know what kind of formula I need, can allow me to pull the latest date from Column(A:F) to Column G. Because the data in Column A to F is not consitent, I think Vlookup or Index function can't efficiently work. Or I have to manually maintain this. But hopefully someone with experience can have a solution, allow me to pull the information I need. Thanks Vincent |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
... to get the data ..
=INDEX($A$1:$F$100,ROW(),MATCH(MAX($A$1:$F$1),$A$1 :$F$1,0)) and copy down HTH " wrote: Dear all, I face an issue, I have to pull the latest date data in my excel tab. It looks like below: A B C D E F G 6/30/07 7/1/07 7/3/07 7/5/07 7/15/07 7/20/07 Latest Data I need Security 1 $60 $30 $45 $45 Security 2 $98 $98 | | Security 50 $77 $37 $37 Does anyone know what kind of formula I need, can allow me to pull the latest date from Column(A:F) to Column G. Because the data in Column A to F is not consitent, I think Vlookup or Index function can't efficiently work. Or I have to manually maintain this. But hopefully someone with experience can have a solution, allow me to pull the information I need. Thanks Vincent |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Scale: Automatically included latest data | Charts and Charting in Excel | |||
Formula for a date's week number in a month (1st, 2nd, etc.) | Excel Discussion (Misc queries) | |||
function to reference all of pivottable data field array | Excel Worksheet Functions | |||
Pull latest date data - ignore the rest | Excel Worksheet Functions | |||
How do I return an entire row of data from a reference array? | Excel Worksheet Functions |