I am looking for an easy way to make this work:
=IF(Av17="bid1",i17,IF(Av17="bid2",M17,IF(Av17="bid3",q17,IF(Av17="bid4",u17,IF(Av17="bid5",y17,IF(Av17="bid6",ac17,IF(Av17="bid7",ag17,IF(Av17="bid8",ak17,IF(Av17="bid9",am17,IF(Av17="bid10",as17,""))))))))))
We do bids for awarding products. Ideally what I'm trying to do is find a simple way (as it works with 7 vendors and below) to put into the the correct amount of money into the cell next to the winning vendor for the product, ie:
Winning Vendor Winning Bid
Bid1 17.30
Bid3 23.20
This way when I put in the winning vendor, it automatically puts in their bid amount.
Obviously i can't do this cause I have 10 vendors here, is there an easy way to make this work? I'm not sure I understand LOOKUP very well and I'm kind of a novice, obviously.
Bookmarks