Creating Summary sheet for multiple cells & worksheets

ChrisBurns

New Member
Joined
Sep 4, 2014
Messages
13
Hi all,

I have a number of individual worksheets all in the same workbook that show current Projects and relevant Programme Managers depending on the Project Manager assigned to run the Project
Rather than have a changing lookup via drop down etc I have been asked to have these sheets as individuals with 'next sheet' 'previous sheet' buttons to navigate forward/backward.

On each sheet there is a check box to indicate if there is a requirement to change the Project Managers line manager......
this all works fine......

I have now been asked if I can create a summary sheet on the basis that
if the check box is true - compile the data

there are unused cells in these Project manager sheets and only need to pull cells where data exists

I am using an array to pull the data into these sheets where Data is the raw information

{=IF(ISERROR(INDEX(Data!$A$2:$Z$99,SMALL(IF(Data!$A$2:$A$99=$C$6,ROW(Data!$A$2:$A$99)),ROW(1:1))-1,3)),"",INDEX(Data!$A$2:$Z$99,SMALL(IF(Data!$A$2:$A$99=$C$6,ROW(Data!$A$2:$A$99)),ROW(1:1))-1,3))}

any ideas are really appreciated

Thanks
 

Forum statistics

Threads
1,226,848
Messages
6,193,315
Members
453,790
Latest member
yassinosnoo1

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