Hollywoood
Board Regular
- Joined
- Aug 11, 2011
- Messages
- 53
Hi Guys,
May just be too early for my brain to be working but I am getting a Div/0 error from the following forumla I am using.
=SUMPRODUCT(--(ISNUMBER(FIND(G19,$C$1:$C$522))),--($D$1:$D$522>0),--($D$1:$D$522<>""))
The goal is to locate the text in cell G19, in the Cells C1-C522 and if that text does exist, to count the occurences where the corresponding cell in column D is not null and is greater than 0.
The above works great if the cell in column D has a numerical value greater than 0 but if it is null or zero, I get a Div/0 error.
Any thoughts on what I may be missing or if my criteria is specified wrong?
Thanks
May just be too early for my brain to be working but I am getting a Div/0 error from the following forumla I am using.
=SUMPRODUCT(--(ISNUMBER(FIND(G19,$C$1:$C$522))),--($D$1:$D$522>0),--($D$1:$D$522<>""))
The goal is to locate the text in cell G19, in the Cells C1-C522 and if that text does exist, to count the occurences where the corresponding cell in column D is not null and is greater than 0.
The above works great if the cell in column D has a numerical value greater than 0 but if it is null or zero, I get a Div/0 error.
Any thoughts on what I may be missing or if my criteria is specified wrong?
Thanks