Hello Excel friends!
Here's my issue.
I have two rows:
<tbody>
A
B
C
D
1
1
2
1
2
2
5
4
3
0
</tbody>
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...