I need to conditionally format a cell based on the value of another cell which contains a formula.
I have columns headed as follows:
Goods Pack Size Shop 1 price/100g Shop 2 price/100g Shop 3 price/100g Cheapest price
apples 1kg 2.50 =2.5/10 4.20 =4.20/10 6.30 =6.30/10 MIN(D2,F2,H2)
Using conditional formatting, I want to be able to highlight the "Cheapest price" cell based on the cheapest price per 100g of the three shops:
Shop 1 = blue
Shop2 = green
Shop 3 = red
However, when I use the VALUE option (i.e. the value of the cheapest price column is equal to the value in Shop 1 price/100g) it doesn't fill the cell as the value of that cell is a formula not a number.
This is obviously a very simple version of a much larger sheet so I can't really add columns or paste values instead of formulas.
Any ideas?
I have columns headed as follows:
Goods Pack Size Shop 1 price/100g Shop 2 price/100g Shop 3 price/100g Cheapest price
apples 1kg 2.50 =2.5/10 4.20 =4.20/10 6.30 =6.30/10 MIN(D2,F2,H2)
Using conditional formatting, I want to be able to highlight the "Cheapest price" cell based on the cheapest price per 100g of the three shops:
Shop 1 = blue
Shop2 = green
Shop 3 = red
However, when I use the VALUE option (i.e. the value of the cheapest price column is equal to the value in Shop 1 price/100g) it doesn't fill the cell as the value of that cell is a formula not a number.
This is obviously a very simple version of a much larger sheet so I can't really add columns or paste values instead of formulas.
Any ideas?