Hi,
I'm new to VBA and would greatly appreciate your help with this query
I have a sheet that looks like this
I would like to add column titles in the highlighted cells based on the first left column that is not blank. For e.g. D1 will have the title -> C2+"_1" a.k.a "Column2_1" and cell E1 will be "Colum2_2".
Similarly in cell O1, it will be "Column5_1", P1="Column5_2" etc.
In total I have over 100 columns to go through and apply the same formula, however since these are header titles, we can restrict it to row 1.
Final desired output -
My data starts in B1
Thanks
I'm new to VBA and would greatly appreciate your help with this query
I have a sheet that looks like this
I would like to add column titles in the highlighted cells based on the first left column that is not blank. For e.g. D1 will have the title -> C2+"_1" a.k.a "Column2_1" and cell E1 will be "Colum2_2".
Similarly in cell O1, it will be "Column5_1", P1="Column5_2" etc.
In total I have over 100 columns to go through and apply the same formula, however since these are header titles, we can restrict it to row 1.
Final desired output -
My data starts in B1
Thanks