I need help adding cells together?

J

jacse

hi im a new user, and i was wondering how do i add, for example row 1, A
through O, Im entering numbers in each cell A through O, how do i add A
through O, into the next cell which is P? thanks, much help is
appreciated!
 
B

Bob Phillips

In P1 =SUM(A1:O1)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 
B

Beege

jacse,

Seeing as you're a new user, put your cursor at the bottom of the list,
press the icon that looks like:
?
It should do the trick.
And keep your eyes on this NG, cuz there's a lot of good help here

Beege
 
D

dalymjl

jacse said:
hi im a new user, and i was wondering how do i add, for example row 1,
A
through O, Im entering numbers in each cell A through O, how do i add
A
through O, into the next cell which is P? thanks, much help is
appreciated!


--
jacse
------------------------------------------------------------------------
jacse's Profile:
http://www.excelforum.com/member.php?action=getinfo&userid=31863
View this thread:
http://www.excelforum.com/showthread.php?threadid=515906

Formula for cell P1 is =sum(A1:O1)

regards

mjd
 
Top