Complicated formula.......

G

Guest

I have:-

=SUMIF('Issue Analysis'!A:A,AND('Titles List'!A3,'Issue
Analysis'!J:J>0,MAX('Issue Analysis'!H:H)),'Issue Analysis'!J:J)

Explanation of what Im trying to do:-

I want to return the value in column J that is highest value of column H,
but if the highest value of column H has a respective column J value of 0,
then look at the preceeding MAX in column H, all based upon the lookup of A3
in the column A.

Hope this makes sense.

Thanks in advance
 
B

Bob Phillips

I know this isn't correct, because I don't understand what you mean by the
lookup of A3, but here's a starter

=INDEX(J1:J1000,MATCH(MAX(IF(J1:J1000<>0,(H1:H1000))),H1:H1000,0))

which is an array formula, it should be committed with Ctrl-Shift-Enter, not
just Enter.


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
G

Guest

I was hoping to stay away from array formulas as these seem to 'freeze' excel.

The lookup is the first part of the formula.

Thanks for the other bit, will try and work it myself, if not repost
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top