Hey Guys!
I'm currently using Sum Product to add up items on a table with a few criteria.
For now it is summing '<=Today()'
=SUMPRODUCT(--(TRANSACTIONS_ALL[date]<=TODAY()),--(TRANSACTIONS_ALL[TYPE]="PENDING CHECK"),TRANSACTIONS_ALL[AMOUT DUE])
Please assist so that instead of '<=Today()', it is searching the same column for the date range of 'this month'.
I'm currently using Sum Product to add up items on a table with a few criteria.
For now it is summing '<=Today()'
=SUMPRODUCT(--(TRANSACTIONS_ALL[date]<=TODAY()),--(TRANSACTIONS_ALL[TYPE]="PENDING CHECK"),TRANSACTIONS_ALL[AMOUT DUE])
Please assist so that instead of '<=Today()', it is searching the same column for the date range of 'this month'.