Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 24
Default Need to find matching criteria in 1 column, then add amounts in a

Hi,
Trying to match criteria in one column and then add amounts that are in a
second column. Need to find all in column A that match, then add amounts in
column B for matching criteria. Thoughts? Thinking maybe better to try in
Access?
A B
1 8268001100 144.78
2 8268001100 12133.09
3 8266012100 640.84
4 8266012100 404.11
5 8206011600 122.14
6 8206011600 1787.00



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default Need to find matching criteria in 1 column, then add amounts in a

In C1, try this:

=sumif(A:A,A1,B:B)

Copy down as needed.

The other option is a Pivot Table. It will create a very nice summary for
you.

Regards,
Fred.

"HeatherJ" wrote in message
...
Hi,
Trying to match criteria in one column and then add amounts that are in a
second column. Need to find all in column A that match, then add amounts
in
column B for matching criteria. Thoughts? Thinking maybe better to try
in
Access?
A B
1 8268001100 144.78
2 8268001100 12133.09
3 8266012100 640.84
4 8266012100 404.11
5 8206011600 122.14
6 8206011600 1787.00




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default Need to find matching criteria in 1 column, then add amounts in a

=SUMIF(A2:A100,yourvalue,B2:B100)
This will look in your first column (A2:A100), find any that match your
value, and sum the respective value from your second column (B2:B100)
--
** John C **
Please remember if your question is answered, to mark it answered :). It
helps everyone.


"HeatherJ" wrote:

Hi,
Trying to match criteria in one column and then add amounts that are in a
second column. Need to find all in column A that match, then add amounts in
column B for matching criteria. Thoughts? Thinking maybe better to try in
Access?
A B
1 8268001100 144.78
2 8268001100 12133.09
3 8266012100 640.84
4 8266012100 404.11
5 8206011600 122.14
6 8206011600 1787.00



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Need to find matching criteria in 1 column, then add amountsin a

HeatherJ wrote:
Hi,
Trying to match criteria in one column and then add amounts that are in a
second column. Need to find all in column A that match, then add amounts in
column B for matching criteria. Thoughts? Thinking maybe better to try in
Access?
A B
1 8268001100 144.78
2 8268001100 12133.09
3 8266012100 640.84
4 8266012100 404.11
5 8206011600 122.14
6 8206011600 1787.00





Look at this:

http://www.contextures.com/xlFunctions01.html
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Need to find matching criteria in 1 column, then add amounts in a

Hi,

Try Data Consolidate

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"HeatherJ" wrote in message
...
Hi,
Trying to match criteria in one column and then add amounts that are in a
second column. Need to find all in column A that match, then add amounts
in
column B for matching criteria. Thoughts? Thinking maybe better to try
in
Access?
A B
1 8268001100 144.78
2 8268001100 12133.09
3 8266012100 640.84
4 8266012100 404.11
5 8206011600 122.14
6 8206011600 1787.00



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
Find if there is a matching number in another column Xhawk57 Excel Discussion (Misc queries) 1 July 24th 08 08:27 PM
find a cell matching separate column and row values LQEngineer Excel Worksheet Functions 2 July 26th 06 07:10 AM
How can find a value using two different matching criteria? Dinesh Excel Worksheet Functions 6 February 9th 06 11:20 PM
matching dupliclates and then looking up the corresponding amounts Dklunchoo Excel Discussion (Misc queries) 1 September 14th 05 01:24 AM
Find largest alphanumeric value matching alpha criteria in databas Alison Excel Worksheet Functions 7 August 4th 05 06:59 PM


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

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"