Iknewthisguy
Active Member
- Joined
- Jan 22, 2009
- Messages
- 274
Evening,
I'm trying to count the occurrences of a name (i.e. Chris) in column A that have the occurrence of a color (i.e. red) in column B. The problem is in column B I have varying rows of text strings that all contain a color but never in the same place. What I've been trying to do is =sumproduct((A1:A100="Chris")*(B1:B100="red")) but it's not working. I believe it's not working because it's not searching the text string.
Any help would be appreciated.
Thanks.
Chris
I'm trying to count the occurrences of a name (i.e. Chris) in column A that have the occurrence of a color (i.e. red) in column B. The problem is in column B I have varying rows of text strings that all contain a color but never in the same place. What I've been trying to do is =sumproduct((A1:A100="Chris")*(B1:B100="red")) but it's not working. I believe it's not working because it's not searching the text string.
Any help would be appreciated.
Thanks.
Chris