I'm trying to "pull" some data from an Aged A/P report.
I have numbers/amounts in Columns I thru O.
In Column R I have some rows with text like "EFT 3/29-Ent". These all indicate dates for a particular location.
I'd like to add any amount shown in Columns I thru O if its row contains "Ent" in Column R.
I've tried =SUM((I8:M108)*(--(R8:R108="*Ent*"))) and =SUMPRODUCT(I8:P108*--(R8:R108="*Ent*")) and only get #VALUE! for either.
What am I missing?
I have numbers/amounts in Columns I thru O.
In Column R I have some rows with text like "EFT 3/29-Ent". These all indicate dates for a particular location.
I'd like to add any amount shown in Columns I thru O if its row contains "Ent" in Column R.
I've tried =SUM((I8:M108)*(--(R8:R108="*Ent*"))) and =SUMPRODUCT(I8:P108*--(R8:R108="*Ent*")) and only get #VALUE! for either.
What am I missing?