U
user
Hello
I need to write an if statement which will show when 2 conditions are met
iif([name]="team" &[city]="new york",1,iif([name]="team"&[city]=new
jersey",2",""))
I want the results to display "1" if name is team and city is ny
and "2" if name is team and city is nj.
I am getting the error of wrong number of functions entered.
Please help.
I need to write an if statement which will show when 2 conditions are met
iif([name]="team" &[city]="new york",1,iif([name]="team"&[city]=new
jersey",2",""))
I want the results to display "1" if name is team and city is ny
and "2" if name is team and city is nj.
I am getting the error of wrong number of functions entered.
Please help.