+ Reply to Thread
Results 1 to 7 of 7

LookUp inquiry

  1. #1
    Forum Contributor
    Join Date
    05-17-2016
    Location
    Montreal
    MS-Off Ver
    2013
    Posts
    115

    LookUp inquiry

    Hi all,

    I'm not very good with lookup but I need it to look at the only ROW-29, COLUMNS A:AF and display the lasy non-empty cell..

    I've been playing around with "=LOOKUP(2;1/(NOT(ISBLANK(A29:AF29)));A29:AF29)" but can't get it to work...

    Thx for your help!
    Last edited by Exequiel3k; 08-29-2016 at 10:51 AM.

  2. #2
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: LookUp inquiry

    Will there be data after column AG? If not, and you're just looking for the last entry in Row 29, try the following:

    =LOOKUP(2,1/(NOT(ISBLANK(29:29))),29:29)

  3. #3
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: LookUp inquiry

    If there IS data after AG, then the formula below should work, so long as you're looking for numbers:

    =INDEX(A29:AG29,MATCH(9.99999999999999E+307,A29:AG29))

  4. #4
    Forum Contributor
    Join Date
    05-17-2016
    Location
    Montreal
    MS-Off Ver
    2013
    Posts
    115

    Re: LookUp inquiry

    There's no data after AF29 since AG29 is where I put this formula..
    Thanks for the quick reply but it always returns 0 as value :/

  5. #5
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: LookUp inquiry

    Ah, thanks for the clarification. I set it to go a column too far. If the value you're expecting is a number, then the formula below should work:

    =INDEX(A29:AF29,MATCH(9.99999999999999E+307,A29:AF29))

    If it doesn't, could you please post a small sample workbook?

  6. #6
    Forum Contributor
    Join Date
    05-17-2016
    Location
    Montreal
    MS-Off Ver
    2013
    Posts
    115

    Re: LookUp inquiry

    Works great!

    Thanks a lot for your quick help Cantosh

  7. #7
    Forum Expert
    Join Date
    05-20-2015
    Location
    Chicago, Illinois
    MS-Off Ver
    2016
    Posts
    2,103

    Re: LookUp inquiry

    My pleasure, good luck!

+ 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] COUNTIF inquiry
    By Exequiel3k in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-24-2016, 12:22 PM
  2. Sort Inquiry
    By cryocynic in forum Excel General
    Replies: 2
    Last Post: 08-23-2016, 03:17 PM
  3. IF function inquiry
    By John_126 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-01-2016, 11:17 AM
  4. [SOLVED] v-look up inquiry
    By leebird in forum Excel General
    Replies: 2
    Last Post: 01-06-2016, 06:07 PM
  5. vba message box inquiry
    By UMBiii in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-20-2014, 12:24 PM
  6. Countif inquiry
    By cartica in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 08-23-2013, 06:08 PM
  7. [SOLVED] IF Statement Inquiry
    By Opus1 in forum Excel General
    Replies: 16
    Last Post: 03-30-2012, 09:59 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