Create new columns that add data from existing columns to one fixed column
Let's say I have one column with numeric-continuous data. This data is my "reference" data. I have n other columns with numeric-continuous data. Is there a way to create an additional n columns where each of these new columns is a sum of the first "reference" data column with each of the n other columns?