+ Reply to Thread
Results 1 to 5 of 5

Lookup to LARGE formula output

Hybrid View

  1. #1
    Registered User
    Join Date
    03-18-2009
    Location
    Solihull
    MS-Off Ver
    Excel 2003
    Posts
    53

    Lookup to LARGE formula output

    Hi
    seem to be having a few problems with looking up to a LARGE formula output enclosed
    For some reason it works fine until the 4th largest then it gives me N/A - its driving me nuts !
    Please can someone have a look ? thanks
    Attached Files Attached Files

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

    Re: Lookup to LARGE formula output

    I think you are suffering from the effects of rounding errors. You are taking a fractional value, then dividing it by 1000, then multiplying by 1000 in the VLOOKUP - now, although you think that the original value should be retained, each of those operations is capable of introducing errors in the 14th or 15th decimal position. To overcome it, you can use this formula in B7:

    =VLOOKUP(ROUND($E7*1000,2),$H$4:$K$35,2,FALSE)

    make similar changes to the other vlookups.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-18-2009
    Location
    Solihull
    MS-Off Ver
    Excel 2003
    Posts
    53

    Re: Lookup to LARGE formula output

    marvellous !!!!! saved me a lot of time - boss will be pleased thanks

  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,426

    Re: Lookup to LARGE formula output

    Okay, glad to hear it.

    Two things to do when you have a solution to the problem is to first select Thread Tools from the menu above your first post and mark this thread as SOLVED. Secondly, you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

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

    Re: Lookup to LARGE formula output

    Thanks for doing that.

    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] Index Match Formula doesn't recognize output from Right Formula as lookup value.
    By GoGators in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-10-2015, 11:33 AM
  2. [SOLVED] Why I'm not getting correct output from lookup formula?
    By mso3 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-03-2015, 10:12 AM
  3. Need Formula to lookup for specific text in a string and give desired output.
    By winmaxservices1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-18-2014, 03:45 PM
  4. Replies: 3
    Last Post: 06-21-2014, 11:44 AM
  5. Multi-Match lookup Formula w/specific Text Output
    By synergeticink in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-10-2014, 01:41 PM
  6. Formula to lookup data in multiple columns, find a match and provide output.
    By dwitherow in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-31-2012, 12:24 PM
  7. [SOLVED] LOOKUP Formula to output cells with values only
    By Red fuji in forum Excel General
    Replies: 17
    Last Post: 06-25-2012, 07:30 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