Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Sum column based on another column criteria

I need to sum all numbers in column i18:i300 that have "Despain" in
column A. Can you assist?

EXAMPLE:
Column A Column I
Despain 2.5
Jones 5.0
Smith 2.0
Smith 4.0
Despain 3.0
Johnson 1.5
Despain 2.0

RESULTS:
Despain = 7.5
Johnson = 1.5
Jones = 5.0
Smith = 6.0

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,089
Default Sum column based on another column criteria

Look at SUMIF

=SUMIF(A:A,"Despain",I:I)

Regards

Trevor


"Annabelle" wrote in message
ups.com...
I need to sum all numbers in column i18:i300 that have "Despain" in
column A. Can you assist?

EXAMPLE:
Column A Column I
Despain 2.5
Jones 5.0
Smith 2.0
Smith 4.0
Despain 3.0
Johnson 1.5
Despain 2.0

RESULTS:
Despain = 7.5
Johnson = 1.5
Jones = 5.0
Smith = 6.0



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 510
Default Sum column based on another column criteria

Hi Annabelle,

=SUMIF(A18:A300,"=Despain",I18:I300)

should do the job ...

HTH
Cheers
Carim

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4
Default Sum column based on another column criteria

Thanks you both!

Carim wrote:
Hi Annabelle,

=SUMIF(A18:A300,"=Despain",I18:I300)

should do the job ...

HTH
Cheers
Carim


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
How do I make it add a column based on 2 different criteria? Leslie M Excel Worksheet Functions 5 September 11th 06 04:03 PM
sum items in a column based on criteria located in other columns Kurt Excel Discussion (Misc queries) 1 August 2nd 06 05:12 PM
Help with copying dynamic column selected based on remote cell value and dynamic formula fill ers Charts and Charting in Excel 0 March 1st 06 01:05 AM
Calculating an average based on 2 and 3 criteria craggergirl Excel Worksheet Functions 2 February 24th 06 02:37 PM
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM


All times are GMT +1. The time now is 05:18 PM.

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"