View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
John C[_2_] John C[_2_] is offline
external usenet poster
 
Posts: 1,358
Default Conditional Formatting

How about this for the conditional formatting:
=IF(ABS(A2-A1)0.9*A1,1,0)
--
John C


"Andy" wrote:

If A2 is within plus or minus 90% of cell A1 I do not wish to format it
conditionally, otherwise I wish to highlight it.

Formula is?