View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier Roger Govier is offline
external usenet poster
 
Posts: 2,886
Default Conditional formatting in Excel 2007

Hi Mike

Personally, I would miss out those rows from the range to be formatted
and starting with rows 4 make the formula
=A4<A$524

However, if you wanted to do it purely by formula, then
=AND(ROW()3,A1<$A524)

--
Regards

Roger Govier


"Mike Tordoff" wrote in message
...


"Roger Govier" wrote:

Hi Mike

Works just fine for me with XL2007, either by doing a single column
and
using format painter, or selecting all columns first and Home
tabConditional FormattingNew ruleUse formula =A1<A$524


--
Regards

Roger Govier


Thanks, Roger, for taking a stab at this.

I can follow your example and get it to work OK, but what formula
would you
use if the top three rows of the table have titles in them and you
don't want
to apply the conditional format to them?

Mike