Problem with Array and MIN function

  • Thread starter Thread starter Campbell
  • Start date Start date
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?
 
Back
Top