Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi there,
I'm using a sumproduct formula to add data from 1 column, based on 2 conditional colums. So my formula looks like this: =SUMPRODUCT(--($M$154:$M$1590),--($L$154:$L$159=N154),$M$154:$M$159) I actually want to count the numbers in column M, not add them. How do I build the countif functionality into the sumproduct? Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Remove the last part
=SUMPRODUCT(--($M$154:$M$1590),--($L$154:$L$159=N154)) -- Regards, Peo Sjoblom "Sarah" wrote in message ... Hi there, I'm using a sumproduct formula to add data from 1 column, based on 2 conditional colums. So my formula looks like this: =SUMPRODUCT(--($M$154:$M$1590),--($L$154:$L$159=N154),$M$154:$M$159) I actually want to count the numbers in column M, not add them. How do I build the countif functionality into the sumproduct? Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The simple answers are the most embarrassing - thanks!
"Peo Sjoblom" wrote: Remove the last part =SUMPRODUCT(--($M$154:$M$1590),--($L$154:$L$159=N154)) -- Regards, Peo Sjoblom "Sarah" wrote in message ... Hi there, I'm using a sumproduct formula to add data from 1 column, based on 2 conditional colums. So my formula looks like this: =SUMPRODUCT(--($M$154:$M$1590),--($L$154:$L$159=N154),$M$154:$M$159) I actually want to count the numbers in column M, not add them. How do I build the countif functionality into the sumproduct? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif or Sumproduct | Excel Worksheet Functions | |||
Sumproduct and Countif together | Excel Discussion (Misc queries) | |||
SUMPRODUCT/COUNTIF | Excel Discussion (Misc queries) | |||
sumproduct vs. countif | Excel Discussion (Misc queries) | |||
Countif or Sumproduct | Excel Discussion (Misc queries) |