+ Reply to Thread
Results 1 to 3 of 3

drop down data /index match

Hybrid View

almostgenius drop down data /index match 08-20-2015, 12:24 PM
JOHN H. DAVIS Re: drop down data /index... 08-20-2015, 01:38 PM
almostgenius Re: drop down data /index... 08-21-2015, 10:24 AM
  1. #1
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: drop down data /index match

    Not sure I understand, does this help?

    Sub almostgenius()
    Dim x As Range
    Set x = Sheets("Index").Columns(1).Find(Sheets("Career Builder").Range("A2").Value, LookIn:=xlValues, lookat:=xlWhole)
        If Not x Is Nothing Then
            x.Offset(, 1).Font.ColorIndex = 3
            x.Offset(, 2).Font.ColorIndex = 3
        End If
    Set x = Nothing
    
    End Sub

  2. #2
    Registered User
    Join Date
    05-23-2015
    Location
    Sydney, Australia
    MS-Off Ver
    Office for Mac 2011
    Posts
    68

    Re: drop down data /index match

    Hi John,
    sorry your code didn't work for me so ill try the main rooms thanks

    Dave

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Dynamic Cascading Drop-Downs Using INDEX & MATCH
    By GeneralDisarray in forum Excel Tips
    Replies: 4
    Last Post: 09-06-2017, 11:13 AM
  2. Index/Match w-multiple drop down selections
    By reneevic in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-07-2014, 06:59 PM
  3. [SOLVED] Drop Down List populated from Index Match
    By jonesyp in forum Excel General
    Replies: 6
    Last Post: 03-03-2014, 03:23 AM
  4. Two Drop Down List and INDEX, MATCH FUNCTION
    By Devi Suryani in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-18-2013, 02:37 AM
  5. Need HELP! Using 2 drop down box selections as INDEX & MATCH criteria
    By JClo in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-21-2013, 10:23 AM
  6. [SOLVED] Index match multiple results in drop down
    By adnanaddo in forum Excel General
    Replies: 3
    Last Post: 07-10-2012, 05:15 AM
  7. Replies: 6
    Last Post: 09-29-2009, 09:23 AM

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