elotromateo
New Member
- Joined
- May 19, 2010
- Messages
- 42
Currently, I have data in column A that is referred to as the name, x (x=Sheet1!$A1). y = x^2. Column B is populated with y, so the spreadsheet looks like this.
In another part of the sheet I sum column B and and get 174. What I would like to do is get rid of column B and go straight to the single cell with a sum. Is there a way to do this without using arrays?
(For simplicity's sake, these are neither the actual formulas or columns)
Code:
A B
1 5 25
2 6 36
3 7 49
4 8 64
In another part of the sheet I sum column B and and get 174. What I would like to do is get rid of column B and go straight to the single cell with a sum. Is there a way to do this without using arrays?
(For simplicity's sake, these are neither the actual formulas or columns)