close

I understand how to use the vlookup/hlookup function in Excel, however the
problem that I am encountering is that when I do a vlookup it returns the
result for the first occurence of the value being looked up. Is there
another formula that will return all of the results for that lookup value, or
at least one that will return a specific result like the max/min for a given
value.

Thanks!
Drew

There are other functions that may work the way you want:

=sumif(C1:C10,quot;aquot;,D110)

=max(if(c1:c10=quot;aquot;,d1:d10))
=min(if(c1:c10=quot;aquot;,d1:d10))

The last two are array formulas. Hit ctrl-shift-enter instead of enter. If you
do it correctly, excel will wrap curly brackets {} around your formula. (don't
type them yourself.)

Adjust the range to match--but you can't use the whole column.
Drew wrote:
gt;
gt; I understand how to use the vlookup/hlookup function in Excel, however the
gt; problem that I am encountering is that when I do a vlookup it returns the
gt; result for the first occurence of the value being looked up. Is there
gt; another formula that will return all of the results for that lookup value, or
gt; at least one that will return a specific result like the max/min for a given
gt; value.
gt;
gt; Thanks!
gt; Drew

--

Dave Peterson

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()