okay, I have a sheet with a bunch of skus, ie "MCREADER". If i have none in stock, I want it to be red. I will indicate that I have none in stock by putting a zero as the first character. So the sku would then be "0 MCREADER".
Now, I select that cell "C11" in this case. Go up to conditional formatting. And use the formula:
Code:
Select the background to be red.![]()
="IF(MID(C11, 1, 1) = 0)"
But nothing happens. Is there something wrong with my formula.
Also, how would apply this to all the cells on the sheet. How do i copy & paste the conditional formatting to apply for all the cells, that i set up for that one cell.
If there's a better way to do this, please let me know.
thanks for any help in advance.
Bookmarks