SteveH1961
New Member
- Joined
- Jan 18, 2016
- Messages
- 12
Hello
I am trying to accomplish a sumproduct sort of thing and almost have it but not quite yet.
I have cobbled together this formula...
=SUMPRODUCT(IFERROR((G10:G8841>I4)*(H10:H8841="Auto")*(I10:I8841>0),)) array entered.
At issue is the fact that cells in column G may contain numbers (a good thing) or text (a bad thing), How do I ignore the cells that have text or only count the numerics. As it stands now, the text cells are being counted (a bad thing).
Thanks!
I am trying to accomplish a sumproduct sort of thing and almost have it but not quite yet.
I have cobbled together this formula...
=SUMPRODUCT(IFERROR((G10:G8841>I4)*(H10:H8841="Auto")*(I10:I8841>0),)) array entered.
At issue is the fact that cells in column G may contain numbers (a good thing) or text (a bad thing), How do I ignore the cells that have text or only count the numerics. As it stands now, the text cells are being counted (a bad thing).
Thanks!