Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default What is the Excel formula for adding 1 column with several rows?

I need to the sum of one column - several rows. Example: Column J rows 3 thru
71 without entering each column and row number.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 22,906
Default What is the Excel formula for adding 1 column with several rows?

=SUM(J3:J71)


Gord Dibben MS Excel MVP

On Mon, 21 Aug 2006 18:50:51 -0700, ljsbjs
wrote:

I need to the sum of one column - several rows. Example: Column J rows 3 thru
71 without entering each column and row number.


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 903
Default What is the Excel formula for adding 1 column with several rows?

And a variation that allows you to insert rows immediately
before the formula.
J72: =SUM(J$3:OFFSET(J72,-1,0))

see http://www.mvps.org/dmcritchie/excel/offset.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm

"Gord Dibben" <gorddibbATshawDOTca wrote...
=SUM(J3:J71)

On Mon, 21 Aug 2006 18:50:51 -0700, ljsbjs wrote:
I need to the sum of one column - several rows.
Example: Column J rows 3 thru 71 without entering
each column and row number.




  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 605
Default What is the Excel formula for adding 1 column with several rows?

David,

Thank you for telling us about using Offset() in a situation like this or
something similar. It is dynamic. This is the kind of "tricks" or smart
tips I look forward to learning from MVP's. Your website is full of
excellent info. Thank you for sharing your expertise and time.

Cheers,

Epinn

"David McRitchie" wrote in message
...
And a variation that allows you to insert rows immediately
before the formula.
J72: =SUM(J$3:OFFSET(J72,-1,0))

see http://www.mvps.org/dmcritchie/excel/offset.htm
---
HTH,
David McRitchie, Microsoft MVP - Excel
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm

"Gord Dibben" <gorddibbATshawDOTca wrote...
=SUM(J3:J71)

On Mon, 21 Aug 2006 18:50:51 -0700, ljsbjs wrote:
I need to the sum of one column - several rows.
Example: Column J rows 3 thru 71 without entering
each column and row number.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i multiply two columns edgar Excel Worksheet Functions 7 March 2nd 06 03:29 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM
Excel Idiot Needs Formula Help!! Donna123 Excel Worksheet Functions 1 September 5th 05 05:28 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM


All times are GMT +1. The time now is 10:01 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"