Condition based on cell colour

R

Richhall

Without using VB is there a way to create a condition based on a cell
colour, i.e if Cell A3 is grey but cell A1: A8 (excluding A4) is
green, then create a condition in B1:G8 that if any of the cells A1:A8
are grey, that the corresponding cells in that row go grey also?

i.e if A3 is grey B3:G3 go grey. If As then goes green, B3:G3 go
green too. If A8 is then grey, then B8:G8 go grey.

Cheers

Rich
 
P

Pete_UK

No, you cannot change colours using standard worksheet functions - you
would need to use VBA.

Sorry,

Pete
 
R

Richhall

No, you cannot change colours using standard worksheet functions - you
would need to use VBA.

Sorry,

Pete




- Show quoted text -

Would you able to give me a started for how I would use VB please? I'm
familiar with macros and very simple VB code.

Cheers

Rich
 

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

Top