sum by with function and iserror

  • Re: sum by with function and iserror


    what is wrong in my formula suf iferror


    .Formula = "= iferror (SUM (if(G19:G28 =0,"",G19:G28))"

  • Re: sum by with function and iserror


    You can test following code


    Code
    Sub Test()
    Range("B10").Formula = "=IF(SUM(G19:G28)=0,"""",SUM(G19:G28))"
    End Sub


    HTH

    If you feel like saying "Thank You" for the help received, do not hesitate to click the "Smiley" icon, below, in the bottom right corner :)

  • Re: sum by with function and iserror


    Quote from krpatel;788374

    sir nice answer
    thanks a lot


    Thanks ... for your thanks

    If you feel like saying "Thank You" for the help received, do not hesitate to click the "Smiley" icon, below, in the bottom right corner :)

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!