Display values of all rows from another sheet which contain a certain value

Galuppo

New Member
Joined
Mar 25, 2015
Messages
6
Hey guys,

I'm building a form which will record all the tasks that are pending and those that have been completed. They differ by type, say A, B, C and D. The task status is on the column 'A'!B:B, 'B'!B:B, 'C'!B:B, 'D'!B:B

I wanted to generate a report on another sheet.

I'd create a dropdown with ("Pending", "Completed","Delayed") on 'Report'!B2.
On 'Report'!C2, I would put the sheet I wanted it from (A, B, C, D, Total).

I would like to generate all the rows from the specified sheets with the specified status on the cells below after clicking a button.

Would that be possible?

I really apologize for my non-existent VBA knowledge.

Thanks!
 
Last edited:

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Sorry, I've just realized that the column headings for each type is different. So please ignore the "Total" option for the report.

The data for each sheet starts at row 5. If possible, I would like to include the heading which is at row 4.

Thanks!
 
Upvote 0

Forum statistics

Threads
1,216,116
Messages
6,128,933
Members
449,480
Latest member
yesitisasport

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