+ Reply to Thread
Results 1 to 4 of 4

How to stop error message

  1. #1
    Forum Contributor
    Join Date
    05-03-2010
    Location
    scotland,uk
    MS-Off Ver
    Excel 2007
    Posts
    186

    How to stop error message

    Using this formula: =IFERROR(AVERAGEIFS(C7:AL7,C3:AL3,"Sales",C7:AL7,">0"),"")*12

    I get this error message: #VALUE! anyway to stop it when the cell is blank?

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: How to stop error message

    Maybe move *12 to inside the formula?

    =IFERROR(AVERAGEIFS(C7:AL7,C3:AL3,"Sales",C7:AL7,">0")*12,"")

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

    Re: How to stop error message

    Put the *12 inside the IFERROR.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If posting code please use code tags, see here.

  4. #4
    Forum Contributor
    Join Date
    05-03-2010
    Location
    scotland,uk
    MS-Off Ver
    Excel 2007
    Posts
    186

    Re: How to stop error message

    Yes that worked, Thank you.

+ 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. Stop a Macro if Criteria not met and Show Error Message
    By m3hool in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-17-2013, 10:12 AM
  2. Help stop Error Message when creating Folders
    By B_R_A_D_Y in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-23-2012, 06:35 PM
  3. Stop Error Message
    By phil in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-26-2005, 01:06 PM
  4. [SOLVED] stop error message
    By phil in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-22-2005, 12:06 PM
  5. [SOLVED] stop error message
    By phil in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-22-2005, 12: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