View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Russell Dawson[_2_] Russell Dawson[_2_] is offline
external usenet poster
 
Posts: 181
Default Fill with Gray if Column b is bold

I don't think you can but it might be worth taking a step back and looking at
how column B is populated. What is entered? How does it get there? What
makes it format bold? If it's not manual input where does the data come from
and is there anything else that can differentiate what can and can't be
conditionally formatted?

--
Russell Dawson
Excel Student

Please hit "Yes" if this post was helpful.


"C" wrote:

My spreadsheet contains data from column A1 to K?. There may be 10 rows or
1000 rows. I need to look at column B and if it the font is bold then I need
to fill A:K with gray. Can someone help?

Thanks in advance,

CB