G
Guest
I need to embed an if/and statement that has more than two conditions.: i.e.
if h2=h3 and (K3=9,K2=7),"9-8"
In other words, I need three conditions to apply to each if statement. Is
that possible and how would I do that?
if h2=h3 and (K3=9,K2=7),"9-8"
In other words, I need three conditions to apply to each if statement. Is
that possible and how would I do that?