I have a table with Value in column one Frequency in column two. The following is the beginning of my list:
I would like to complete an operation that turns this into a single column with the number for each value corresponding to the frequency. In this example, the single column would be "-3, 1, 1, 7, 8, 9, 12, 13, 13, ..., 27, 27, 27, 27, 27, 27, 27, 27".
Thanks in advance!