Is there is way to pull certain values in existing columns to create a new column using a specific order of priority? I want to prioritize 3, then 1, and then 2. So, for example, if the data is as follows:
Column1 Column2
1 3
2 3
1 2
The new column variable should be:
NewColumn
3
3
1
#SPSSStatistics#Support#SupportMigration