Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 20
Default reference the latest date's data in an array

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default reference the latest date's data in an array

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default reference the latest date's data in an array

... 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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scale: Automatically included latest data Jack Hairston Charts and Charting in Excel 0 April 27th 06 04:24 PM
Formula for a date's week number in a month (1st, 2nd, etc.) Charles Excel Discussion (Misc queries) 1 March 10th 06 09:06 PM
function to reference all of pivottable data field array andrew Excel Worksheet Functions 0 February 22nd 06 05:54 PM
Pull latest date data - ignore the rest dallin Excel Worksheet Functions 4 February 9th 06 06:41 PM
How do I return an entire row of data from a reference array? tvmodica Excel Worksheet Functions 2 January 7th 05 08:52 PM


All times are GMT +1. The time now is 07:17 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"