Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Filtering of data - autmatically based on data on other sheet

I have values on Sheet 1 that will trigger a value on Sheet 2. When I go to
Sheet 2 I want all fo the data automatically filtered (no manual interaction)
based on certain values.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default Filtering of data - autmatically based on data on other sheet

Hi,

If you actually want it filtered on a certain value you will need to write
VBA code.

Since you didn't supply any detail, I suggest turning on the macro recorder
and recording the steps you would do if you did it manually, then post the
code and tell us in detail what you want it to do.

here is sample code

Private Sub Worksheet_Activate()
Range("A1").Select
Selection.AutoFilter Field:=1, Criteria1:=Range("D1").Value
End Sub


--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"uptonfamilywa" wrote:

I have values on Sheet 1 that will trigger a value on Sheet 2. When I go to
Sheet 2 I want all fo the data automatically filtered (no manual interaction)
based on certain values.

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
Filtering data based on formula Krys Excel Discussion (Misc queries) 1 April 22nd 08 01:23 PM
filtering data based on a formula Al Z Excel Discussion (Misc queries) 1 July 13th 06 12:03 AM
data filtering based on last two digits of large number Margo Guda Excel Worksheet Functions 13 March 20th 06 03:22 AM
Filtering data to another sheet lsy Excel Worksheet Functions 7 June 3rd 05 07:13 AM
Filtering data from one worksheet based on another SKKB Excel Discussion (Misc queries) 2 April 15th 05 06:52 PM


All times are GMT +1. The time now is 05:06 PM.

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"