B
budspwr
I have a simple need for a formula that will find a minimum number horizontally and find the heading/header that numbers falls under.
Picture this table: A long column of food products in the first column. Columns 2 trough 8 have mixed prices for each product.
The top row heading for the 8 columns will be a company (Cells may be merged). Under this company row will be a different year for each of the columns 2 through 8.
There will be multiple companies with identical tables.
To the right of all these tables will be a column that will show the lowest cost of all the products regardless of company. Next to that will be a column that will be the year that low price was made. The next column will be the company that had the lowest price.
For minimum price, I had been using MIN(B3:H3).
For the other two requirements, I have tried several formulas and combination thereof but with out success. (HLOOKUP, VLOOKUP, MATCH, ADDRESS, FIND, CELL, etc.)
Is there someone that can give me a suggestion?
Picture this table: A long column of food products in the first column. Columns 2 trough 8 have mixed prices for each product.
The top row heading for the 8 columns will be a company (Cells may be merged). Under this company row will be a different year for each of the columns 2 through 8.
There will be multiple companies with identical tables.
To the right of all these tables will be a column that will show the lowest cost of all the products regardless of company. Next to that will be a column that will be the year that low price was made. The next column will be the company that had the lowest price.
For minimum price, I had been using MIN(B3:H3).
For the other two requirements, I have tried several formulas and combination thereof but with out success. (HLOOKUP, VLOOKUP, MATCH, ADDRESS, FIND, CELL, etc.)
Is there someone that can give me a suggestion?