thereseexceljakubiak
New Member
Hi all!
So, I have a wksht with a bunch of columns.
[pre]
[/pre]
so, what i basically need is to find where the column header contains "A" to insert a column to the LEFT and fill that column with the numbers next to "A".. numbers/digits vary in length. Loop this for all columns that contain "A"
Numbers of Columns vary each day.
THANKS IN ADVANCE!!!
So, I have a wksht with a bunch of columns.
[pre]
Code:
Col A- IDS
Col B- A 123
Col C- B 123
Col D- C 123
Col E- A 345.3
Col F- B 345.3
Col G- C 345.3
Col H- A 05.1
Col I- B 05.1
Col J- C 05.1
etc.
so, what i basically need is to find where the column header contains "A" to insert a column to the LEFT and fill that column with the numbers next to "A".. numbers/digits vary in length. Loop this for all columns that contain "A"
Numbers of Columns vary each day.
THANKS IN ADVANCE!!!