+ Reply to Thread
Results 1 to 7 of 7

Am having trouble trying to deal with and resolve #num! issue in rows R & V cell 7.

  1. #1
    Registered User
    Join Date
    11-04-2013
    Location
    Reno Nevada
    MS-Off Ver
    Excel 2007
    Posts
    31

    Am having trouble trying to deal with and resolve #num! issue in rows R & V cell 7.

    Hello,

    Worksheet attached.

    I do not understand why this is happening as it appears as though all the formulas are the same as in cell 6.

    I would appreciate any solutions to this issue that you have.

    Thank you,
    Richard
    Attached Files Attached Files

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,102

    Re: Am having trouble trying to deal with and resolve #num! issue in rows R & V cell 7.

    You're on Row 7 so you are trying to return the 7th largest number. But you have a blank row so there are only 6 numbers to choose from. Hence, the seventh largest number out of six numbers is a problem ... a #NUM! error, in fact.

    Either get rid of the blank row or use IFERROR to handle the error.


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    11-04-2013
    Location
    Reno Nevada
    MS-Off Ver
    Excel 2007
    Posts
    31

    Re: Am having trouble trying to deal with and resolve #num! issue in rows R & V cell 7.

    Hello TMShucks,

    Thank you for your solution.

    Total newB here so ...

    The blank row is a necessity due to last minute eliminations that occur. So in this
    case I should use IFERROR ... Please help me out with where to pu that in a formula.

    Thank you,
    Richard

  4. #4
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Am having trouble trying to deal with and resolve #num! issue in rows R & V cell 7.

    Hello RVT,

    A typical example would be something like: =IF(Q1="","",IFERROR(MATCH(LARGE(Q:Q,ROW()),Q:Q,FALSE),""))

    Copy this formula into R1 and Copy it down. Then go and change the formula in Cell V1, and also Copy it down.

    Regards
    Last edited by Winon; 11-09-2013 at 02:04 AM.
    Please consider:

    Be polite. Thank those who have helped you. Then Click on the star icon in the lower left part of the contributor's post and add Reputation. Cleaning up when you're done. If you are satisfied with the help you have received, then Please do Mark your thread [SOLVED] .

  5. #5
    Registered User
    Join Date
    11-04-2013
    Location
    Reno Nevada
    MS-Off Ver
    Excel 2007
    Posts
    31

    Re: Am having trouble trying to deal with and resolve #num! issue in rows R & V cell 7.

    Hello Winon,

    That got rid of the error message but now have a blank in the cell.

    Is there away to stay away from the error message yet still have a ranking of the value in the associated cell post in the R and V column?

    Thank you,
    Richard

  6. #6
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,102

    Re: Am having trouble trying to deal with and resolve #num! issue in rows R & V cell 7.

    As I said, you are using the ROW() function as an index for the LARGE(...) function. This is generating values from 1 to 7 depending on the current row. You only have six values to choose from, hence the error on row 7. Winon has explained how you can hide that. The more blank lines you have, the more errors that would be generated.

    I think you'd need to add a helper column to generate an index, ignoring blanks. Most columns have formulae in them so I think you'd need to use column N to determine whether or not to increment the index.

    Regards, TMS

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,102

    Re: Am having trouble trying to deal with and resolve #num! issue in rows R & V cell 7.

    See the attached example.
    Attached Files Attached Files

+ 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. Resolve errorin formula when nesting issue
    By Joanofark in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-01-2013, 11:48 AM
  2. Please help to resolve the excel issue
    By angeld27 in forum Excel - New Users/Basics
    Replies: 6
    Last Post: 10-03-2012, 07:39 AM
  3. Is an IF command the best to resolve this issue?
    By dellf in forum Excel General
    Replies: 1
    Last Post: 09-25-2009, 11:34 AM
  4. Replies: 0
    Last Post: 01-21-2008, 12:44 PM
  5. [SOLVED] [SOLVED] Another issue to resolve
    By Pat in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 02-20-2005, 05:06 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