conditional format

  • Thread starter Thread starter kevin carter
  • Start date Start date
K

kevin carter

hi
i have a workbook containing columns of data
i want to hide some of the data untill it is required.
when one column has date entered ito it i want to show the next column
i am trying to hide the data with conditional formatting
ie text is white(default)
on a condition turn the text black(over a range (c1:c10)

i have used the countif statement
COUNTIF(A1:A10,"<>")
if the result of this is bigger than 0 then change text colour in column C

Can anyone help please


Thanks in advance


kevin
 
Hi
not quite sure but try
=COUNTA($A$1:$A$10)=0
and assign the white font color for this condition
 
thanks i will give it a try

Frank Kabel said:
Hi
not quite sure but try
=COUNTA($A$1:$A$10)=0
and assign the white font color for this condition
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top