Hi,
Is it possible to conditionally copy certain columns from an Excel worksheet to another sheet in the same workbook, removing any column gaps?
e.g.
Source: Worksheet A
Target: Worksheet B
Note, only the 'Critical' value in Col1 drives the copy.
I'm sure this can be achieved with a macro, but in this area, I'm something of a newbie.
Thanking you kind folk in advance,
Naith
Is it possible to conditionally copy certain columns from an Excel worksheet to another sheet in the same workbook, removing any column gaps?
e.g.
Source: Worksheet A
Code:
Col1 Col2 Col3
--------------------
Critical 1234 S.Smith
Critical 1234 J.Black
High---- 2222 B.Taggett
High---- 2222 B.Taggett
Medium-- 3443 K.Feeder
Code:
Col1 Col3
--------------
Critical S.Smith
Critical J.Black
Note, only the 'Critical' value in Col1 drives the copy.
I'm sure this can be achieved with a macro, but in this area, I'm something of a newbie.
Thanking you kind folk in advance,
Naith