View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Marcelo Marcelo is offline
external usenet poster
 
Posts: 1,047
Default Conditional Formatting Based on If and Or

Hi,

selecte A1

Format | Conditional format | change to "The formula is"

=and(iserror(b1),iserror(c1))

format as you need

hth
regards from Brazil
Marcelo

"luvthavodka" escreveu:

How can I set the conditional formatting of a A1 if B1 or C1 shows #n/a?

(B1 and C1 both contain formulae that will return #n/a until the required
information is inputted elsewhere in the spreadsheet. Hence I want
conditional formatting to highlight information that is missing)