+ Reply to Thread
Results 1 to 3 of 3

#VALUE problem

  1. #1
    Registered User
    Join Date
    02-25-2005
    Posts
    10

    #VALUE problem

    I hope someone can help me with this
    I get a #VALUE response from Q5 to Q29, the formula in these cells is
    =RANK(P5,$P$5:$P$29,0)
    I dont have figures in P5-P29 yet as I am waiting for data from D5-O5 to populate it.
    =IF(COUNT(D5:O5)>=3,SUM(LARGE(D5:O5,ROW(INDIRECT("1:"&MIN(6,COUNT(D5:O5)))))),"")
    When I get enough data (3 cells) in D5-O5 I lose the #VALUE response I had expected to get, but I do not want to see the #VALUE on the sheet.
    Is there a way of not showing this #VALUE reponse, it all works OK, but does not look as clean as I would like!
    Thanks
    Jeff

  2. #2
    Forum Contributor
    Join Date
    04-30-2004
    Posts
    122
    Try this.....

    =IF(ISERROR(RANK(P5,$P$5:$P$29,0)),"",RANK(P5,$P$5:$P$29,0))

  3. #3
    Registered User
    Join Date
    02-25-2005
    Posts
    10
    Works a treat!
    Thanks for your help.
    Best regards
    Jeff

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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