Sean15
Well-known Member
- Joined
- Jun 25, 2005
- Messages
- 719
- Office Version
- 2010
- Platform
- Windows
Hi:
I have in sheet named PT balances laid out as:
Col C Col D Col E
Oct 2017 $1,200.00
Nov 2017 1,000.00
I want to sum data into sheet 2 I8
=SUMPRODUCT(('PT balances'!$C$4:$C$23={"Oct","Nov","Dec"})*('PT balances'!$D$4:$D$23="2017")*'PT balances'!$E$4:$E$23)
is returning 0. Could you help me fix formula?
I had a similar formula that an OP fixed yesterday so I can't understand why this one is not returning required value.
Regards,
Sean
I have in sheet named PT balances laid out as:
Col C Col D Col E
Oct 2017 $1,200.00
Nov 2017 1,000.00
I want to sum data into sheet 2 I8
=SUMPRODUCT(('PT balances'!$C$4:$C$23={"Oct","Nov","Dec"})*('PT balances'!$D$4:$D$23="2017")*'PT balances'!$E$4:$E$23)
is returning 0. Could you help me fix formula?
I had a similar formula that an OP fixed yesterday so I can't understand why this one is not returning required value.
Regards,
Sean