Resource planner with adaptive cells

W1nu

New Member
Joined
Jun 26, 2021
Messages
2
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
Hi Guys,

I have recieved some task as an intern this summer, and one of them is to create a resource planner for the company I am working at. Each of their projecct have 4 distinct phases, and they want a stacked gant-chart with a resource table at the bottom, so they can plan their projects, have an overlook over the number of people they need each month/year, and make some graphics out of it. I created the gant chart with some conditional formatting and a scroller, and copied the dates down to the table so they match. Now, when i scroll, the timetstamps will uptdate simoultanously, but I wish the cells in the table to do the same. I.E, If I scroll from 2020 to 2021, I want the table to shift from the filled columns to empty, fillable columns. The previous data in the cells also needs to be stored somehow.

I am fairly new to excel, so I was wondering if something like this is possible? And if so do you have any tips to how I can ccomplish this?

Resource planner.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKALAMANAOAPAQARASATAUAVAWAX
1
20
3
4
5202020212022
6Phase1Phase 2Phase 3Phase 4janfebmaraprmaijunjulaugsepoktnovdesjanfebmaraprmaijunjulaugsepoktnovdesjanfebmaraprmaijunjulaugsepoktnovdes
7StartEndStartEndStartEndStartEnd
8Project 101.01.202001.02.202001.04.202005.05.202005.05.202009.07.202012.08.202013.12.2020
9
10Project 202.03.202001.04.202001.05.202001.06.202001.07.202001.07.202107.08.202101.10.2022
11
1202.10.202003.10.2023
13
14
15
16
17
18
19
20
21202020212022
22TeamResourcesjanfebmaraprmaijunjulaugsepoktnovdesjanfebmaraprmaijunjulaugsepoktnovdesjanfebmaraprmaijunjulaugsepoktnovdes
23EngDrilling engineer111111111111
24EngCompletion engineer333333333333
25EngLead Drilling eng555555555555
26EngLead completion eng767676767676767676767676
27EngTesting eng888888888888
28EngSubsea compl eng555555555555
29EngSubsea wo eng666666666666
30EngLWI/ Intervention eng
31Engfefwef222222222222
49AdminTech ***999999999999
50Total headcount115115115115115115115115115115115115000000000000000000000000
51
52
Sheet1
Cell Formulas
RangeFormula
O5,AA5,AM5,O21,AA21,AM21O5=YEAR(O6)
O6,O22O6=DATE(2020+$AB$2,1,1)
P6:AX6,P22:AX22P6=EDATE(O6,1)
O50:AX50O50=IF(O$22="","",SUBTOTAL(9,O23:O49))
Cells with Conditional Formatting
CellConditionCell FormatStop If True
O13:X13,O8:AX12,O14:AX17,Z13:AJ13,AL13:AV13,AX13Expression=AND(O$6 >=$K8; O$6 <= $L8)textNO
O13:X13,O8:AX12,O14:AX17,Z13:AJ13,AL13:AV13,AX13Expression=AND(O$6 >=$H8; O$6 <= $I8)textNO
O13:X13,O8:AX12,O14:AX17,Z13:AJ13,AL13:AV13,AX13Expression=AND(O$6 >=$E8; O$6 <= $F8)textNO
O13:X13,O8:AX12,O14:AX17,Z13:AJ13,AL13:AV13,AX13Expression=AND(O$6 >=$B8; O$6 <= $C8)textNO
AB2Expression=AND(Y$6 >=$K13; Y$6 <= $L13)textNO
AB2Expression=AND(Y$6 >=$H13; Y$6 <= $I13)textNO
AB2Expression=AND(Y$6 >=$E13; Y$6 <= $F13)textNO
AB2Expression=AND(Y$6 >=$B13; Y$6 <= $C13)textNO
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.

Forum statistics

Threads
1,223,719
Messages
6,174,087
Members
452,542
Latest member
Bricklin

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