+ Reply to Thread
Results 1 to 4 of 4

IF/ LOOKUP/ ARRAY help!

  1. #1
    Registered User
    Join Date
    09-25-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    30

    IF/ LOOKUP/ ARRAY help!

    Hiya, what i am trying to do (in english) is this.

    Enter a formula in E4 that says if L4 is populated then lookup L4 in 'RidersList'!F4:F315 and return the corresponding value from 'riderslist'!A4:A315

    They are all random values and not in any order or anything.

    Help???

    Thanks!

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: IF/ LOOKUP/ ARRAY help!

    =IF(L4<>"", INDEX('riderslist'!$A$4:$A$315, MATCH(L4, 'riderslist'!$F$4:$F$315,0)))
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    09-25-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    30

    Re: IF/ LOOKUP/ ARRAY help!

    Yes! Thank you

    T

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,421

    Re: IF/ LOOKUP/ ARRAY help!

    For completeness I think you need a double quotes just inside the final closed bracket:

    =IF(L4<>"",INDEX('riderslist'!$A$4:$A$315, MATCH(L4,'riderslist'!$F$4:$F$315,0)),"")

    Hope this helps.

    Pete

+ 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] Lookup question matching part of lookup value in the table array
    By kosmo in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-05-2013, 11:07 AM
  2. [SOLVED] Lookup a value in one array, and return a corresponding column/row in another array
    By Gunther Maplethorpe in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-15-2012, 08:47 PM
  3. Replies: 19
    Last Post: 05-09-2012, 03:31 AM
  4. Search lookup array to find lookup value contained within text string
    By Cookstein2 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-02-2011, 09:42 AM
  5. Replies: 7
    Last Post: 06-19-2011, 12:51 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