Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JAK
 
Posts: n/a
Default Array formula reference

The array formula MAXIF correctly gives me the maximum
value of A in my table A1:h:99, say A43. How can I find
the corresponding value in column D, i.e. in this case D43?
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

You're message is confusing. Post your formula and the re-
state the table range (A1:A99 or A1:H99).

HTH
Jason
Atlanta, GA

-----Original Message-----
The array formula MAXIF correctly gives me the maximum
value of A in my table A1:h:99, say A43. How can I find
the corresponding value in column D, i.e. in this case

D43?
.

  #3   Report Post  
Myrna Larson
 
Posts: n/a
Default

Assuming the maximum value occurs only once, regardless of the condition you
are testing in your IF formula,

=VLOOKUP(<your Maxif formula,$A$1:$D$99,4,0)


On Mon, 21 Feb 2005 15:43:16 -0800, "JAK"
wrote:

The array formula MAXIF correctly gives me the maximum
value of A in my table A1:h:99, say A43. How can I find
the corresponding value in column D, i.e. in this case D43?


  #4   Report Post  
Tom Ogilvy
 
Posts: n/a
Default

=INDEX(Data!$H$1:$H$1000,MATCH(MAX((TEXT(Data!A$1: A$1000,"dd
mmm")=TEXT(A8,"dd mmm"))*(Data!$B$1:$B1000)),((TEXT(Data!A$1:A$1000, "dd
mmm")=TEXT(A8,"dd mmm"))*(Data!$B$1:$B1000)),0),1)

Your formula, as posted/written returns the maximum value in Column B for
those rows matching the date. You would change the $B$1:$B$1000 to
$D$1:$D$1000 if you want to find the row based on the maximum value in
column D.

The value returned is from column H.

--
Regards,
Tom Ogilvy

"JAK" wrote in message
...
The array formula MAXIF correctly gives me the maximum
value of A in my table A1:h:99, say A43. How can I find
the corresponding value in column D, i.e. in this case D43?



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
Array Formula frankybenali Excel Worksheet Functions 1 February 16th 05 06:37 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
Help with array formula Excel Worksheet Functions 2 January 20th 05 04:17 PM
Need help troubleshooting an array formula XLXP on Win2K KR Excel Worksheet Functions 1 December 13th 04 07:41 PM
What instead of an array formula part 2 Reg Besseling Excel Discussion (Misc queries) 2 December 10th 04 07:35 AM


All times are GMT +1. The time now is 09:49 AM.

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

About Us

"It's about Microsoft Excel"