Hi!
I have a query in access with 2 column. In Excel my formula would be :
What can I use in Access to achieve the same result?
I have a query in access with 2 column. In Excel my formula would be :
Code:
=if(or(col 1="true", col 2="true"),"exempt","")
Comment