Hi everyone, hoping someone can help
Here is my dilemma. I have two sheets with several columns of data.
I want to search a range on Sheet 2 for some of the column names on Sheet 1, and if they are not found, then delete those columns (actually the range from column header to the bottom) on Sheet 1
So let´s say
Sheet 1 A B C Sheet 2 A B
zebra taxi mountain zebra mountain
2 6 14 2 14
8 4 9 8 9
So I want to search A1:C1 on Sheet 2 for zebra, taxi, mountain, and because it doesn´t find taxi in that range, i want to delete the range taxi and below
Thanks very much for any help
Here is my dilemma. I have two sheets with several columns of data.
I want to search a range on Sheet 2 for some of the column names on Sheet 1, and if they are not found, then delete those columns (actually the range from column header to the bottom) on Sheet 1
So let´s say
Sheet 1 A B C Sheet 2 A B
zebra taxi mountain zebra mountain
2 6 14 2 14
8 4 9 8 9
So I want to search A1:C1 on Sheet 2 for zebra, taxi, mountain, and because it doesn´t find taxi in that range, i want to delete the range taxi and below
Thanks very much for any help