+ Reply to Thread
Results 1 to 10 of 10

Adding multiple Iferrors

Hybrid View

  1. #1
    Registered User
    Join Date
    09-16-2012
    Location
    Greece
    MS-Off Ver
    Excel 2010
    Posts
    87

    Adding multiple Iferrors

    Hello ,

    I have a wrong value problem with this formula

    =IFERROR($RQ1509;"")+iferror($PH1509;"")+iferror($PI1509;"")+iferror($QO1509;"")+iferror($RA1509;"")+iferror($QW1509;"")

    Can anyone Help???

  2. #2
    Forum Contributor
    Join Date
    09-25-2012
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2010
    Posts
    154

    Re: Adding multiple Iferrors

    use a comma instead of semicolon to separate arguments

  3. #3
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Adding multiple Iferrors

    Replace semicolon with a comma?

    Do the cells being referenced give numbers or text when they are not in error? If it is the latter then you may need & instead of +
    Martin

  4. #4
    Registered User
    Join Date
    09-16-2012
    Location
    Greece
    MS-Off Ver
    Excel 2010
    Posts
    87

    Re: Adding multiple Iferrors

    My excel uses semicolons to separate arguments

  5. #5
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Adding multiple Iferrors

    What is the problem?

  6. #6
    Registered User
    Join Date
    09-16-2012
    Location
    Greece
    MS-Off Ver
    Excel 2010
    Posts
    87

    Re: Adding multiple Iferrors

    The problem is that the formula above gives #value even though atlist one of the sells I am adding has a number

  7. #7
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Adding multiple Iferrors

    You are returning empty strings when there is an error.

    If you add a number and an empty string it produces an error.

  8. #8
    Registered User
    Join Date
    09-16-2012
    Location
    Greece
    MS-Off Ver
    Excel 2010
    Posts
    87

    Re: Adding multiple Iferrors

    What can I do in that case ?

  9. #9
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,644

    Re: Adding multiple Iferrors

    Try returning 0 instead of "".

  10. #10
    Registered User
    Join Date
    09-16-2012
    Location
    Greece
    MS-Off Ver
    Excel 2010
    Posts
    87

    Re: Adding multiple Iferrors

    ok thx that Worked!!!

+ 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