Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional SUMPRODUCT or SUMPRODUCT with Filters | Excel Worksheet Functions | |||
SumProduct Need Help Please | Excel Worksheet Functions | |||
SumProduct Help | Excel Worksheet Functions | |||
sumproduct? sumif(sumproduct)? | Excel Worksheet Functions | |||
SUMPRODUCT ??? | Excel Discussion (Misc queries) |