Need Help - pull specific columns out of multi. rows & p

lattelovingirl

New Member
Joined
Dec 7, 2004
Messages
4
Here is what I’m looking to do… hope someone can help … don’t know if there is already a macro out there that does this or not …

Be able to pull information of multiple row & columns for a specified value and be able to print it in a easy to read format ….

ex.
A B C D
1 1944 a 6
2 1945 b 7
3 1946 c 8
3 1946 d 9
3 1946 e 10
3 1946 f 11
4 1947 g 12
4 1947 h 13
4 1947 I 14
4 1947 j 15
4 1947 k 16

then be able to take have a second work sheet, if that is needed, and be able to enter in one of the values for column A and have it pull the need data from the rows & columns specified.

So, you enter in a defined cell the vale of column A # 3.
result:

A C E
3 c 22
d 23
e 24
f 25

This can then be printed automatically.

Thanks for you help!
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Re: Need Help - pull specific columns out of multi. rows &am

Try a Pivot Table with column A as a Page field, column C as a Row field and Sum of column D as the Data field. Then select the required item in the Page field and the Pivot Table will show only the data for that item.
 
Upvote 0

Forum statistics

Threads
1,203,240
Messages
6,054,317
Members
444,717
Latest member
melindanegron

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