Cannot convert to a column formula (think) because if the absolute refence.
100s/1000s of rows will be pasted into the "To Merge" fields an I can't depend on the user to drag the formula down
Is there a work around?
=IF([To Merge 1]@row <> "", $[Change Values to Questions Asked]$1 + ": - " + [To Merge 1]@row + CHAR(10), "")
+ IF([To Merge 2]@row <> "", $[Change Values to Questions Asked]$2 + ": - " + [To Merge 2]@row + CHAR(10), "")
+ IF([To Merge 3]@row <> "", $[Change Values to Questions Asked]$3 + ": - " + [To Merge 3]@row + CHAR(10), "")