I have an excel sheet with a lookup function
=LOOKUP(P2,M2:O2,$M$1:$O$1)
P= min
M2:O2 is costing
m1:01 Title
So what happens is that it prints the name of the lowest cost. But in some cases there are two prices that are the same. It only uses on name.
I would like to either have it take a priority name of my choice or Print both names into the Box, is this Possible?
Thanks in advance.
=LOOKUP(P2,M2:O2,$M$1:$O$1)
P= min
M2:O2 is costing
m1:01 Title
So what happens is that it prints the name of the lowest cost. But in some cases there are two prices that are the same. It only uses on name.
I would like to either have it take a priority name of my choice or Print both names into the Box, is this Possible?
Thanks in advance.