View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Display 3 lowest numbers in column.

Take a look at the Small function. That should get you started. You can then
use index and match or vlookup to return the corresponding labels. Wtihout
more info I can not comment further...
--
HTH...

Jim Thomlinson


"Brinker1975" wrote:

I have reviewed Microsoft's help and cannot find anything to answer my
question.

I have a column with labels, and 5 columns with numbers (prices). I need the
3 lowest prices from each column displayed elsewhere, along with the
accompanying labels. Can anyone point me in the right direction? I don't know
whether this would involve formulas, filtering, or some other function I
don't know about yet.