+ Reply to Thread
Results 1 to 2 of 2

Not plotting blank cells with formulas until number appears

  1. #1
    Excel Charts and Formulas
    Guest

    Not plotting blank cells with formulas until number appears

    If a formula is in the cell but is blank or equals "0", how do you get a
    chart not to plot until a number appears?

  2. #2
    Debra Dalgleish
    Guest

    Re: Not plotting blank cells with formulas until number appears

    You can use an IF formula with NA(). For example:

    =IF(OR(B2="",B2=0),NA(),B2-A2)

    The chart will interpolate over the #N/A errors. To hide these errors,
    you can use conditional formatting.
    http://www.contextures.com/xlCondFormat03.html#Errors


    Excel Charts and Formulas wrote:
    > If a formula is in the cell but is blank or equals "0", how do you get a
    > chart not to plot until a number appears?



    --
    Debra Dalgleish
    Excel FAQ, Tips & Book List
    http://www.contextures.com/tiptech.html


+ 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