Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default How to sum a column from not the first cell

I want to sum all figures in a column -- e.g. sum(d:d) -- but want the top
item to not the the top cell -- e.g. sum(d3:d). Please advise if anyone can
figure out how to do this? I'm stumped.
--
D.A. Cluett
Ad majorem Dei gloriam
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default How to sum a column from not the first cell

either:
=SUM(D3:D65536)
or =SUM(D:D)-D1-D2
--
Gary's Student
gsnu200702


"D.A. Cluett" wrote:

I want to sum all figures in a column -- e.g. sum(d:d) -- but want the top
item to not the the top cell -- e.g. sum(d3:d). Please advise if anyone can
figure out how to do this? I'm stumped.
--
D.A. Cluett
Ad majorem Dei gloriam

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 9
Default How to sum a column from not the first cell

D.A. Cluett wrote:

:: I want to sum all figures in a column -- e.g. sum(d:d) -- but want
:: the top item to not the the top cell -- e.g. sum(d3:d). Please
:: advise if anyone can figure out how to do this? I'm stumped.

Well there are 65536 cells in total in the column so you could try
=SUM(D3:D65536)

--
RiTSo


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
VBA: For Count, when count changes from cell to cell LenS Excel Discussion (Misc queries) 18 January 4th 07 12:53 AM
insert date Larry Excel Worksheet Functions 28 July 15th 06 02:41 AM
Return SEARCHED Column Number of Numeric Label and Value Sam via OfficeKB.com Excel Worksheet Functions 23 January 30th 06 06:16 PM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM


All times are GMT +1. The time now is 05:49 AM.

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"