I can't figure this one out and need help. Sheet1 has names in col 1 and
values in col 2 -

I want to add totals together for everytime a certain name is found in col 1
in the sheet 2. (Name is listed multiple times on sheet 1)

This is easy but I can't remember how to do it!

Thanks for any help provided.

Annette

Re: Adding like occurences by PCLIVE

PCLIVE
Tue Mar 11 09:56:04 CDT 2008

=SUMIF(Sheet1!A1:A20,A1,Sheet1!B1:B20)

A1 = the Name you want totals for.

HTH,
Paul


--

"Annette" <shedge@hotmail.com> wrote in message
news:%23sARFW4gIHA.3352@TK2MSFTNGP04.phx.gbl...
>I can't figure this one out and need help. Sheet1 has names in col 1 and
>values in col 2 -
>
> I want to add totals together for everytime a certain name is found in col
> 1 in the sheet 2. (Name is listed multiple times on sheet 1)
>
> This is easy but I can't remember how to do it!
>
> Thanks for any help provided.
>
> Annette
>



Re: Adding like occurences by Annette

Annette
Tue Mar 11 10:04:06 CDT 2008

THAL (this helps a lot!) Thanks!

"PCLIVE" <pclive(RemoveThis)@cox.net> wrote in message
news:uha9Ig4gIHA.4712@TK2MSFTNGP04.phx.gbl...
> =SUMIF(Sheet1!A1:A20,A1,Sheet1!B1:B20)
>
> A1 = the Name you want totals for.
>
> HTH,
> Paul
>
>
> --
>
> "Annette" <shedge@hotmail.com> wrote in message
> news:%23sARFW4gIHA.3352@TK2MSFTNGP04.phx.gbl...
>>I can't figure this one out and need help. Sheet1 has names in col 1 and
>>values in col 2 -
>>
>> I want to add totals together for everytime a certain name is found in
>> col 1 in the sheet 2. (Name is listed multiple times on sheet 1)
>>
>> This is easy but I can't remember how to do it!
>>
>> Thanks for any help provided.
>>
>> Annette
>>
>
>