Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
binder
 
Posts: n/a
Default Adding Values Based on a Separate Column

I have a spreadsheet where the number of Items delivered is listed in Column
B and the location of where it was delivered in Column D.

What I need to do is in a different Tab sum the values in Column B, but
grouped by Column D.

i.e
ColumnB ColumnD
5 CE
6 CW
8 R1
8 CE

And on the other tab I need to separately total each in Column D:

CE 13
CW 6
R1 8


Thank you!!!
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

I would use a Pivot Table. To learn more about them, see:

http://peltiertech.com/Excel/Pivots/pivotstart.htm

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a spreadsheet where the number of Items delivered

is listed in Column
B and the location of where it was delivered in Column D.

What I need to do is in a different Tab sum the values

in Column B, but
grouped by Column D.

i.e
ColumnB ColumnD
5 CE
6 CW
8 R1
8 CE

And on the other tab I need to separately total each in

Column D:

CE 13
CW 6
R1 8


Thank you!!!
.

  #3   Report Post  
 
Posts: n/a
Default

"=SUMIF((Range,Criteria,SumRange)"
as in SUMIF(D:D,"CE",B:B) gives the total for CE (=13)
If CE is in cell Sheet2!A1, with the data in Sheet1 use
=SUMIF(Sheet1!D:D,A1,Sheet1!B:B) in Sheet2!B1, then you
can copy the formula down for the other locations

-----Original Message-----
I have a spreadsheet where the number of Items delivered

is listed in Column
B and the location of where it was delivered in Column D.

What I need to do is in a different Tab sum the values in

Column B, but
grouped by Column D.

i.e
ColumnB ColumnD
5 CE
6 CW
8 R1
8 CE

And on the other tab I need to separately total each in

Column D:

CE 13
CW 6
R1 8


Thank you!!!
.

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
Format cell in column B based on value in the next cell (column c) Nicole Excel Discussion (Misc queries) 7 May 18th 05 10:19 PM
How sum values in column B using values in column A as the conditi oldgrayelf Excel Worksheet Functions 5 February 4th 05 09:03 PM
Putting text in a column based on variable text from another colum Jacky D. Excel Discussion (Misc queries) 1 December 16th 04 06:09 PM
Cannot sum values based on condition Ned Flanders Excel Worksheet Functions 1 December 3rd 04 04:36 AM
Can you average data in 1 column based on a range of values in another? kman24 Excel Worksheet Functions 2 November 17th 04 02:09 PM


All times are GMT +1. The time now is 12:26 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"