reckless2k2
New Member
- Joined
- Feb 5, 2007
- Messages
- 37
- Office Version
-
- 365
- Platform
-
- MacOS
I've got a SUMIFS formula that needs to be converted to a SUMPRODUCT in order to calc with sheets closed. I'm stuck on converting this SUMIFS below to SUMPRODUCT. I ended up creating 2 SUMPRODUCT formulas but I think it can be captured in one. Any help would be appreciated.
SUMIFS:
=(SUMIFS('another workbook'!$U:$U,'another workbook'!$Z:$Z,"DATA",'another workbook'!$M:$M,"AB001"))
The two SUMPRODUCT formulas I created:
=(SUMPRODUCT('another workbook'!$U:$U,--('another workbook'!$M:$M="AB001")))+SUMPRODUCT('another workbook'!$Z:$Z,--('another workbook'!$M:$M="AB001")))
Thanks again for any help.
SUMIFS:
=(SUMIFS('another workbook'!$U:$U,'another workbook'!$Z:$Z,"DATA",'another workbook'!$M:$M,"AB001"))
The two SUMPRODUCT formulas I created:
=(SUMPRODUCT('another workbook'!$U:$U,--('another workbook'!$M:$M="AB001")))+SUMPRODUCT('another workbook'!$Z:$Z,--('another workbook'!$M:$M="AB001")))
Thanks again for any help.