+ Reply to Thread
Results 1 to 9 of 9

Return the Value Based on Two Columns

Hybrid View

  1. #1
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Return the Value Based on Two Columns

    The formula works the same way as a code, but if you want a code:

    Option Explicit
    
    Sub Chnrajmac()
     Application.ScreenUpdating = 0
    
        Range("C2").FormulaR1C1 = _
            "=IFERROR(INDEX(Sheet2!C3,MATCH(RC[-2]&RC[-1],INDEX(Sheet2!C1&Sheet2!C2,0),0)),0)"
        Range("C2").AutoFill Range("C2:C" & Cells(Rows.Count, 1).End(xlUp).Row), xlFillDefault
     
     Application.ScreenUpdating = True
    End Sub

  2. #2
    Registered User
    Join Date
    02-27-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    77

    Re: Return the Value Based on Two Columns

    Thank you again for the code. Its working fine for very small number of rows.
    I have few hundreds of rows in my sheet. When I apply this code to run, it is taking too long time to get result.
    What would be the cause. How can I overcome this issue. Or any loop statement code are there in VBA?

    Please advise. Thanks,

    Regards,
    Chinraj
    Last edited by chinraj; 02-24-2014 at 08:17 AM.

+ 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. [SOLVED] Return cell value based on criteria of 2 columns
    By Fatnslow in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-03-2012, 04:52 AM
  2. Lookup 2 columns and return value based on another 2 columns
    By rlsublime in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-13-2012, 11:16 AM
  3. Return results based on rows and columns.
    By Darreno in forum Excel General
    Replies: 3
    Last Post: 10-12-2010, 03:55 PM
  4. return a value based on condition in 2 columns
    By ShyGuy in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-22-2008, 03:28 PM
  5. Return value based on certain criteria in multiple columns
    By kilaalaa in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-03-2005, 11:51 AM

Tags for this Thread

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