View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Advanced if statements?

=IF(AND(A7="Grade 1",B7="Grade 1"), "matched","not matched")

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Ralph" wrote in message
...
I need some help with nested if statements. What I need to write is
something of this format: if(A7="Grade1" and if(B7="Grade1"),"OK",
"Replace")), how do I write this in a nested if statement