[TABLE="width: 500"]
<tbody>[TR]
[TD]Cost Center 1234
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Total Cost Center 1234
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a table of information where, in column A there are title showing the beginning and end of each group.
I want to fill down these titles.
In the example above, I want to fill down the Cost Center 1234 in the empty spaces.
Thank you
<tbody>[TR]
[TD]Cost Center 1234
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Total Cost Center 1234
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a table of information where, in column A there are title showing the beginning and end of each group.
I want to fill down these titles.
In the example above, I want to fill down the Cost Center 1234 in the empty spaces.
Thank you