This assumes that you have data in col A with at least as many rows as col B
for which you want a sum in col B.
You are correct, it is under insert. In the name box type in colb>in the
refers to box type in (or copy/paste this using ctrl C >ctrl V). Look in the
help index to see how the OFFSET function works.
=OFFSET(Sheet8!$B$1,1,0,COUNTA(Sheet8!$A:$A)-1,1)
or if you are on the desired sheet, excel will fill in the name for you
=OFFSET($B$1,1,0,COUNTA($A:$A)-1,1)
then in a cell such as C1, type in
=sum(colb)
will total col b regardless of the additions or subtractions.
--
Don Guillett
SalesAid Software
(E-Mail Removed)
"Eddie Wall" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Mon, 12 Feb 2007 09:59:57 -0600, "Don Guillett"
> <(E-Mail Removed)> wrote:
>
>>How about a nice defined name?
>>On the desired sheet>Edit>name>define>name it colB>in the refers to box
>>type
>>in
>>=offset($B$1,1,0,counta($A:$A)-1,1)
>>now =sum(colb)
>
>
> Thank you for the response...
>
> Although that made no snese to me I appled it to the column I slected,
> then to A1, B1 and no matter how or what column I applied it to I got
> nothing....
>
> At this point, it must be obvious that I am cluseless on Excel... what
> I did is an idiots step by step.,.....
>
> BTW I am using Excel2000 does that make any difference.? Also my
> "name/define" was under Insert......
>
> Eddie
> "But life is short and information endless;
> nobody has time for everything" Aldous Huxley