bubblystace
New Member
- Joined
- Dec 5, 2017
- Messages
- 8
Hi All,
I'm stuck on some CF and hope someone can help please
I want to CF to highlight non-blank cells if B4 is not N/A. I've tried using formula below but not sure why it isn't working.
=IF(AND($D4='ConditionRatings'!$A$1:$A$4),AND(COUNTBLANK($D1:$D5)>0))
E.g. If B4 is "1" then B1, B2, B3 and B5 need to be populated, if not they are to be shaded red.
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD][/TD]
[TD]COLUMN A[/TD]
[TD]COLUMN B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Measurement[/TD]
[TD]10LM[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Material[/TD]
[TD]Brick[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Height[/TD]
[TD](red fill)[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Condition Rating[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Remaining Life[/TD]
[TD](red fill)[/TD]
[/TR]
</tbody>[/TABLE]
I'm stuck on some CF and hope someone can help please
I want to CF to highlight non-blank cells if B4 is not N/A. I've tried using formula below but not sure why it isn't working.
=IF(AND($D4='ConditionRatings'!$A$1:$A$4),AND(COUNTBLANK($D1:$D5)>0))
E.g. If B4 is "1" then B1, B2, B3 and B5 need to be populated, if not they are to be shaded red.
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD][/TD]
[TD]COLUMN A[/TD]
[TD]COLUMN B[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Measurement[/TD]
[TD]10LM[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Material[/TD]
[TD]Brick[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Height[/TD]
[TD](red fill)[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Condition Rating[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Remaining Life[/TD]
[TD](red fill)[/TD]
[/TR]
</tbody>[/TABLE]