conditional format ref., diff work sheet

D

djc

How do i set up conditional format using different worksheet.
exp.
=not('worksheet2'b6=0)
 
B

Bernard Liengme

CF cannot cross from one worksheet to another
On the worksheet where the CF is needed find a blank, out of the way cell,
and use =Worksheet2!B6
In the CF setting, reference the cell with this formula
Experiment and see if the column or row with the formula can be hidden - I
cannot recall
best wishes
 
G

Glenn

djc said:
How do i set up conditional format using different worksheet.
exp.
=not('worksheet2'b6=0)

Select B6 in worksheet2 and give it a name (like "worksheet2B6"). Then
reference that name in the conditional format.
 
Top