Problem with Array and MIN function

C

Campbell

I want to find the minimum numerical value in column E based on the
text value of column D. The range of the data is D3:E40, however the
D3:D40 is complete, but E3:E6 has data but E7 to E40 are blank and
will have values as they are completed. The formula used is
{=MIN(IF(D3:D40=AA2,E3:E40))} returns 0 but
{=MIN(IF(D3:D6=AA2,E3:E6))} returns the actual value.
AA2 is a text value.

What am I doing wrong?
 

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