I'm trying to modify a budget worksheet that currently shows the monthly totals spent for each category to show the totals for the first half and second half of the month. I have a tab named transactions that contains data which is essentially a check register. The date of transaction is in column B, the categories are in column F and the amounts are in column J. The front page is the overview for the month, and cell E4 is the first day of the month. My formula works individually, but when I combine them, it doesn't work. Here's my formula:
=SUMIFS(Transactions!J:J,Transactions!B:B,""<="(EOMONTH(E4,-1)+INT(DAY(EOMONTH(E4,0))/2)",Transactions!F:F,"<-="&A33)
Bookmarks