I have created a Google Sheet for purchasing some new products and I'd like to highlight which cell on each row is the cheapest. I know how to do this with several Conditional Formatting rules (one for each row), but is it possible to have one rule for the entire range?
Column G has the formula =MIN(B2:E2)
for each row so that I can see each cheapest price and total them up at the bottom of the column. The way I would normally do this is select each cell in G and put a Conditional Formatting for range B2:E2 with custom formula =G2 (formatting accordingly).
Can this be done with a single rule applied to the whole range? I've tried what I have found by Googling, but it either highlights all cells in the column or range and not the single cell that matches G for each row.