I have set up a spreadsheet to manage stock in Google Sheets but I have a small problem, I want to set up conditional formatting based upon another cell.
Example
if A1 = "in stock" then A1 + B1 fill colour = green
if A1 = "out of stock" then A1 + B1 fill colour = red and text colour go white (so you can read it easily)
I know this isn't correct code but this I would like to happen in Google Sheets if possible. Also I would like it to span from range 1:1000 on those cells.