#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 79
Default SUMPRODUCT

How do I do sum product based no a criteria for some reason this is not
working for me. Example:

So base on this data:

Car 45 25%
Boat 22 45%
Car 21 5%
Bike 34 20%
Bike 234 55%
Boat 3 30%
Car 25 60%


If Car is in A1 then the answer = 27.3


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default SUMPRODUCT

=SUMPRODUCT((A3:A100=A1)*B3:B100*C3:C100)


Something like this should work assuming your Data is in A3:C100
--
HTH...

Jim Thomlinson


"A.S." wrote:

How do I do sum product based no a criteria for some reason this is not
working for me. Example:

So base on this data:

Car 45 25%
Boat 22 45%
Car 21 5%
Bike 34 20%
Bike 234 55%
Boat 3 30%
Car 25 60%


If Car is in A1 then the answer = 27.3


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

Yes I believe this does it thank you.

"Jim Thomlinson" wrote:

=SUMPRODUCT((A3:A100=A1)*B3:B100*C3:C100)


Something like this should work assuming your Data is in A3:C100
--
HTH...

Jim Thomlinson


"A.S." wrote:

How do I do sum product based no a criteria for some reason this is not
working for me. Example:

So base on this data:

Car 45 25%
Boat 22 45%
Car 21 5%
Bike 34 20%
Bike 234 55%
Boat 3 30%
Car 25 60%


If Car is in A1 then the answer = 27.3


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
Conditional SUMPRODUCT or SUMPRODUCT with Filters Ted M H Excel Worksheet Functions 4 August 14th 08 07:50 PM
SumProduct Need Help Please Terry Excel Worksheet Functions 2 October 4th 07 02:05 PM
SumProduct Help Sandy Excel Worksheet Functions 5 August 31st 07 03:53 PM
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
SUMPRODUCT ??? frustratedwthis Excel Discussion (Misc queries) 5 January 23rd 06 08:09 PM


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