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

and I thought you were a simple man with simple pleasures Frank, not a flash
old spiv<vbg

--
HTH

-------

Bob Phillips
"Frank Kabel" wrote in message
...
Hi
one way:
=($C1 = "Newsprint Total")+($C1 = "Specialties Total")


-----Original 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?


.