A
AJ
I am using:
=IIf([Type]="ab","Store","Site")
My issue is that I have 3 possible values, ab,cd,"space".
If [type] = ab then "Store", if [type] = cd then "Site"
How can I get it to leave space alone. If the value is blank, I want to
leave it blank.
I tried to use an or statement but cannot seem to get it to work, any ideas?
Thanks.
=IIf([Type]="ab","Store","Site")
My issue is that I have 3 possible values, ab,cd,"space".
If [type] = ab then "Store", if [type] = cd then "Site"
How can I get it to leave space alone. If the value is blank, I want to
leave it blank.
I tried to use an or statement but cannot seem to get it to work, any ideas?
Thanks.