View Single Post
  #3  
Old April 21st, 2010, 09:57 PM posted to microsoft.public.excel.worksheet.functions
Bernard Liengme
external usenet poster
 
Posts: 516
Default Conditional more than one iif

No IF needed
Let's say you want this to apply to rows 2 thru 20
Select the row headers 2:20 so that the entire range is highlighted
For you Conditional Format formula use =AND($M230,$U2=1)
We reference cells in row 2 here because that this the first row of our
selected range
Note that the formula used in conditional formatting generally should return
TRUE or FALSE

BTW: why in your question did you but 1 and 30 in quotes. We seldom need
quotes around numbers in Excel
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme

"JoeM" wrote in message
...
I need to conditional format based on if two cells are evaluated:

If in this row the value in column U is = “1” and the value in column M is

“30” then row should be highlighted green

I probably should not wait til the end of the day to start a new excel
sheet...lol


Joe