View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default Multiple conditional on conditional format formula

=OR($C1="Newsprint Total",$C1="Specialties Total")


--
HTH

-------

Bob Phillips
"Erin" wrote in message
...
I have a conditional format like this:

If formula is = $C1 = "Newsprint Total"

I want to apply the same format if it is "Newsprint Total" or "Specialties

Total". How can I make this formula be an OR?