Hello Excel friends!
Here's my issue.
I have two rows:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]5[/TD]
[TD]4[/TD]
[TD]3[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
With a single formula, it's easy to take A1, subtract the average of A1 and A2, and then square that value. The complexity is that I would like to use a single cell/formula to take the sum of those values for all four columns. I do not want to simply write the formula multiple times with +'s in between since there are (in reality) quite a lot of columns.
Any thoughts?
Thanks,
Ilan
Here's my issue.
I have two rows:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]5[/TD]
[TD]4[/TD]
[TD]3[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
With a single formula, it's easy to take A1, subtract the average of A1 and A2, and then square that value. The complexity is that I would like to use a single cell/formula to take the sum of those values for all four columns. I do not want to simply write the formula multiple times with +'s in between since there are (in reality) quite a lot of columns.
Any thoughts?
Thanks,
Ilan