+ Reply to Thread
Results 1 to 3 of 3

How can I find value follow array

  1. #1
    Registered User
    Join Date
    01-19-2011
    Location
    london
    MS-Off Ver
    Excel 2007
    Posts
    76

    How can I find value follow array

    Hi all,

    I have an excel file and have one column need to find value base on array.
    please help me.
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: How can I find value follow array

    In C4 Cell of Result Sheet - Array Formula - Requires CTRL+SHIFT+ENTER


    =VLOOKUP(--MID(B4,MIN(IFERROR(FIND({0,1,2,3,4,5,6,7,8,9},B4),"A")),255),array!$B$3:$I$32,MATCH(LEFT(B4,MIN(IFERROR(FIND({0,1,2,3,4,5,6,7,8,9},B4),"A"))-1),array!$B$2:$I$2,0))

    Or

    =INDEX(array!$C$3:$I$32,MATCH(--MID(B4,MIN(IFERROR(FIND({0,1,2,3,4,5,6,7,8,9},B4),"A")),255),array!$B$3:$B$32,0),MATCH(LEFT(B4,MIN(IFERROR(FIND({0,1,2,3,4,5,6,7,8,9},B4),"A"))-1),array!$C$2:$I$2,0))



    Both are array formulas.

    Array formulas need to be entered using the key combination of CTRL,SHIFT,ENTER (not just ENTER). Hold down both the CTRL key and the SHIFT key then hit ENTER.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,914

    Re: How can I find value follow array

    Try this ...

    =INDEX(array!$C$3:$I$32,LOOKUP(10^10,--RIGHT(B4,ROW($1:$10))),MATCH(LEFT(B4,LEN(B4)-LEN(LOOKUP(10^10,--RIGHT(B4,ROW($1:$10))))),array!$C$2:$I$2,0))

    Normal enter
    Last edited by Phuocam; 05-13-2016 at 03:36 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] Find cell in 2nd array using row and column from the first array Excel 2010 VBA
    By crywolf in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-08-2015, 02:12 PM
  2. find and index follow 2 conditions
    By ninhmoon in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-01-2015, 06:42 AM
  3. [SOLVED] Find/copy/paste follow header of column
    By lamvienthien in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-13-2015, 02:31 AM
  4. [SOLVED] Find Data in one array and match the position in another array
    By zeeman2 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-27-2013, 07:55 PM
  5. want to find a template for managing customer follow-up
    By Ed Maurina in forum Excel General
    Replies: 1
    Last Post: 01-05-2013, 06:19 PM
  6. Find a value in an array and return multiple values in an adjacent array
    By tonbra in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-02-2012, 08:35 PM
  7. find each of the items in an array and save result in another array
    By lif in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-27-2006, 08:54 PM

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