Thread: Function Help
View Single Post
  #5   Report Post  
Karen
 
Posts: n/a
Default

I used your formula and adjusted the it with my ranges
and I'm getting the error #VALUE! Any suggestions?
Would it be easier to say that the range is J3:P57
instead of using the individual columns?
-----Original Message-----
Hi
one way:
=SUMPRODUCT(--((J1:J100="reject")+(M1:M100="reject")+

(P1:P100="reject)
0))

--
Regards
Frank Kabel
Frankfurt, Germany

"Karen" schrieb im

Newsbeitrag
...
I have a log that keeps track of rejects.
In one row the word "Reject" can appear in 3 columns
(Column J, M or P)of any combination.
Example: Row 5 can have "reject" in column P.
Row 6 can have "reject" in column J or M.
Row 7 can have "reject" in column J, M & P.
If "reject" appears in any one of these columns, I want
to return the value of 1. So, at the bottom of the
report, I want to count each time the word "reject"
appears in that row. Even though it appears once,

twice
or three times, I want it counted once.

Any suggestions?
Thank you and Happy Holidays


.