#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default sum formula

Hi,
for instance

A B
arral bini 2000
rojar aoral 1500
arral d'costa 2000

i would like sum only name arral and it should be 4000. please suggest me
how can i make formula.
thanks

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default sum formula

=SUMPRODUCT(--(LEFT(A1:A100,5)="arral"),(B1:B100))
--
Gary''s Student - gsnu200834


"ADIB" wrote:

Hi,
for instance

A B
arral bini 2000
rojar aoral 1500
arral d'costa 2000

i would like sum only name arral and it should be 4000. please suggest me
how can i make formula.
thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default sum formula

Thanks Gary

"Gary''s Student" wrote:

=SUMPRODUCT(--(LEFT(A1:A100,5)="arral"),(B1:B100))
--
Gary''s Student - gsnu200834


"ADIB" wrote:

Hi,
for instance

A B
arral bini 2000
rojar aoral 1500
arral d'costa 2000

i would like sum only name arral and it should be 4000. please suggest me
how can i make formula.
thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default sum formula

Hi,

Try:

=SUMIF(A1:A10,"arral*",B1:B10)

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"ADIB" wrote:

Hi,
for instance

A B
arral bini 2000
rojar aoral 1500
arral d'costa 2000

i would like sum only name arral and it should be 4000. please suggest me
how can i make formula.
thanks

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



All times are GMT +1. The time now is 12:32 AM.

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

About Us

"It's about Microsoft Excel"