S
Sarah
I am trying to convert this excel IF statement into access.
=IF(A2<-10,"OK",IF(AND(A2<-5,B2="Y"),"OK","Not OK"))
How would I write this in access?
=IF(A2<-10,"OK",IF(AND(A2<-5,B2="Y"),"OK","Not OK"))
How would I write this in access?