Hi all!
I have an Excel sheet where I want to flow down information based on a cell value.
My Excel spreadsheet contains a list of project numbers in two levels (always the base level which contains project information, and level 1 which doesn't contain that information). The list I have is a download from a project management system, but this download is incomplete with regards to the level 1 info.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Project Number[/TD]
[TD]Business Unit[/TD]
[/TR]
[TR]
[TD]02BK83[/TD]
[TD]P&C Americas[/TD]
[/TR]
[TR]
[TD]02BK83.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]02BK83.NB[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Could VBA be used to flow down this information based on the first 6 characters of the project number?
I have an Excel sheet where I want to flow down information based on a cell value.
My Excel spreadsheet contains a list of project numbers in two levels (always the base level which contains project information, and level 1 which doesn't contain that information). The list I have is a download from a project management system, but this download is incomplete with regards to the level 1 info.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Project Number[/TD]
[TD]Business Unit[/TD]
[/TR]
[TR]
[TD]02BK83[/TD]
[TD]P&C Americas[/TD]
[/TR]
[TR]
[TD]02BK83.01[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]02BK83.NB[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Could VBA be used to flow down this information based on the first 6 characters of the project number?