mrdrumhead
New Member
- Joined
- Nov 13, 2012
- Messages
- 2
Hi folks, so this problem is probably pretty elementary to some, but...
Column A has numbers to average. Column B has frequency of occurrence of each number in column A. The brute force option would be to manually enter in a new column each value in A however many times as defined in B, that way you would have the correct average, but this would take far too long. Anyone have an idea of how to do this?
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Numbers to Average[/TD]
[TD]Frequency of Each Number to Average[/TD]
[/TR]
[TR]
[TD]3203[/TD]
[TD]37[/TD]
[/TR]
[TR]
[TD]3170[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]3122[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
etc. etc. for hundreds and hundreds of rows
Column A has numbers to average. Column B has frequency of occurrence of each number in column A. The brute force option would be to manually enter in a new column each value in A however many times as defined in B, that way you would have the correct average, but this would take far too long. Anyone have an idea of how to do this?
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Numbers to Average[/TD]
[TD]Frequency of Each Number to Average[/TD]
[/TR]
[TR]
[TD]3203[/TD]
[TD]37[/TD]
[/TR]
[TR]
[TD]3170[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]3122[/TD]
[TD]4[/TD]
[/TR]
</tbody>[/TABLE]
etc. etc. for hundreds and hundreds of rows