Hello! I have a “calendar” of inventory & I’m trying to apply conditional formatting to show if it is not here (pink), here (green) or installed (no color). My formula should show that if:
IF column name “LEFT” >0 then “Item” through “Left” should be pink
IF column name “HERE” =blank or >0 then “Item” through “Left” should be green
IF column name “LEFT” =0 then “Item” through “Left” should be no fill/white
I’ve tried a few things but all it does is color the entire row, not just the “Item” through “Left” columns.