Conditional formatting
Solved/Closed
Related:
- Conditional formatting
- Conditional formatting if cell does not contain specific text ✓ - Forum - Excel
- Conditional formatting if another cell contains any text ✓ - Forum - Excel
- Excel conditional formatting 5 color scale ✓ - Forum - Excel
- Copy conditional formatting from one row to another ✓ - Forum - Excel
- If cell contains date then conditional format - Guide
2 replies
rizvisa1
Apr 29, 2010 at 08:46 AM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Apr 29, 2010 at 08:46 AM
Try this
this is for if both should not be blank
this is for if both should not be blank
=IF(AND(A1="", B1=""), "", if(a1=b1,"no veriance","veriance") )