mungojeerie
New Member
- Joined
- Feb 21, 2011
- Messages
- 17
I need two formulas to produce the number of instances a combination of data occurs. The data is a combination of numbers and text. I found a formula online which I modified to accomplish one of my needs, it works fine, although Im not sure if is exactly correct as Im not framiliar with any excel formulas other than the basics.
The data is located in up to four columns. The formula "says" show the number of instances A + B + C + D occur. The formula I have is as follows:
=SUMPRODUCT(--(ISNUMBER(SEARCH("17",$C$44:$C$542))),--($E$44:$E$542="Red"),--($D$44:$D$542="Sport"),--($F$44:$F$542="Rudder"))
Does this formula look technically correct?
Now for the variation of this formula that I still need to figure out. instead of the formula saying show the number of instances A + B + C + D occur I need it to say:
Show the number of instances A + 1 OR 2 OR 3 + x OR y OR z + etc OR ect OR ect occur.
Any help would be greatly appreciated. Thank you in advance.
Ryan
The data is located in up to four columns. The formula "says" show the number of instances A + B + C + D occur. The formula I have is as follows:
=SUMPRODUCT(--(ISNUMBER(SEARCH("17",$C$44:$C$542))),--($E$44:$E$542="Red"),--($D$44:$D$542="Sport"),--($F$44:$F$542="Rudder"))
Does this formula look technically correct?
Now for the variation of this formula that I still need to figure out. instead of the formula saying show the number of instances A + B + C + D occur I need it to say:
Show the number of instances A + 1 OR 2 OR 3 + x OR y OR z + etc OR ect OR ect occur.
Any help would be greatly appreciated. Thank you in advance.
Ryan