ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Using IF to return another cell (https://www.excelbanter.com/excel-discussion-misc-queries/151984-using-if-return-another-cell.html)

Huber57

Using IF to return another cell
 
To all:

I have a list of bidders and their bids:
Bob Frank Jim
$8 $10 $12

I would like to write a formula that says IF the bid amount is the smallest,
return the name of the bidder (ie "Bob")

Help?

Sincerely,

huber57

JE McGimpsey

Using IF to return another cell
 
One way:

=INDEX(A1:C1,MATCH(MIN(A2:C2),A2:C2,FALSE))

In article ,
Huber57 wrote:

To all:

I have a list of bidders and their bids:
Bob Frank Jim
$8 $10 $12

I would like to write a formula that says IF the bid amount is the smallest,
return the name of the bidder (ie "Bob")

Help?

Sincerely,

huber57



All times are GMT +1. The time now is 06:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com