+ Reply to Thread
Results 1 to 2 of 2

Autofilter Dependent Upon User Input Issue

  1. #1
    Registered User
    Join Date
    07-03-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    20

    Autofilter Dependent Upon User Input Issue

    So I was going through methods of how I can make this thing work. Provided below is my attempt to thoroughly explain my issue, and below that is my sample excel.

    I'd like to autofilter a table entirely dependent upon user input in a cell. To do this, I thought that I'd need to place their input in a seperate location, with an operator "< or >", then have the autofilter update from that cell position. Also, the way my data was input creates a problem for me. For each possible bore size (Column A), there are several Rod Sizes (Column B), and each has a different "Push" and "Pull" value. If the push force isn't above the threshold, then I would like it if the rod sizes of that bore were removed also, even if they are above the "Pull" threshold.

    My first question: Using a macro that activates when a button is pushed, how can put the value input into the cell next to it and insert a ">" or "<" operator?

    Second question: How do I get my filter macro to understand that the bore and rod sizes are related, so that if the bore size isn't large enough, it's relative rod sizes are also filtered?

    Cylinder Calculation Sheet.xlsx

    Update: Discovered the answer to my first question: Code is provided below:

    Please Login or Register  to view this content.
    Last edited by CKRebel; 07-25-2012 at 06:09 PM.

  2. #2
    Registered User
    Join Date
    07-03-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    20

    Re: Autofilter Dependent Upon User Input Issue

    bump it up

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1