Hello all,
How would I create merge statements that will not update fields where the new values are not null?
I am using a template I created in Excel to generate scripts based on information put into the sheet from other users. Some times they don't provide values which ends up in the script as a null value or ''.
This method is used to generate 10's of thousands of scripts and if there is a way I can prevent the null values from merging over existing values, that would be superb.
Thank you in advance