Hello,
I have a custom UDF that requires a 2-element array in one of the parameters of the form: {string 1, string 2}.
If I construct the formula such that the array is a 'hard' copy, i.e. =MyUDF(param1, param2, {"abc", "def"}) then it works perfectly. However, I want to be able to pull the...