Hi All
I need to run some analysis on a file similar to the attached.
As you can see, products have scores which are split into positive and negative, which means each product has two columns each. row cell contains a number which represents the weight of that positive or negative score
What I'd like to do is transform the data so that so that there is only one column per product, and an overall % of positive or negative
Product 1 | Product 2
Negative 35% 52%
Positive 65% 48%
What are your thoughts ? is this achievable ?
Alex