+ Reply to Thread
Results 1 to 4 of 4

Alternative for Vlookup

  1. #1
    Registered User
    Join Date
    07-25-2012
    Location
    Denizli
    MS-Off Ver
    Excel 2010
    Posts
    6

    Alternative for Vlookup

    Hi I am using this macro.
    It takes long time to run.
    So is there a way to fasten it or another alternative solution instead of Vlookup?

    Please Login or Register  to view this content.

  2. #2
    Forum Expert
    Join Date
    10-09-2014
    Location
    Newcastle, England
    MS-Off Ver
    2003 & 2013
    Posts
    1,986

    Re: Alternative for Vlookup

    Are you carrying out the same lookup many times to get different columns of the same row?

    If so, try INDEX/ MATCH to match the relevant row and then just refer to that for the different values you need

    For example

    Please Login or Register  to view this content.
    Might return the number 32 to denote that the value was found on row 32, then just use this in your ranges, such as

    Please Login or Register  to view this content.
    etc
    If someone has helped you then please add to their Reputation

  3. #3
    Registered User
    Join Date
    07-25-2012
    Location
    Denizli
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Alternative for Vlookup

    Dear pjwhitfield
    Thanks alot for your reply.
    I am not expert on macros. The code I posted here was also made by someone else.

    I have one question about this code --> Range("h" & a) = Cells(FoundRow,32)

    I think this will find the value of Column 32 value in the same worksheet,
    how can I make it to find the value in on other Worksheet --> ("Teklif")




    Note : Name of the worksheet is "Teklif" which means "Offer"

  4. #4
    Registered User
    Join Date
    07-25-2012
    Location
    Denizli
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Alternative for Vlookup

    Dear pjwhitfield
    Thanks alot for your reply.
    I am not expert on macros. The code I posted here was also made by someone else.

    I have one question about this code --> Range("h" & a) = Cells(FoundRow,32)

    I think this will find the value of Column 32 value in the same worksheet,
    how can I make it to find the value in on other Worksheet --> ("Teklif")




    Note : Name of the worksheet is "Teklif" which means "Offer"

+ 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. Vlookup or alternative
    By Hansni in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-19-2014, 10:25 PM
  2. [SOLVED] Alternative to vlookup => vba
    By cnhtractor in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-07-2014, 06:53 AM
  3. [SOLVED] Vlookup alternative
    By ROHAN999 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-13-2013, 07:32 AM
  4. Alternative to Vlookup
    By foodstudent in forum Excel General
    Replies: 2
    Last Post: 01-20-2011, 04:34 PM
  5. alternative for vlookup
    By kalaikalam01 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-31-2010, 05:59 AM
  6. Vlookup alternative
    By jchambers00 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-29-2007, 03:31 AM
  7. alternative to VLOOKUP
    By Thierry in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-03-2006, 04:55 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