Functions

  • Thread starter Thread starter Neil
  • Start date Start date
N

Neil

I have two columns, column A having the date and column B
having amount for that date. I can get the minimum amount
0 in column B, but I can't get the date that corresponds
with the minimum amount > 0.
 
=INDEX(A1:A12,MATCH(SMALL(B1:B12,COUNTIF(B1:B12,0)
+1),B1:B12,0))

Change the ranges if necessary.

HTH
Jason
Atlanta, GA
 

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

Back
Top