+ Reply to Thread
Results 1 to 2 of 2

Formula to clean data for Charts

  1. #1
    Forum Contributor
    Join Date
    03-09-2009
    Location
    Oslo, Norway
    MS-Off Ver
    Excel 2007
    Posts
    128

    Formula to clean data for Charts

    Hi,

    I'm currently using IF(A1=0;NA();A1) so that all 0 is set to #N/A... so the charts don't plot the value.

    However in some instance I also get #VALUE from one of my formulas... is there a better way to set all value such as 0, #VALUE and other errors to #N/A?

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481

    Re: Formula to clean data for Charts

    Maybe you could use

    IF(OR(A1=0,ISERROR(A1));NA();A1)
    Cheers
    Andy
    www.andypope.info

+ 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