Hello all and greetings!
I'm creating a transaction register that will allow me to pull the value of all transactions given a specific month. Sample of the formula I've attempted without success:
=IFERROR(SUMIF(Table4[Date],"Month(1)",Table4[Deposit, Credit (+)]),"Nope")
Mentally, the criteria are the formatted date, the criteria are the month in that formatted date and the returned value should be transactions that happened during that month.
Can anyone help?
Bookmarks