I have a spreadsheet that is to be used to compare the price of the same item from several different companies after converting the price to Australian Dollars. Each company price is in a different countries dollar (GBP, USD AUD etc) and each company’s S/n (serial number) for the same part may be different.
I have a column for S/n, Quantity, Country$ price, and the converted AUD price for each company. These extend across several rows (company 1, company 2, etc)
EG
Company 1, S/n, Qty, Price in GBP, Price in $AUD Company 2, S/n, Qty, Price in $USD, Price in $AUD Etc (although the company name is only at the top of each group of columns) There may be dozens of rows of parts down the sheet
In a separate column, I then use the worksheet MIN() function to get the cheapest $AUD price for each part.
What I want to achieve is to have another 2 columns following the cheapest price that display the cheapest company and that companies S/n for that part.
Any assistance would be appreciated.
I have a column for S/n, Quantity, Country$ price, and the converted AUD price for each company. These extend across several rows (company 1, company 2, etc)
EG
Company 1, S/n, Qty, Price in GBP, Price in $AUD Company 2, S/n, Qty, Price in $USD, Price in $AUD Etc (although the company name is only at the top of each group of columns) There may be dozens of rows of parts down the sheet
In a separate column, I then use the worksheet MIN() function to get the cheapest $AUD price for each part.
What I want to achieve is to have another 2 columns following the cheapest price that display the cheapest company and that companies S/n for that part.
Any assistance would be appreciated.