+ Reply to Thread
Results 1 to 3 of 3

CAN YOU SET GRAPH TO READ, FORMULA IN A CELL AS A BLANK CELL

  1. #1
    AJ-foster
    Guest

    CAN YOU SET GRAPH TO READ, FORMULA IN A CELL AS A BLANK CELL

    i have a chart which is populated by formulas on a monthly basis but the line
    graph reads blank cells which has formulas but not data in as a ZERO value
    which makes the line graph drop to zero at which ever point the last monthly
    figure goes in is there away of the series fuctiion that reads the range not
    read the formula as a value but as a blank

  2. #2
    JLatham
    Guest

    RE: CAN YOU SET GRAPH TO READ, FORMULA IN A CELL AS A BLANK CELL

    You are limited as to how to handle empty cells in a chart. With the chart
    selected, use Tools | Options and go to the [Chart] tab, you'll see 3 options
    for handling empty cells:
    Not Plotted (leave gaps)
    Zero [what you've got now]
    Interpolated

    The last makes a best guess where the point would lay between the points on
    either side of it. Not Plotted sounds like what you want to look at
    initially.

    The options on that tab are only available when you have a chart selected,
    with no chart selected they are all grayed out.


    "AJ-foster" wrote:

    > i have a chart which is populated by formulas on a monthly basis but the line
    > graph reads blank cells which has formulas but not data in as a ZERO value
    > which makes the line graph drop to zero at which ever point the last monthly
    > figure goes in is there away of the series fuctiion that reads the range not
    > read the formula as a value but as a blank


  3. #3
    billy_bags
    Guest

    RE: CAN YOU SET GRAPH TO READ, FORMULA IN A CELL AS A BLANK CELL

    The way i do it is
    =IF(C64=0,"",SUM(X64*1000)/C64)
    Works for me

    "AJ-foster" wrote:

    > i have a chart which is populated by formulas on a monthly basis but the line
    > graph reads blank cells which has formulas but not data in as a ZERO value
    > which makes the line graph drop to zero at which ever point the last monthly
    > figure goes in is there away of the series fuctiion that reads the range not
    > read the formula as a value but as a blank


+ 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