I'm wondering if there's any way to put multiple different values into one cell and separating them with some kind of symbol, for example "\" like seen on the picture and then reading those values to another cell, rating them individually from 1 - 10 and then displaying them in one cell and separating with the same symbol as used before. The function I use for rating is (example for cell C2): =1+9*(B2-MIN(B$2:B$8))/(MAX(B$2:B$8)-MIN(B$2:B$8)) which basically rates the minimum value as 1 and the maximum as 10 and rest of the values anywhere from 1 - 10. The first picture is what I have now and the second picture is what I'd like to have.