Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
sum(a:a) sums over all elements in the "a" column. Is there a way to sum from
"a2" for instance all the way to the end of the "a" column? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=sum(a2:a65536)
in xl2003. If you know you have text in A1, you can use: =sum(a:a) If you know that you have a number in A1: =sum(a:a)-a1 wrote: sum(a:a) sums over all elements in the "a" column. Is there a way to sum from "a2" for instance all the way to the end of the "a" column? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
=SUM(A2:A65536) or =SUM(A:A)-A1 -- If this helps, please click the Yes button Cheers, Shane Devenshire " wrote: sum(a:a) sums over all elements in the "a" column. Is there a way to sum from "a2" for instance all the way to the end of the "a" column? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Depending on what version of Excel you're using:
=SUM(A2:A65536) =SUM(A2:A1048576) -- Biff Microsoft Excel MVP " m wrote in message ... sum(a:a) sums over all elements in the "a" column. Is there a way to sum from "a2" for instance all the way to the end of the "a" column? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
chart with fixed range on side and bottom | Charts and Charting in Excel | |||
lookup range of numbers; return corresponding data for the fixed r | Excel Worksheet Functions | |||
Charts forget range or data; fixed by manual alteration then Undo | Charts and Charting in Excel | |||
divide all numbers in range by a fixed number | Excel Discussion (Misc queries) | |||
drawdown at fixed rate over set period from investment at fixed % | New Users to Excel |