I have an excel sheet with few hundred columns, and I want only about 30 of them, each has a column name, is there way by which I can select/filter columns just the way we do for the rows? I would like to do it without macros, as I have never used them before.
I am sorry if it is a very basic question, but I tried to search a lot and all I got was how to select multiple columns (ctrl+click on columns :) ) and filter columns to get specific rows.
e.g. Out of
col1 col2 col3 col4
... ... ... ... ...
... ... ... ... ...
... ... ... ... ...
... ... ... ... ...
I want only
col1 col3
... ...
... ...
... ...
... ...



