I'm trying to use the SUMIF function to search a column (G) of dates for only the rows that are past today's date, then add that row's value in a different column (M) to whatever existing sum it has reached so far. The overall goal is to only add the product counts in column M together to get a total product count for every instance that has a date after today's date.
Here is what I have so far, but it doesn't do any summing and just returns zero: =SUMIF($G6:$G348, DATEVALUE($G6:$G348)>DATEVALUE($C$1), M6:M348)
Thanks!
Here is what I have so far, but it doesn't do any summing and just returns zero: =SUMIF($G6:$G348, DATEVALUE($G6:$G348)>DATEVALUE($C$1), M6:M348)
Thanks!