Moving Columns of Data
Ok, say that I have a category that exists in multiple matrices. However, the same category in different matrices may have different columns of data. For example:
Matrix1:
South Sales Profit
East
West
North
Matrix2:
East Costs Variance
North
West
South
What I would like to do to create a 3rd matrix, with the same category, but showing my own pick of columns(with no changes to the data):
Matrix3:
South Sales Costs Variance
North
West
East
Is there a formula that will drag over just the columns that I want, or is the only option to do a cut&paste?
Thanks!