Hello
I would like to know if there is a work around to the following issue.
I have attached a spreadsheet of a short list for reference
I would like to use sumproduct (preferably over sumifs) to add the expenses for various departments
I am currently using the following formula
=SUMPRODUCT((GL=$T$5)*(DEPT=$T$2)*(DATE=U$4)*BUDGET)+SUMPRODUCT((GL=$T$5)*(DEPT=$T$3)*(DATE=U$4)*BUDGET)
I would like to eliminate the second part of the formula +SUMPRODUCT((GL=$T$5)*(DEPT=$T$3)*(DATE=U$4)*BUDGET) and include many departments in the DEPT Array.
(In my original list I have over 20 departments and cannot remove the DEPT ARRAY because it ties into other issues in my spreadsheet)
Any help is greatly appreciated
Thanks
Bookmarks