Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Filter columns in Excel

Is it possible to filter columns in Excel rather than filter rows? Whe
you do an AutoFilter and select a value in a column, Excel will filte
out the rows that do not match the selected filter criteria. I need t
turn this 90 degrees and specify a value in a row and then have th
columns filtered out accordingly.

I have attempted transposing my spreadsheet to turn columns into row
and rows into columns, but this screws up the formatting.

Any thoughts

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Filter columns in Excel

there are no filters that work that way.

You could probably write code that hides columns based on some criteria you
pass to the code.

--
Regards,
Tom Ogilvy

"parenson " wrote in message
...
Is it possible to filter columns in Excel rather than filter rows? When
you do an AutoFilter and select a value in a column, Excel will filter
out the rows that do not match the selected filter criteria. I need to
turn this 90 degrees and specify a value in a row and then have the
columns filtered out accordingly.

I have attempted transposing my spreadsheet to turn columns into rows
and rows into columns, but this screws up the formatting.

Any thoughts?


---
Message posted from http://www.ExcelForum.com/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 171
Default Filter columns in Excel

If the functions in the freely downloadable file at
http://home.pacbell.net/beban are available to your workbook

=ArrayColumnFilter(dataRange, filter_row, filter_value)

array entered into a range of sufficient size to accommodate the
filtered data, will do what you describe. The function returns as an
array the filtered data; if called from the worksheet, it returns that
data to the selected range into which the formula is array entered.

Alan Beban

parenson < wrote:
Is it possible to filter columns in Excel rather than filter rows? When
you do an AutoFilter and select a value in a column, Excel will filter
out the rows that do not match the selected filter criteria. I need to
turn this 90 degrees and specify a value in a row and then have the
columns filtered out accordingly.

I have attempted transposing my spreadsheet to turn columns into rows
and rows into columns, but this screws up the formatting.

Any thoughts?


---
Message posted from http://www.ExcelForum.com/


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I filter using multiple columns in Excel? gmccarty Excel Discussion (Misc queries) 1 October 30th 09 04:44 AM
Filter 2 separate columns in Excel Martin New Users to Excel 5 December 5th 08 10:07 AM
Excel auto-filter does not filter certain columns Eric_NY Excel Discussion (Misc queries) 5 November 29th 08 10:13 AM
In Excel how can I filter multiple columns SIMULTANEOUSLY? Keleigh-G Excel Discussion (Misc queries) 5 May 25th 06 08:09 PM
filter rows rather than columns in Excel 2003? Lynne Excel Discussion (Misc queries) 4 December 2nd 05 06:47 PM


All times are GMT +1. The time now is 10:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"