Hi I am currently using a formula that has been very helpful with finding the total sum for a spefic date range, but something came up and my boss now wants me to add a new criteria to the formula, only that this time is not just date ranges but text as well. For example all the transaction ralating to "Bob" for the month of May. Can anyone help me with this. The formula currently being used is as followed:
=SUMPRODUCT((TEXT(Sheet1!A1:A10,"mmmm")=E1:G1)*(YEAR(Sheet1!A1:A10)=H1)*Sheet1!B1:B10)
Bookmarks