Hi folks,
Hopefully this will be an easy one for you all, as I'm sure I've seen something about this when browsing the forum. However I can't for the life of me find the same thread, so here goes...
I'm using conditional formats in Excel to alter a cell's background colour (Red, Amber or Green). However there are 2 conditions which I want to produce a Red background
i.e. =Q8=3 --> Red
=Q1>0 --> Red
This is an "OR" type realtionship so I think I need an
if(Q8=3, *turn red*, IF(Q1>0),*turn red*,*don't turn red*)
type of thing but I don't know the syntax.....
Thanks in advance...
Liz
Hopefully this will be an easy one for you all, as I'm sure I've seen something about this when browsing the forum. However I can't for the life of me find the same thread, so here goes...
I'm using conditional formats in Excel to alter a cell's background colour (Red, Amber or Green). However there are 2 conditions which I want to produce a Red background
i.e. =Q8=3 --> Red
=Q1>0 --> Red
This is an "OR" type realtionship so I think I need an
if(Q8=3, *turn red*, IF(Q1>0),*turn red*,*don't turn red*)
type of thing but I don't know the syntax.....
Thanks in advance...
Liz