+ Reply to Thread
Results 1 to 3 of 3

problem which this INDEX funcion

Hybrid View

  1. #1
    Registered User
    Join Date
    09-02-2013
    Location
    lisbon
    MS-Off Ver
    Excel 2003
    Posts
    3

    problem which this INDEX funcion

    hi I have a problem which this funcion "=INDEX(A:A,2+MATCH(TEXT(D1,0),A:A,0),1)", I donīt now how put working with two columns. I need help. thanks

    test.png

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: problem which this INDEX funcion

    please dont post images,you can post a sample workbook
    Attach a sample workbook. Make sure there is just enough data to make it clear what is needed. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are demonstrated, mock them up manually if needed. Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    however you could use
    =INDEX(A:B,IF(ISNA(MATCH(D1,A:A,0)),1+MATCH(D1,B:B,0),1+MATCH(D1,A:A,0)),IF(ISNA(MATCH(D1,A:A,0)),2,1))
    or even
    =IF(AND(ISNA(MATCH(D1,A:A,0)),ISNA(MATCH(D1,B:B,0))),"not found",INDEX(A:B,IF(ISNA(MATCH(D1,A:A,0)),1+MATCH(D1,B:B,0),1+MATCH(D1,A:A,0)),IF(ISNA(MATCH(D1,A:A,0)),2,1)))
    Last edited by martindwilson; 09-03-2013 at 05:04 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    09-02-2013
    Location
    lisbon
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: problem which this INDEX funcion

    Worked in perfection. Thanks a lot. I'll never more put images

+ 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. Index funcion help need..............
    By satputenandkumar0 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-02-2013, 02:17 AM
  2. Index funcion help need..............
    By satputenandkumar0 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-01-2013, 10:59 AM
  3. [SOLVED] If And funcion
    By Big Dingo in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 11-21-2012, 10:04 AM
  4. convexcity funcion
    By Hemant_india in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-18-2006, 08:25 AM
  5. how do see add-in a funcion belongs to
    By schouwla@yahoo.com in forum Excel General
    Replies: 1
    Last Post: 10-25-2005, 02:05 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