dragondrago
New Member
- Joined
- Apr 20, 2016
- Messages
- 5
Hi,
I have column B with this formula: =IF(C3=A3; 1; "0"). Cells format is Custom "Yes"; "Yes"; "No". When C3=A3, I have value "Yes" and after conditional formatting cell becomes green. If i have FALSE, cell contains #N/A and warning "A value is not availableto the formula or function" (not sure if it is important).
I have column G which contains different numbers >=0.
I want to highlight cells in column G which are greater then 0 and if cell in same row in column B is 0/FALSE/#N/A
I tryed these formulas in conditional formatting:
=AND(G2>0; B2="0"/B2=""/B2="No"/B2="N/A"/B2="#N/A"/B2="FALSE" (all variants))
=IF(G2>0; IF (B2<>1 (different varinats too); 1; 0); 0)
In one of variants (not sure already in which one) I managed to highlight G2>0 and B2 containing text/=1 but I don want this.
I have column B with this formula: =IF(C3=A3; 1; "0"). Cells format is Custom "Yes"; "Yes"; "No". When C3=A3, I have value "Yes" and after conditional formatting cell becomes green. If i have FALSE, cell contains #N/A and warning "A value is not availableto the formula or function" (not sure if it is important).
I have column G which contains different numbers >=0.
I want to highlight cells in column G which are greater then 0 and if cell in same row in column B is 0/FALSE/#N/A
I tryed these formulas in conditional formatting:
=AND(G2>0; B2="0"/B2=""/B2="No"/B2="N/A"/B2="#N/A"/B2="FALSE" (all variants))
=IF(G2>0; IF (B2<>1 (different varinats too); 1; 0); 0)
In one of variants (not sure already in which one) I managed to highlight G2>0 and B2 containing text/=1 but I don want this.