LOUBOYBEAR
New Member
- Joined
- Feb 10, 2011
- Messages
- 25
Hi all, I am wanting to create a sumproduct formula looking at three columns. One of these colums has 3 possible criteria I want to pull out.
I have tried using the OR function for the range with 3 possible codes but it doesnt work.
I need to count column L if column F = "O" and
Column J = "RS" OR "DE" OR "TE"
I have tried
=SUMPRODUCT($F$3:$F$996="O")*(OR($J$3:$J$996="rs",'$J$3:$J$996="de",$J$3:$J$996="te"))*($L$3:$L$996))
any suugestions appreciated!
thanks.
I have tried using the OR function for the range with 3 possible codes but it doesnt work.
I need to count column L if column F = "O" and
Column J = "RS" OR "DE" OR "TE"
I have tried
=SUMPRODUCT($F$3:$F$996="O")*(OR($J$3:$J$996="rs",'$J$3:$J$996="de",$J$3:$J$996="te"))*($L$3:$L$996))
any suugestions appreciated!
thanks.