Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default SUMPRODUCT unique items

hi,
how can i sum only once :

=IF($M6="","",SUMPRODUCT(($M$6:$M6=$M6)*($R$6:$R6) ))

Col_M Col_R
20000 1000
21000 2000
20000 1000
22000 5000

thanks in advance...

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default SUMPRODUCT unique items

=IF(OR($M6="",COUNTIF($M$6:$M6,M6)1),"",SUMPRODUC T(($M$6:$M6=$M6)*($R$6:$R6)))

--
__________________________________
HTH

Bob

"Tufail" wrote in message
...
hi,
how can i sum only once :

=IF($M6="","",SUMPRODUCT(($M$6:$M6=$M6)*($R$6:$R6) ))

Col_M Col_R
20000 1000
21000 2000
20000 1000
22000 5000

thanks in advance...



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 168
Default SUMPRODUCT unique items

thank you very much...

"Bob Phillips" wrote:

=IF(OR($M6="",COUNTIF($M$6:$M6,M6)1),"",SUMPRODUC T(($M$6:$M6=$M6)*($R$6:$R6)))

--
__________________________________
HTH

Bob

"Tufail" wrote in message
...
hi,
how can i sum only once :

=IF($M6="","",SUMPRODUCT(($M$6:$M6=$M6)*($R$6:$R6) ))

Col_M Col_R
20000 1000
21000 2000
20000 1000
22000 5000

thanks in advance...




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
SUMPRODUCT to count items with duplicates where another column contains two defined items PCLIVE Excel Worksheet Functions 4 September 8th 07 10:33 AM
Counting unique items...please help Lisa Excel Worksheet Functions 9 March 1st 07 09:23 PM
Sumif only unique items Jay Excel Discussion (Misc queries) 0 August 9th 06 04:42 PM
AutoFilter and unique items b&s Excel Discussion (Misc queries) 4 July 23rd 06 09:42 PM
Picking unique Items Michael Excel Discussion (Misc queries) 4 March 11th 06 01:46 PM


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

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"