I'm stumpped. I've been trying to complete a SUMPRODUCT formula that will only pull data if the date is within 6 months or 180 days. I've been trying to combine a COUNTIF with a nested SUMPRODUCT, but haven't had any luck. I've got a SUMPRODUCT formula that works to pull all entries, but I cannot get it to work with a specific date range (namely TODAY minus 180 days).
Here is the SUMPRODUCT formula that works:
=(SUMPRODUCT(($J$12:$J$10000)*1)/3)
The "/3" is meant to divide the product into thirds for tracking purposes.
Any ideas?
Bookmarks