Hi I have 15 rows of data (user entries), each with 100 fields (answers to a survey via a radio button 1-6).
Every answer from every respondent needs to be multiplied by either a factor of +1 or -1
From here I need the new positive or negative value to reside in the same table (or a new copy it doesn't really matter)
Question: What's the best way to handle this type of calculation?
(There are about 30 answers that need to be multiplied by -1).