Matching Heading with Rank in another Cell

p17tootie

New Member
Joined
May 12, 2024
Messages
3
Office Version
  1. 365
Platform
  1. Windows
I have rank done by rows and I would like to put the name of each company (in column C)that ranked first in another cell. How can I do that?
1715522061477.png
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Hi & welcome to MrExcel.
How about
Excel Formula:
=XLOOKUP(1,I4:M4,$I$2:$M$2,"")
 
Upvote 0
Solution
that worked!!! Thank you so much. I tried the xlookup but I missed kept putting in something incorrectly and couldn't figure it out. thank you so much!!
 
Upvote 0
Sorry, I have a follow up, If I added another column in between winning company and Bid for company A and wanted to put the Winning Bid amount which would be the lowest bid ( I would have to disregard the zeros or blank cells). The example up top doesn't have as many blanks or zeros as I have in the complete worksheet. What formula could I use?
 
Upvote 0
You could use the minifs function.
 
Upvote 0

Forum statistics

Threads
1,216,349
Messages
6,130,133
Members
449,560
Latest member
mattstan2012

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top