+ Reply to Thread
Results 1 to 6 of 6

Rank function producing #N/A result

  1. #1
    Forum Contributor
    Join Date
    04-12-2013
    Location
    Usually at work, in the UK
    MS-Off Ver
    Excel 2010
    Posts
    639

    Rank function producing #N/A result

    Can anyone explain to me why the attached list will not rank?
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Rank function producing #N/A result

    Because right now the formatting is still "text". Highlight column A, then do a TextToColumns (Data ribbon). Your calculation is set to Manual, you might want to change the setting to automatic.

  3. #3
    Forum Contributor
    Join Date
    04-12-2013
    Location
    Usually at work, in the UK
    MS-Off Ver
    Excel 2010
    Posts
    639

    Re: Rank function producing #N/A result

    When I do that it defaults the last 8 digits to 0???

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

    Re: Rank function producing #N/A result

    Well, the RANK function only works on numbers, not text values that look like numbers, and numbers only have a precision of 15 digits in Excel (and many other software packages). You can sort the data as it is, and then it will be ranked, so you can allocate a simple sequence to generate the rank.

    Hope this helps.

    Pete

  5. #5
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Rank function producing #N/A result

    I have a feeling Excel cannot handle that large of numeric number. Hopefully someone else can advise.

  6. #6
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Rank function producing #N/A result

    you could try
    =SUMPRODUCT(--($A$2:$A$50>=A2))
    or
    =SUMPRODUCT(--($A$2:$A$50<=A2))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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] VLookup with concatenate not producing result
    By Sc0tt1e in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-20-2014, 11:08 AM
  2. [SOLVED] Producing a result of zero if there is no data in the cell
    By Marvo in forum Excel General
    Replies: 2
    Last Post: 12-23-2012, 02:03 PM
  3. ranking data producing the same rank
    By sfinns in forum Excel General
    Replies: 2
    Last Post: 02-09-2012, 11:35 PM
  4. SUM function not producing correct result
    By angiebro in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 01-28-2010, 06:10 PM
  5. comparing data and producing the result on another sheet
    By Klix in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 10-30-2006, 01:18 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