Summary that matches cell and includes row information

a5972s

Board Regular
Joined
Aug 29, 2003
Messages
71
Hi there,

If I have a static table that I want to create a summary from.

For e.g.

A B C
1 Andy M 23
2 Mary F 46
3 Mike M 17
4 Beck F 35
5 Tom M 29

Column A is static, so I want to create a summary table below it with only entries in column B that match 'M' which also includes column A, B & C data too?

So my table summary should look something like this

A B C
10 Andy M 23
11 Mike M 17
12 Tom M 29

Any ideas?
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
try PivotTable

[Table="width:, class:head"]
[tr=bgcolor:#FFFFFF][td]Name[/td][td]Type[/td][td]Value[/td][td][/td][td][/td][td=bgcolor:#DDEBF7]Type[/td][td=bgcolor:#DDEBF7]M[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Andy[/td][td]M[/td][td]
23​
[/td][td][/td][td][/td][td][/td][td][/td][/tr]

[tr=bgcolor:#FFFFFF][td]Mary[/td][td]F[/td][td]
46​
[/td][td][/td][td][/td][td=bgcolor:#DDEBF7]Name[/td][td=bgcolor:#DDEBF7]Sum of Value[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Mike[/td][td]M[/td][td]
17​
[/td][td][/td][td][/td][td]Andy[/td][td]
23​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Beck[/td][td]F[/td][td]
35​
[/td][td][/td][td][/td][td]Mike[/td][td]
17​
[/td][/tr]

[tr=bgcolor:#FFFFFF][td]Tom[/td][td]M[/td][td]
29​
[/td][td][/td][td][/td][td]Tom[/td][td]
29​
[/td][/tr]
[/table]
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,264
Members
452,627
Latest member
KitkatToby

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