Is there an IN function in excel vba that I can use ?
In SQL I can do something like this:
Select * from table where field IN('value1','value2','value3','value4')
Is there something similar that I can do in Excel?
I have this If statement below that I want to do this to:
If...