I need to find the lowest value in a specific column when match from a "base cell" is apparent in another.
For example:
In column 1 I have groups.
a1 is apples
b1 is pears
c1 is bananas
d1 is apples
e1 is pears
f1 is bananas
In column 2 I have prices
a2 is 10,00
b2 is 15,00
c2 is 20,00
d2 is 12,00
e2 is 17,00
f2 is 22,00
In column 10 I have an input box where you enter fruit.
a10 is apples
I want the output to be the cheapest priced apple.
Anyone? Thanks!!
Bookmarks