+ Reply to Thread
Results 1 to 10 of 10

Lookup

  1. #1
    Registered User
    Join Date
    08-06-2008
    Location
    East Ayrshire
    MS-Off Ver
    2308
    Posts
    37

    Lookup

    I am wanting to find the largest number in a column and I have in the past used LOOKUP(BigNum,[range]) This time I am using it on a column that has formulas in each of the cells to attain the number in them. When I use the usual formula I just get the error #NAME?
    What am I doing wrong?

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Lookup

    Can you post the actual formula, or better yet attach a copy of the book?

    #Name error means you misspelled the function, or an argument.


    FYI, the lookup(bignum,range) doesn't find the 'largest' number in a range (the MAX function does that). It actually finds 'the last' number in a range.

  3. #3
    Registered User
    Join Date
    08-06-2008
    Location
    East Ayrshire
    MS-Off Ver
    2308
    Posts
    37

    Re: Lookup

    Sorry my typing error in the thread - I meant 'last' not 'largest' apologies. Attached are screenshots of sheet. 'tix' is column E5:143. top cell in L is the formula that is giving me the #NAME? error

    Screenshot_2.jpg
    Last edited by nikwak; 06-13-2018 at 02:52 PM.

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Lookup

    Do you have named ranges for BigNum and tix ?


    Pictures are not very helpful at all (I can't copy/paste data into my own Excel Sheet to work on it.)
    Can you attach an actual Excel file ?

  5. #5
    Registered User
    Join Date
    08-06-2008
    Location
    East Ayrshire
    MS-Off Ver
    2308
    Posts
    37

    Re: Lookup

    how do I attach the file?

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Lookup

    Click 'Go Advanced' (next to the Post Quick Reply button at bottom right.
    Click on the 'Manage Attachments' link.

  7. #7
    Registered User
    Join Date
    08-06-2008
    Location
    East Ayrshire
    MS-Off Ver
    2308
    Posts
    37

    Re: Lookup

    is that it attached?
    Attached Files Attached Files

  8. #8
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Lookup

    BigNum is not a recognized function or name to Excel. (it's a friendly name that Excel users have given to the largest number allowed in a cell)

    So this won't work
    =LOOKUP(BigNum,tix)
    Because Excel doesn't know what BigNum is.

    You would have to do
    =LOOKUP(9.99999999999999E+307,tix)

    OR, create a Named Range (like tix) that equals 9.99999999999999E+307

  9. #9
    Registered User
    Join Date
    08-06-2008
    Location
    East Ayrshire
    MS-Off Ver
    2308
    Posts
    37

    Re: Lookup

    Thank you very much - I will do that and see where it gets me. Thanks again for your help, appreciated

  10. #10
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Lookup

    You're welcome

+ 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: Lookup employee id and return value in cell x basued on most recent start date
    By jekeith in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-21-2018, 12:56 PM
  2. Two Lookup and Return (Lookup the column, then lookup the row)
    By Branbran10 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 08-05-2015, 04:55 PM
  3. Replies: 4
    Last Post: 05-19-2015, 08:42 PM
  4. Replies: 3
    Last Post: 04-08-2014, 03:11 AM
  5. Replies: 2
    Last Post: 05-19-2013, 08:46 AM
  6. 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
  7. 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