G
Guest
Is it possbile to use an * in the conditions of an IF statement ex:
Name: IIF([Name]=*ADP*,"1st","2nd"
What we want to do is find all names with ADP somewhere in the name and then
return the true statement. How can this be done?
Thanks
Name: IIF([Name]=*ADP*,"1st","2nd"
What we want to do is find all names with ADP somewhere in the name and then
return the true statement. How can this be done?
Thanks