counting multiple occurences in a row

Flashboy

New Member
Joined
May 8, 2014
Messages
19
hey guys

I am trying to count multiple occurences in a table. what I'm trying to do is only count when a team has 2 or more the same, so in this instance as copper and iron are top i want a formula to return Yes as i can see at a glance the team have hit top in more than one area.

See example below

Thanks

main teamTeamCopperCopper TasksIronIron TasksSteelSteel TasksAlloyAlloy Tasks
ABC11ABC111Top 11Top28Very Bottom800

<colgroup><col style="width: 52pt; mso-width-source: userset; mso-width-alt: 2523;" width="69"> <col style="width: 50pt; mso-width-source: userset; mso-width-alt: 2450;" width="67"> <col style="width: 64pt; mso-width-source: userset; mso-width-alt: 3108;" width="85"> <col style="width: 90pt; mso-width-source: userset; mso-width-alt: 4388;" width="120"> <col style="width: 64pt; mso-width-source: userset; mso-width-alt: 3108;" width="85"> <col style="width: 74pt; mso-width-source: userset; mso-width-alt: 3584;" width="98"> <col style="width: 64pt; mso-width-source: userset; mso-width-alt: 3108;" width="85"> <col style="width: 71pt; mso-width-source: userset; mso-width-alt: 3474;" width="95"> <col style="width: 64pt; mso-width-source: userset; mso-width-alt: 3108;" width="85"> <col style="width: 68pt; mso-width-source: userset; mso-width-alt: 3328;" width="91"> <tbody>
</tbody>
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Not sure, but do you mean..


Excel 2012
ABCDEFGHIJ
1main teamTeamCopperCopper TasksIronIron TasksSteelSteel TasksAlloyAlloy Tasks
2ABC11YesTop11Top28Very Bottom800
Sheet3
Cell Formulas
RangeFormula
B2=IF(COUNTIF(C2:I2,"Top")>=2,"Yes","")
 
Upvote 0
I was going to put it in a new column but the formula works a treat!

Thanks

Flash


hey guys

I am trying to count multiple occurences in a table. what I'm trying to do is only count when a team has 2 or more the same, so in this instance as copper and iron are top i want a formula to return Yes as i can see at a glance the team have hit top in more than one area.

See example below

Thanks

main team
Team
Copper
Copper Tasks
Iron
Iron Tasks
Steel
Steel Tasks
Alloy
Alloy Tasks
ABC11
ABC111
Top
11
Top
28
Very Bottom
8
0
0

<tbody>
</tbody>
 
Upvote 0
So if i wanted to use a formula like this to count if 2 criteria was met such as top and very bottom how would i do that?

Sorry about this but its all helping me learn :)
 
Upvote 0

Forum statistics

Threads
1,213,484
Messages
6,113,927
Members
448,533
Latest member
thietbibeboiwasaco

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top