I am trying to move the value of review3 to reviews2 if reviews2 contains ratingValue. I am going to transpose them back to were row will be the column header and the reviews2 will be the value. I have tried doing if review3 is !empty then review2=reviews3 but all i get is 0.
