sum function with rows

A

Alyson

I want to add specific cells within each row of my spreadsheet.
Obviously I can type =SUM(A1, B1, C1) and =SUM(A2, B2, C2) each time,
but that will be very time-consuming. Is there some generic symbol that
will represent the current row number in the formula? Or some other way
I could fill-down a formula that adjusts for each row? Please help.
Thanks.

** Posted via: http://www.ozgrid.com
Excel Templates, Training, Add-ins & Software!
http://www.ozgrid.com/Services/excel-software-categories.htm **
 
F

Frank Kabel

Hi
if you enter
=SUM(A1,B1,C19

or even better
=SUM(A1:C1)
in row one simply copy this formula down
 
F

Frank Kabel

Hi
try the following:
- insert the formula in cell B1 for example
- now click on the lower right corner of this cell with your mouse and
drag the selection down. The formula should change
 
J

jim_millions

=sum($a$1:a2)

where do you get $a, $1, and I assume "a2" is row a and col 2?






you wrote:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top