Hi All
I need to insert columns 'Budget Hours' and 'Budget Cost' on the left of the column cells 'Planned Effort' and 'Planned Cost' respectively, and shift the data of Planned Effort and Planned Cost to the right as below:
Before insert
D3 Planned Effort
F3 Planned Cost
H3 Planned Effort
J3 Planned Cost
L3 Planned Effort
N3 Planned Cost
until the last column
After columns insert:
D3 Budget Hours (insert)
E3 Planned Effort (column data shift to the right from D to E)
G3 Budget Cost (insert)
H3 Planned Cost (column data shift to the right)
and so on...
So whenever the column cell is Planned Effort then insert a column Budget Hours on it's left, therefore Planned Effort column data shift to the right.
Whenever the column cell is Planned Cost, then insert a column Budget Cost on it's left, and Planned Cost column data shift to the right.
Any help is appreciated.
I need to insert columns 'Budget Hours' and 'Budget Cost' on the left of the column cells 'Planned Effort' and 'Planned Cost' respectively, and shift the data of Planned Effort and Planned Cost to the right as below:
Before insert
D3 Planned Effort
F3 Planned Cost
H3 Planned Effort
J3 Planned Cost
L3 Planned Effort
N3 Planned Cost
until the last column
After columns insert:
D3 Budget Hours (insert)
E3 Planned Effort (column data shift to the right from D to E)
G3 Budget Cost (insert)
H3 Planned Cost (column data shift to the right)
and so on...
So whenever the column cell is Planned Effort then insert a column Budget Hours on it's left, therefore Planned Effort column data shift to the right.
Whenever the column cell is Planned Cost, then insert a column Budget Cost on it's left, and Planned Cost column data shift to the right.
Any help is appreciated.