P
PGiessler
What I am attempting to do is look in Column "S" and sum only those values where Column "T" is less than or equal to the value in cell E23.
=SUMPRODUCT(S53:S5054,(If(t53:5054>=e23))) I know this doesn't work, and I am going goofy trying to figure it out. Any help would be appreciated.
Column S = dollar value of outstanding invoices
Column T = date invoice was processed
Cell E23 = Last day of the Quarter (i.e. 38168)
In the destination cell I want the dollar value sum of all invoices process before the end of the quarter.
=SUMPRODUCT(S53:S5054,(If(t53:5054>=e23))) I know this doesn't work, and I am going goofy trying to figure it out. Any help would be appreciated.
Column S = dollar value of outstanding invoices
Column T = date invoice was processed
Cell E23 = Last day of the Quarter (i.e. 38168)
In the destination cell I want the dollar value sum of all invoices process before the end of the quarter.