View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Conditional Formatting of a Row

Select the range to apply the conditional formatting:
A2:X999 (say)

Write your formula against the row with the activecell:
=$r2="Completed"

And apply your formatting.



Mike McLellan wrote:

I have a spreadsheet with a number of similar rows and I want to be able to
set the background colour of each row to cyan if the contents of cell
Rx="Completed". Is there a simple way to do this other than setting up a
conditional format entry for each individual cell?


--

Dave Peterson