Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Populating text cells that show minimum value
I am in the process of creating a sheet to populate low bidders. I have two columns; vendors and total cost. I've included a cell formula in the total cost column to automatically populate the low bid value : =min(cell1, cell2, cell3, cell4, cell5). My question is, how can I create a cell in the 'vendors' column to automatically populate the subcontractor who provided that low bid? Is there a way to link the 'vendor' cells to their corresponding bids?
Please help!
Comments
-
Hi Chris,
It's possible to do this if you're willing to treat your columns as a makeshift lookup table and use a combination of the INDEX, MIN, and MATCH functions.
=INDEX(Subcontractors1:Subcontractors5, MATCH(MIN(Numbers1:Numbers5), Numbers1:Numbers5, 0), 0)
NOTE: You'll need to adjust the cell references to the column names in your sheet. If you need to do this over an entire column, remove the cell numbers entirely, for instance =INDEX(Subcontractors:Subcontractors, ...)
More on functions can be found in our Help Center: https://help.smartsheet.com/articles/775363-using-formulas
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives