Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Totaling sections within a list


Hi,

I have a very long list laid out in the fashion below;

T-Shirt Red 5
T-Shirt Green 6
T-Shirt Blue 3
T-Shirt Orange 7
Trainers White 8
Trainers Green 7
Trainers Blue 9
Shorts Blue 2
Shorts Red 3

Where cell A1 contains 'T-Shirt Red'
and cell B1 contains '5'

Is it possible to implement a formula that subtotals all of the
sections i.e.
T-Shirts 21
Trainers 24
Shorts 5
?


Thanks in advance,
Steve


--
steev_jd
------------------------------------------------------------------------
steev_jd's Profile: http://www.excelforum.com/member.php...o&userid=33107
View this thread: http://www.excelforum.com/showthread...hreadid=559252

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 94
Default Totaling sections within a list



Hi Steve,

Maybe you can use SUMIF() and a wildcard *

Somethinge like:

=SUMIF(A1:A9,"T-shirts*",B1:B9)
=SUMIF(A1:A9,"Trainers*",B1:B9)
and
=SUMIF(A1:A9,"Shorts*",B1:B9)

Regards,
Bondi

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
Subtotals in a list Bagheera Excel Discussion (Misc queries) 9 May 20th 06 01:46 PM
How to link data from one drop-down list to another dolfijntje33 Excel Worksheet Functions 6 May 19th 06 07:40 PM
data validation--multiple dependent list Michael Excel Discussion (Misc queries) 9 May 2nd 06 01:14 AM
Remove empty cells from named list / validation list Sp00k Excel Worksheet Functions 4 April 28th 06 03:45 PM
Refresh a Validation List? jhollin1138 Excel Discussion (Misc queries) 3 February 17th 05 05:48 PM


All times are GMT +1. The time now is 07:34 PM.

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"