Square each idividual cell and add them together

  • Thread starter Thread starter Alireza
  • Start date Start date
A

Alireza

Ok;
I have put all my number under A what I want to do is just sqaure eac
individual cell and add all of them together after wards what equatio
can i use?

Thanks in advance :
 
Hi Alizera,

=SUM((A1:A10)^2)

it is an array formula, so commit with Ctrl-Shift-Enter, not just enter

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Back
Top