ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Pulling cell names from an associated cell (https://www.excelbanter.com/excel-programming/408880-pulling-cell-names-associated-cell.html)

Steve FTW

Pulling cell names from an associated cell
 
I have a table where I am logging bid results

I am using the min(range) formula to transfer the low bid to another
worksheet in the book.

What would be the formula to transfer the name of the company (say it's in
the adjacent cell in the tabulation worksheet) to the other worksheet.

For Example:

Low Bid: =min(AG1:AG17)
Bidder: =???? (let's say bidder name in row AH)

Thanks!

Rick Rothstein \(MVP - VB\)[_1642_]

Pulling cell names from an associated cell
 
If your Low Bid (minimum) is in cell AJ1, then...

=INDEX(AH1:AH17,MATCH(AJ1,AG1:AG17,0))

Rick


"Steve FTW" <Steve wrote in message
...
I have a table where I am logging bid results

I am using the min(range) formula to transfer the low bid to another
worksheet in the book.

What would be the formula to transfer the name of the company (say it's in
the adjacent cell in the tabulation worksheet) to the other worksheet.

For Example:

Low Bid: =min(AG1:AG17)
Bidder: =???? (let's say bidder name in row AH)

Thanks!



Steve FTW[_2_]

Pulling cell names from an associated cell
 
Thank you

"Rick Rothstein (MVP - VB)" wrote:

If your Low Bid (minimum) is in cell AJ1, then...

=INDEX(AH1:AH17,MATCH(AJ1,AG1:AG17,0))

Rick


"Steve FTW" <Steve wrote in message
...
I have a table where I am logging bid results

I am using the min(range) formula to transfer the low bid to another
worksheet in the book.

What would be the formula to transfer the name of the company (say it's in
the adjacent cell in the tabulation worksheet) to the other worksheet.

For Example:

Low Bid: =min(AG1:AG17)
Bidder: =???? (let's say bidder name in row AH)

Thanks!





All times are GMT +1. The time now is 03:13 AM.

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