C
Chuck W.
Hi,
Can anyone tell me how to "invert" a frequency table? That is, I have
some data organized into two columns: "Frequency Count" and "Number"
like so:
4 1
3 2
2 3
and I'd like to convert it to a single column like this:
1
1
1
1
2
2
2
3
3
The reason I'm trying to do this is because I would like to use a
function such as STDEV.S(), but I need the "expanded" version of the
data...
Thanks very much for any help you can provide.
Can anyone tell me how to "invert" a frequency table? That is, I have
some data organized into two columns: "Frequency Count" and "Number"
like so:
4 1
3 2
2 3
and I'd like to convert it to a single column like this:
1
1
1
1
2
2
2
3
3
The reason I'm trying to do this is because I would like to use a
function such as STDEV.S(), but I need the "expanded" version of the
data...
Thanks very much for any help you can provide.