landmark33
New Member
- Joined
- May 7, 2010
- Messages
- 18
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]0
[/TD]
[TD]0/1
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]1
[/TD]
[TD]1/2
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]1
[/TD]
[TD]2/3
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]0
[/TD]
[TD]2/4
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]1
[/TD]
[TD]3/5
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]0
[/TD]
[TD]3/6
[/TD]
[/TR]
</tbody>[/TABLE]
See above chart. In column A, I will have either 0 or 1 entered manually. For column B, I want to create a formula that is basically SUM/COUNT.
So for example cell B6 is something like =[sum(a1:a6)]/[count(a1:a6)]
I'm not sure if I have that exactly right, so please help me create this formula accurately. But the really tricky part here is I want column B to be expressed as a fraction as shown above.
Thanks!
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]0
[/TD]
[TD]0/1
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]1
[/TD]
[TD]1/2
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]1
[/TD]
[TD]2/3
[/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]0
[/TD]
[TD]2/4
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]1
[/TD]
[TD]3/5
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD]0
[/TD]
[TD]3/6
[/TD]
[/TR]
</tbody>[/TABLE]
See above chart. In column A, I will have either 0 or 1 entered manually. For column B, I want to create a formula that is basically SUM/COUNT.
So for example cell B6 is something like =[sum(a1:a6)]/[count(a1:a6)]
I'm not sure if I have that exactly right, so please help me create this formula accurately. But the really tricky part here is I want column B to be expressed as a fraction as shown above.
Thanks!