+ Reply to Thread
Results 1 to 4 of 4

IFISError or Equivalent on a Zero Value

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-24-2006
    Location
    Sevenoaks, Kent
    MS-Off Ver
    Office 365 ProPlus
    Posts
    459

    IFISError or Equivalent on a Zero Value

    Good morning,

    I need a formula that will give me a null value if the sum adds up to zero.

    =IF(ISERROR(SUM(O4:Q4))," ",SUM(O4:Q4))
    I have also tried this

    =IF(Q3>0,SUM(O3:Q3)," ")
    The reason I don't want the value of zero is because if the value 0 (Zero) are there then it counts in the rank, but i only want it to count if the rank if there is data and not zeros.

    Thanks in advance

    DJ

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

    Re: IFISError or Equivalent on a Zero Value

    =if(sum(o4:q4)=0,"",sum(o4:q4))
    "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

  3. #3
    Forum Contributor
    Join Date
    08-24-2006
    Location
    Sevenoaks, Kent
    MS-Off Ver
    Office 365 ProPlus
    Posts
    459

    Re: IFISError or Equivalent on a Zero Value

    That's done the trick. Thank you

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,167

    Re: IFISError or Equivalent on a Zero Value

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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] Nested IFISERROR Question...
    By hambly in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 08-14-2013, 09:52 AM
  2. combining --mid function with ifiserror function
    By kadi in forum Excel General
    Replies: 5
    Last Post: 06-27-2011, 04:40 PM
  3. VBA Equivalent to Calculate Now
    By SDruley in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-01-2011, 01:13 PM
  4. How to optimise IFISERROR
    By AussieExcelUser in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-30-2006, 06:53 PM
  5. Equivalent Of VAL
    By davidm in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-27-2005, 02:05 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