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
|