Forum Discussion
rsdean1
Nov 01, 2025Copper Contributor
Imported data pertaining to date not working with SUMIFS
I have been struggling to get SUMIFS to work by returning an amount based on two criteria, name of customer and date range for invoices within a calendar month. Here is the formula: =SUMIFS(ActRevM...
SergeiBaklan
Nov 05, 2025Diamond Contributor
Most probably
=SUMIFS(
ActRevMth[Amount],
ActRevMth[Name], Revenue!B13,
ActRevMth[Date], ">="&Revenue!E3,
ActRevMth[Date], "<="&Revenue!F3
)shall work