Trending in Formulas and Functions
-
SUMIFS when date cell ISBLANK
I'm trying to add "if date cell is blank" criteria to my SUMIFS formula, but get "INCORRECT ARGUMENT SET" =SUMIFS({EBOM - 4" CONDUIT QTY}, {EBOM - 4" JOINT TYPE}, "GSK", (ISBLANK({EBOM - ACTUAL PROD DATE}))) What am I doing wrong?
-
If cell is blank
=IF([Audit Due]@row < TODAY(), 1, 0) if the Audit due is blank I want the the answer to be 0. How would I write this formula?
-
Total invoiced within a date range
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],…