Thread: Sumproduct Help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
RichardSchollar[_2_] RichardSchollar[_2_] is offline
external usenet poster
 
Posts: 76
Default Sumproduct Help

Hi

Try

=SUMPRODUCT(--('Consolidated Exp'!$E$2:$E$5000=C$9),--
ISNUMBER(MATCH('Consolidated
Exp'!$K$2:$K$5000,{"I","J","L"},0)),'Consolidated Exp'!$F$2:$F$5000)

Richard



On Dec 27, 4:36 pm, MESTRELLA29 wrote:
=SUMPRODUCT(--('Consolidated Exp'!$E$2:$E$5000=C$9),--('Consolidated
Exp'!$K$2:$K$5000=("I")),'Consolidated Exp'!$F$2:$F$5000)

coulum E = Month,
coulum K = Type of expense
Indirect Wages I
Indirect Benefits J
Indirect Overtime L
Building Rent M

And So, I want sumproduct to do is :--('Consolidated
Exp'!$K$2:$K$5000=("I","J","L") Is this posible, if so what do I need to
Change in the Formula.

Thanks