Hi,

For my Bachelor end project i'm working in SPSS. This is my question:

Imagine i have one variable and this is the database:

Var1:

p1: 2

p2: 3

p3: -99

p4: 0

p5: 2

I would like to alter this variable 1 and add one to every score so it becomes like this:

Var1:

p1: 3

p2: 4

p3: -99

p4: 1

p5: 3

The thing is; I do know how to do this by simply computing a new variable (just var1 + 1), but the problem is that I don't want to compute a new variable, I just want to keep the variable as it is and alter it. Does anyone know how i can make this possible in SPSS?

Similar questions and discussions