Find the smallest amount

B

Brian

Is there a formula I can use to tell me the smallest amount for a list of
values?
For example:

Column A B C
Dog Black $100
Cat Black $50
Dog Black $50
Dog White $25

I want a formula that will tell me the smallest value for Dog & Black is $50
 
D

Don Guillett

This is an array formula that must be entered using ctrl+shift+enter and pls
notice the ranges are the same size.
=MIN(IF((O14:O24="dog")*(P14:p24="black"),Q14:Q24))
 

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