I need URGENT Help

Ibrarbutt

New Member
Joined
Jul 23, 2015
Messages
30
[TABLE="class: grid, width: 100, align: center"]
<tbody>[TR]
[TD]Group 1[/TD]
[TD]P
[/TD]
[/TR]
[TR]
[TD]Group 1<strike></strike>
[/TD]
[TD]A
[/TD]
[/TR]
[TR]
[TD]Group 2
[/TD]
[TD]
P[/TD]
[/TR]
[TR]
[TD]Group 3[/TD]
[TD]
A[/TD]
[/TR]
[TR]
[TD]Group 3[/TD]
[TD]
A[/TD]
[/TR]
[TR]
[TD]Group 1[/TD]
[TD]
P[/TD]
[/TR]
[TR]
[TD]Group 2[/TD]
[TD]
A[/TD]
[/TR]
[TR]
[TD]Group 3[/TD]
[TD]
P[/TD]
[/TR]
[TR]
[TD]Group 2[/TD]
[TD]
P[/TD]
[/TR]
[TR]
[TD]Group 1[/TD]
[TD]
A[/TD]
[/TR]
</tbody>[/TABLE]
I need Results, i have 1000 rows for 15 groups

[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]Group No
[/TD]
[TD]Count(P)
[/TD]
[TD]Count(A)[/TD]
[/TR]
[TR]
[TD]
Group 1[/TD]
[TD]2
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD]
Group 2[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]
Group 3[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]



Group 1 Counts (A) Count
Group 2
Group 3
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Just Insert a Pivot Table ... (less than 5 seconds ... it's done ...)
 
Upvote 0
try


Book1
ABCDEF
1Group 1PGroup NoPA
2Group 1AGroup 120
3Group 2PGroup 220
4Group 3AGroup 310
5Group 3A
6Group 1P
7Group 2A
8Group 3P
9Group 2P
10Group 1A
Sheet2
Cell Formulas
RangeFormula
E2=COUNTIFS(A:A,$D2,B:B,E$1)
 
Upvote 0

Forum statistics

Threads
1,226,730
Messages
6,192,702
Members
453,748
Latest member
akhtarf3

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