Nikhil2803
New Member
- Joined
- Jul 18, 2023
- Messages
- 37
- Office Version
- 365
- Platform
- Windows
Hi Team, I have the below sheet with some conditions. If I put value in D column(name), then col B and C should be highlighted as RED. user has to either type values in Col B or Col C(only one col), if you see the 5th row, this is the expectations. In row 6, if I am giving values in col C, its working. IF I try to give values in Col B, its not working, It should also work as row 6. Below are the formatting code for both col.
Any leads on this will be highly appreciated
for B : =AND(COUNTA($C5:$V5)+COUNTA($X5:$AZ5)>0,ISBLANK($C5))
For C : =AND(COUNTA($C5:$V5)+COUNTA($X5:$AZ5)>0,ISBLANK($C5))
Any leads on this will be highly appreciated