Good afternoon all,
I have what is hopefully a simple question. I have some logic that groups various forms of customer names by a uniform naming convention. It is based off the spread sheet attached. However, my logic leaves the customer name blank if its not listed in the attached spreadsheet instead of using the default destination name. Is there a way to fix that? Below is the logic I am using and the spreadsheet i am using. any help would be greatly appreciated.
If IsNull([Group_Name]) then [destination_name] else [Group_Name] endif