Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Bruce
 
Posts: n/a
Default Find Max after a date

On my worksheet column I contains dates, E contains my values and D9 is my
startdate.

=MAX(IF(($I:$I=Shares!$D$9),$E:$E))

What I want to do is find the Max E value where the date (I) is greater than
D9.

I havnt got this quite right yet.

Bruce
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

You can't use the whole column range in an array formula, try

=MAX(IF($I1:I$500=Shares!$D$9,$E1:$E500))

entered with ctrl + shift & enter

--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)



"Bruce" wrote in message
...
On my worksheet column I contains dates, E contains my values and D9 is my
startdate.

=MAX(IF(($I:$I=Shares!$D$9),$E:$E))

What I want to do is find the Max E value where the date (I) is greater
than
D9.

I havnt got this quite right yet.

Bruce



  #3   Report Post  
RagDyer
 
Posts: n/a
Default

Try this:

=SUMPRODUCT(MAX((I1:I100=Shares!D9)*E1:E100))

However, with SumProduct, you can't use entire columns.
If necessary you could use 1:65000.
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================


"Bruce" wrote in message
...
On my worksheet column I contains dates, E contains my values and D9 is my
startdate.

=MAX(IF(($I:$I=Shares!$D$9),$E:$E))

What I want to do is find the Max E value where the date (I) is greater than
D9.

I havnt got this quite right yet.

Bruce

  #4   Report Post  
Max
 
Posts: n/a
Default

Try something like:

=MAX(IF($I1:$I100=Shares!$D$9,$E1:$E100))

Array-enter the formula, i.e. press CTRL+SHIFT+ENTER
instead of pressing ENTER

Adapt the ranges to suit
(but you can't use entire col refs)
--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
"Bruce" wrote in message
...
On my worksheet column I contains dates, E contains my values and D9 is my
startdate.

=MAX(IF(($I:$I=Shares!$D$9),$E:$E))

What I want to do is find the Max E value where the date (I) is greater

than
D9.

I havnt got this quite right yet.

Bruce



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
Date issue between Windows and Macintosh version dlg1967 Excel Discussion (Misc queries) 4 January 19th 05 03:51 PM
Need help troubleshooting an array formula XLXP on Win2K KR Excel Worksheet Functions 1 December 13th 04 07:41 PM
find date in Col A corresponding to min value in Col B gregl Excel Worksheet Functions 15 November 19th 04 04:01 AM
Need to find Min value based on date range entered Chad S Excel Worksheet Functions 0 October 28th 04 08:03 PM
Need to find Min value based on date range entered Chad S Excel Worksheet Functions 1 October 28th 04 09:52 AM


All times are GMT +1. The time now is 06:26 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"