Hello, in my example attached we are looking to incrementally add the "PO total amount" invoiced as we will add more rows. We need to add for the first quarter so dates going from 1/1/25 to 3/31/25….we are trying to use that formula but not working:
=SUMIFS([PO total amount]:[ PO total amount], [PO’s date]:[ PO’s date], >=DATE (2025,1,1) , [PO’s date]:[PO’s date], <= DATE (2025,3,31))
thanks for any help!