#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 41
Default summarize

I want to do the following but i don't find the way:
i have in one sheet the following :
b100 part1 5
b200 part2 10
b100 part1 12
b200 part2 23
b300 part3 18
b200 part2 11
b300 part3 6

how can i get in the second sheet automaticaly that he makes the sum of the
equal bnumbers?

Thanks

Verfaille Bruno
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,646
Default summarize

Hi Bruno,

In sheet2
column A B
b100 =SUMPRODUCT(--(Sheet1!A$1:A$7=A1);Sheet1!C$1:C$7)
and all other fill down
b-number


Regards,
Stefi


€˛Bruno€¯ ezt Ć*rta:

I want to do the following but i don't find the way:
i have in one sheet the following :
b100 part1 5
b200 part2 10
b100 part1 12
b200 part2 23
b300 part3 18
b200 part2 11
b300 part3 6

how can i get in the second sheet automaticaly that he makes the sum of the
equal bnumbers?

Thanks

Verfaille Bruno

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default summarize

=sumif(Sheet1!A:A,"b100",Sheet1!C:C)

You can get a list of unique numbers in column A (or B) by using the
Advanced filter with the unique checkbox selected. You could then refer to
this list using the above formula by replacing "b100" with a cell address
for a cell containing the entry B100 (in the Unique list)

=sumif(Sheet1!A:A,Sheet2!A3,Sheet1!C:C) for example. (where Sheet2!A3
contains the string b100)

--
Regards,
Tom Ogilvy

"Bruno" wrote in message
...
I want to do the following but i don't find the way:
i have in one sheet the following :
b100 part1 5
b200 part2 10
b100 part1 12
b200 part2 23
b300 part3 18
b200 part2 11
b300 part3 6

how can i get in the second sheet automaticaly that he makes the sum of

the
equal bnumbers?

Thanks

Verfaille Bruno



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
Summarize range willemeulen[_10_] Excel Worksheet Functions 4 May 16th 09 08:11 PM
Summarize & Delete littleredhairedgirl Excel Worksheet Functions 0 April 29th 09 01:41 PM
Cant summarize nrs like 15.200,00 Sircantona Excel Discussion (Misc queries) 3 April 29th 08 05:59 PM
summarize PBark New Users to Excel 3 April 11th 06 04:59 PM
VBA summarize Dorian T Excel Programming 2 October 2nd 03 11:42 PM


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