Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default displaying filtered data on another sheet (Excel2000)

Is there a way, besides macros, to get data from a sheet
[Master] and display it in a separate sheet? For
instance, I want to automatically display all records
(rows) that have the value "Central" in the [region]
column of 'Master' in a separate sheet. Same
for "Western", etc. while only having to
update 'Master'. They are in the same workbook.

Thanks,
Chris
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,718
Default displaying filtered data on another sheet (Excel2000)

If you do not want a macro then "automatic" is out unless Excel has a
built-in feature to filter rows with "Central" in a field named "[region]".
Sadly the designers overlooked this feature<g.

So manually (but still better than copy/pasting each record), select a cell
in your table and do a Data, Filter, AutoFilter. Click the dropdown for the
[region] column and select Central. Then only rows with that item will be
visible. You can then copy them to the other sheet.

--
Jim Rech
Excel MVP


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default displaying filtered data on another sheet (Excel2000)

Or you can copy them to another sheet directly using
Data=Filter=Autofilter, but you need a criteria range and a destination
(copy the column headings to the destination. )

To start the process, start in the destination cells (select the copied
column headings).

Ignore warning about not being able to find you data

--
Regards,
Tom Ogilvy

"Jim Rech" wrote in message
...
If you do not want a macro then "automatic" is out unless Excel has a
built-in feature to filter rows with "Central" in a field named

"[region]".
Sadly the designers overlooked this feature<g.

So manually (but still better than copy/pasting each record), select a

cell
in your table and do a Data, Filter, AutoFilter. Click the dropdown for

the
[region] column and select Central. Then only rows with that item will be
visible. You can then copy them to the other sheet.

--
Jim Rech
Excel MVP




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
displaying filtered data in pivotcharts savillee Excel Discussion (Misc queries) 0 November 28th 07 10:31 AM
How do you copy filtered data to a new sheet? Kerry B Excel Discussion (Misc queries) 3 July 31st 07 08:48 PM
Updated filtered data on next sheet FARAZ QURESHI Excel Discussion (Misc queries) 0 January 1st 07 10:26 PM
displaying filtered data mar10 Excel Discussion (Misc queries) 3 August 23rd 06 03:39 PM
Help to sort out filtered data from the data contained in another sheet of the same workbook No News Excel Worksheet Functions 1 July 28th 06 04:04 PM


All times are GMT +1. The time now is 04:46 PM.

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

About Us

"It's about Microsoft Excel"