Prerequisite Reporting

dzoretic

New Member
Joined
Jul 5, 2011
Messages
3
Looking for help in how to create a report with data that is located in multiple worksheets.

I want to see how many entities I need from different sources to accomplish a high-level task (this should be an accumulation of all entities):
A = ####
B = ####
C = ####
D = ####

I want to see any prerequisite activities that need to be taken care of to accomplish tasks:
ACTIVITY 1: A = ####, B = ####, C = ####, D = ####
ACTIVITY 3: A = ####, B = ####, C = ####, D = ####
ACTIVITY 2: A = ####, B = ####, C = ####, D = ####
Etc….

The prerequisite tasks should be displayed in the correct order to accomplish task; example - Activity 3 must be finished before Activity 2


I have all the raw data (ie. The ###’s for A, B, C and D) in 26 worksheets. Each sheet has 40 rows representing A, B, C, and D ###’s for task requirement. Each row also has the ACTIVITY prerequisite listed (the ACTIVITY will come from 1 of the 26 worksheets) but the information should probably be coded different (any suggestions / advice would be appreciated on this would be helpful as well)

I have some VBA experience but this is way out of my league!

Thank you
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Welcome to the Board.

Please could you update your profile with what version of Excel you are using. I guess that you could usr formulas to pull the information. Are you able topost some data?
 
Upvote 0
Thanks for the quick response. I am running version 16.69 on a MAC. Attached is an extract of data. Columns A - D need to be static while Column E (all the prerequisites) can be modified to accommodate the necessary coding / formulas. Below are examples from 4 sheets:

EXAMPLE.xlsx
ABCDEF
1PhaseABCDRequirements
2184,400,0004,800,0004,900,0004,800,000W P17
3196,300,0007,000,0007,200,0007,000,000W P18, E P18
4208,090,0009,200,0009,500,0009,300,000W P19
52110,400,00012,000,00012,000,00012,000,000W P20, S P20
62213,300,00016,000,00016,000,00016,000,000W P21
72317,100,00021,000,00021,000,00021,000,000W P22, B P22
82422,000,00027,000,00028,000,00028,000,000W P23, ST P23
92528,200,00036,000,00037,000,00036,000,000W P24, AC P24
102669,660,00088,200,00091,800,00090,000,000W P25, WT P25
1127116,200,000148,000,000152,000,000148,000,000W P26, RS P26
K


EXAMPLE.xlsx
ABCDEF
1PhaseABCDRequirements
2181,800,0001,900,0002,000,0001,900,000K P18
3192,500,0002,800,0002,900,0002,800,000K P19
4203,200,0003,700,0003,800,0003,700,000K P20
5214,200,0004,800,0005,000,0004,900,000K P21
6225,300,0006,300,0006,500,0006,400,000K P22
7236.900.0008,300,0008,600,0008,400,000K P23
8248,800,00011,000,00011,000,00011,000,000K P24
92511,000,00014,000,00015,000,00014,000,000K P25
102627,000,00036,000,00036,000,00036,000,000K P26, M P26
112749,680,00062,640,00064,800,00064,800,000K P27, M P27
ST


EXAMPLE.xlsx
ABCDEF
1PhaseABCDRequirements
218440,000480,000490,0000K P18
319630,000700,000720,0000K P19
420810,000920,000950,0000K P20
5211,000,0001,200,0001,200,0000K P21
6221,300,0001,600,0001,600,0000K P22
7231,700,0002,100,0002,100,0000K P23
8242,200,0002,700,0002,800,0000K P24
9252,800,0003,600,0003,700,0000K P25
10266,454,5008,109,5008,440,5000K P26
11279,599,00012,247,00012,578,0000K P27
M


EXAMPLE.xlsx
ABCDEF
1PhaseABCDRequirements
2181,300,0001,400,0001,500,0001,400,000K P18
3191,900,0002,100,0002,200,0002,100,000K P19
4202,400,0002,700,0002,800,0002,800,000K P20
5213,100,0003,600,0003,700,0003,600,000K P21
6224,000,0004,700,0004,900,0004,800,000K P22
7235,100,0006,200,0006,400,0006,300,000K P23
8246,600,0008,200,0008,400,0008,300,000K P24
9258,500,00011,000,00011,000,00011,000,000K P25
102621,600,00027,000,00027,000,00027,000,000K P26, AC P26
112735,870,00046,420,00048,530,00046,420,000K P27, AC P27
RS
 
Upvote 0

Forum statistics

Threads
1,215,181
Messages
6,123,508
Members
449,101
Latest member
mgro123

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