+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Sheila Innes
    Guest

    Do not show blank cells as 0 in chart

    I have a spreadsheet with a two columns, one for expected enrolment numbers
    and the first column of actual enrolments. For April we expect 90, so have a
    blank cell to the right for actual. This is showing a line from the March
    enrolment of 3 down to 0. How do I get the line to stop at 3 until I put a
    figure in for April?

  2. #2
    Kelly O'Day
    Guest

    Re: Do not show blank cells as 0 in chart

    Excel lets you choose how you can plot empty cells.

    As zeros, not plotted or interpolated.

    To make your choice, select your chart, go to Tools > Options > Charts and
    select the Not Plotted option button for empty cells.

    ....Kelly

    koday@processtrends.com



    "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in message
    news:7AA1742B-F256-4FF1-B5C4-103DB453450B@microsoft.com...
    >I have a spreadsheet with a two columns, one for expected enrolment numbers
    > and the first column of actual enrolments. For April we expect 90, so
    > have a
    > blank cell to the right for actual. This is showing a line from the March
    > enrolment of 3 down to 0. How do I get the line to stop at 3 until I put
    > a
    > figure in for April?




  3. #3
    Sheila Innes
    Guest

    Re: Do not show blank cells as 0 in chart

    Thanks Kelly. Problem - the Not Plotted is grayed out, so I can't mark it.
    Any ideas?

    "Kelly O'Day" wrote:

    > Excel lets you choose how you can plot empty cells.
    >
    > As zeros, not plotted or interpolated.
    >
    > To make your choice, select your chart, go to Tools > Options > Charts and
    > select the Not Plotted option button for empty cells.
    >
    > ....Kelly
    >
    > koday@processtrends.com
    >
    >
    >
    > "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in message
    > news:7AA1742B-F256-4FF1-B5C4-103DB453450B@microsoft.com...
    > >I have a spreadsheet with a two columns, one for expected enrolment numbers
    > > and the first column of actual enrolments. For April we expect 90, so
    > > have a
    > > blank cell to the right for actual. This is showing a line from the March
    > > enrolment of 3 down to 0. How do I get the line to stop at 3 until I put
    > > a
    > > figure in for April?

    >
    >
    >


  4. #4
    Jon Peltier
    Guest

    Re: Do not show blank cells as 0 in chart

    1. Select the chart before going to Tools - Options - Charts.
    2. What kind of chart is it?
    3. If it's a line or XY chart, if you have a formula that returns "",
    understand that this is not a blank cell, it's a cell with a formula, so
    Kelly's solution won't change how the cell plots. Change the "" in the
    formula to NA(), which gives you an ugly #N/A in the cell, but gives you the
    Interpolate behavior in the chart.

    - Jon
    -------
    Jon Peltier, Microsoft Excel MVP
    Peltier Technical Services - Tutorials and Custom Solutions -
    http://PeltierTech.com/
    2006 Excel User Conference, 19-21 April, Atlantic City, NJ
    http://peltiertech.com/Excel/ExcelUserConf06.html
    _______

    "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in message
    news:073951E4-3802-4D77-A331-0F9755818B47@microsoft.com...
    > Thanks Kelly. Problem - the Not Plotted is grayed out, so I can't mark
    > it.
    > Any ideas?
    >
    > "Kelly O'Day" wrote:
    >
    >> Excel lets you choose how you can plot empty cells.
    >>
    >> As zeros, not plotted or interpolated.
    >>
    >> To make your choice, select your chart, go to Tools > Options > Charts
    >> and
    >> select the Not Plotted option button for empty cells.
    >>
    >> ....Kelly
    >>
    >> koday@processtrends.com
    >>
    >>
    >>
    >> "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in message
    >> news:7AA1742B-F256-4FF1-B5C4-103DB453450B@microsoft.com...
    >> >I have a spreadsheet with a two columns, one for expected enrolment
    >> >numbers
    >> > and the first column of actual enrolments. For April we expect 90, so
    >> > have a
    >> > blank cell to the right for actual. This is showing a line from the
    >> > March
    >> > enrolment of 3 down to 0. How do I get the line to stop at 3 until I
    >> > put
    >> > a
    >> > figure in for April?

    >>
    >>
    >>




  5. #5
    Sheila Innes
    Guest

    Re: Do not show blank cells as 0 in chart

    Hi Jon

    I checked the chart and the 'not plotted' option is already selected. The
    equation for the chart is =Recruitment!$B$4:$B$9,Recruitment!$O$4:$P$9.
    The B selection is the month, the O is the actual and the P is the target.
    Any more help much appreciated.

    Regards
    Sheila


    "Jon Peltier" wrote:

    > 1. Select the chart before going to Tools - Options - Charts.
    > 2. What kind of chart is it?
    > 3. If it's a line or XY chart, if you have a formula that returns "",
    > understand that this is not a blank cell, it's a cell with a formula, so
    > Kelly's solution won't change how the cell plots. Change the "" in the
    > formula to NA(), which gives you an ugly #N/A in the cell, but gives you the
    > Interpolate behavior in the chart.
    >
    > - Jon
    > -------
    > Jon Peltier, Microsoft Excel MVP
    > Peltier Technical Services - Tutorials and Custom Solutions -
    > http://PeltierTech.com/
    > 2006 Excel User Conference, 19-21 April, Atlantic City, NJ
    > http://peltiertech.com/Excel/ExcelUserConf06.html
    > _______
    >
    > "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in message
    > news:073951E4-3802-4D77-A331-0F9755818B47@microsoft.com...
    > > Thanks Kelly. Problem - the Not Plotted is grayed out, so I can't mark
    > > it.
    > > Any ideas?
    > >
    > > "Kelly O'Day" wrote:
    > >
    > >> Excel lets you choose how you can plot empty cells.
    > >>
    > >> As zeros, not plotted or interpolated.
    > >>
    > >> To make your choice, select your chart, go to Tools > Options > Charts
    > >> and
    > >> select the Not Plotted option button for empty cells.
    > >>
    > >> ....Kelly
    > >>
    > >> koday@processtrends.com
    > >>
    > >>
    > >>
    > >> "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in message
    > >> news:7AA1742B-F256-4FF1-B5C4-103DB453450B@microsoft.com...
    > >> >I have a spreadsheet with a two columns, one for expected enrolment
    > >> >numbers
    > >> > and the first column of actual enrolments. For April we expect 90, so
    > >> > have a
    > >> > blank cell to the right for actual. This is showing a line from the
    > >> > March
    > >> > enrolment of 3 down to 0. How do I get the line to stop at 3 until I
    > >> > put
    > >> > a
    > >> > figure in for April?
    > >>
    > >>
    > >>

    >
    >
    >


  6. #6
    Jon Peltier
    Guest

    Re: Do not show blank cells as 0 in chart

    Sheila -

    Do you have formulas in Recruitment!$B$4:$B$9 and Recruitment!$O$4:$P$9?
    This is where you need to change "" to NA(), if it's a line or XY chart.

    - Jon
    -------
    Jon Peltier, Microsoft Excel MVP
    Peltier Technical Services - Tutorials and Custom Solutions -
    http://PeltierTech.com/
    2006 Excel User Conference, 19-21 April, Atlantic City, NJ
    http://peltiertech.com/Excel/ExcelUserConf06.html
    _______

    "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in message
    news:7BA5C670-2F1A-465B-834B-A8D7ABD736E3@microsoft.com...
    > Hi Jon
    >
    > I checked the chart and the 'not plotted' option is already selected. The
    > equation for the chart is =Recruitment!$B$4:$B$9,Recruitment!$O$4:$P$9.
    > The B selection is the month, the O is the actual and the P is the target.
    > Any more help much appreciated.
    >
    > Regards
    > Sheila
    >
    >
    > "Jon Peltier" wrote:
    >
    >> 1. Select the chart before going to Tools - Options - Charts.
    >> 2. What kind of chart is it?
    >> 3. If it's a line or XY chart, if you have a formula that returns "",
    >> understand that this is not a blank cell, it's a cell with a formula, so
    >> Kelly's solution won't change how the cell plots. Change the "" in the
    >> formula to NA(), which gives you an ugly #N/A in the cell, but gives you
    >> the
    >> Interpolate behavior in the chart.
    >>
    >> - Jon
    >> -------
    >> Jon Peltier, Microsoft Excel MVP
    >> Peltier Technical Services - Tutorials and Custom Solutions -
    >> http://PeltierTech.com/
    >> 2006 Excel User Conference, 19-21 April, Atlantic City, NJ
    >> http://peltiertech.com/Excel/ExcelUserConf06.html
    >> _______
    >>
    >> "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in message
    >> news:073951E4-3802-4D77-A331-0F9755818B47@microsoft.com...
    >> > Thanks Kelly. Problem - the Not Plotted is grayed out, so I can't mark
    >> > it.
    >> > Any ideas?
    >> >
    >> > "Kelly O'Day" wrote:
    >> >
    >> >> Excel lets you choose how you can plot empty cells.
    >> >>
    >> >> As zeros, not plotted or interpolated.
    >> >>
    >> >> To make your choice, select your chart, go to Tools > Options > Charts
    >> >> and
    >> >> select the Not Plotted option button for empty cells.
    >> >>
    >> >> ....Kelly
    >> >>
    >> >> koday@processtrends.com
    >> >>
    >> >>
    >> >>
    >> >> "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in
    >> >> message
    >> >> news:7AA1742B-F256-4FF1-B5C4-103DB453450B@microsoft.com...
    >> >> >I have a spreadsheet with a two columns, one for expected enrolment
    >> >> >numbers
    >> >> > and the first column of actual enrolments. For April we expect 90,
    >> >> > so
    >> >> > have a
    >> >> > blank cell to the right for actual. This is showing a line from the
    >> >> > March
    >> >> > enrolment of 3 down to 0. How do I get the line to stop at 3 until
    >> >> > I
    >> >> > put
    >> >> > a
    >> >> > figure in for April?
    >> >>
    >> >>
    >> >>

    >>
    >>
    >>




  7. #7
    Sheila Innes
    Guest

    Re: Do not show blank cells as 0 in chart

    Jon

    No, there are no formulas in these cells.

    Sheila

    "Jon Peltier" wrote:

    > Sheila -
    >
    > Do you have formulas in Recruitment!$B$4:$B$9 and Recruitment!$O$4:$P$9?
    > This is where you need to change "" to NA(), if it's a line or XY chart.
    >
    > - Jon
    > -------
    > Jon Peltier, Microsoft Excel MVP
    > Peltier Technical Services - Tutorials and Custom Solutions -
    > http://PeltierTech.com/
    > 2006 Excel User Conference, 19-21 April, Atlantic City, NJ
    > http://peltiertech.com/Excel/ExcelUserConf06.html
    > _______
    >
    > "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in message
    > news:7BA5C670-2F1A-465B-834B-A8D7ABD736E3@microsoft.com...
    > > Hi Jon
    > >
    > > I checked the chart and the 'not plotted' option is already selected. The
    > > equation for the chart is =Recruitment!$B$4:$B$9,Recruitment!$O$4:$P$9.
    > > The B selection is the month, the O is the actual and the P is the target.
    > > Any more help much appreciated.
    > >
    > > Regards
    > > Sheila
    > >
    > >
    > > "Jon Peltier" wrote:
    > >
    > >> 1. Select the chart before going to Tools - Options - Charts.
    > >> 2. What kind of chart is it?
    > >> 3. If it's a line or XY chart, if you have a formula that returns "",
    > >> understand that this is not a blank cell, it's a cell with a formula, so
    > >> Kelly's solution won't change how the cell plots. Change the "" in the
    > >> formula to NA(), which gives you an ugly #N/A in the cell, but gives you
    > >> the
    > >> Interpolate behavior in the chart.
    > >>
    > >> - Jon
    > >> -------
    > >> Jon Peltier, Microsoft Excel MVP
    > >> Peltier Technical Services - Tutorials and Custom Solutions -
    > >> http://PeltierTech.com/
    > >> 2006 Excel User Conference, 19-21 April, Atlantic City, NJ
    > >> http://peltiertech.com/Excel/ExcelUserConf06.html
    > >> _______
    > >>
    > >> "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in message
    > >> news:073951E4-3802-4D77-A331-0F9755818B47@microsoft.com...
    > >> > Thanks Kelly. Problem - the Not Plotted is grayed out, so I can't mark
    > >> > it.
    > >> > Any ideas?
    > >> >
    > >> > "Kelly O'Day" wrote:
    > >> >
    > >> >> Excel lets you choose how you can plot empty cells.
    > >> >>
    > >> >> As zeros, not plotted or interpolated.
    > >> >>
    > >> >> To make your choice, select your chart, go to Tools > Options > Charts
    > >> >> and
    > >> >> select the Not Plotted option button for empty cells.
    > >> >>
    > >> >> ....Kelly
    > >> >>
    > >> >> koday@processtrends.com
    > >> >>
    > >> >>
    > >> >>
    > >> >> "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in
    > >> >> message
    > >> >> news:7AA1742B-F256-4FF1-B5C4-103DB453450B@microsoft.com...
    > >> >> >I have a spreadsheet with a two columns, one for expected enrolment
    > >> >> >numbers
    > >> >> > and the first column of actual enrolments. For April we expect 90,
    > >> >> > so
    > >> >> > have a
    > >> >> > blank cell to the right for actual. This is showing a line from the
    > >> >> > March
    > >> >> > enrolment of 3 down to 0. How do I get the line to stop at 3 until
    > >> >> > I
    > >> >> > put
    > >> >> > a
    > >> >> > figure in for April?
    > >> >>
    > >> >>
    > >> >>
    > >>
    > >>
    > >>

    >
    >
    >


  8. #8
    Jon Peltier
    Guest

    Re: Do not show blank cells as 0 in chart

    Then make sure the cells are truly blank.

    Is it an area chart? An area chart doesn't treat blanks or NA() the same way
    that line or XY charts do.

    - Jon
    -------
    Jon Peltier, Microsoft Excel MVP
    Peltier Technical Services - Tutorials and Custom Solutions -
    http://PeltierTech.com/
    2006 Excel User Conference, 19-21 April, Atlantic City, NJ
    http://peltiertech.com/Excel/ExcelUserConf06.html
    _______

    "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in message
    news:5F05277B-77BB-4267-8B4B-B0AACF94AA84@microsoft.com...
    > Jon
    >
    > No, there are no formulas in these cells.
    >
    > Sheila
    >
    > "Jon Peltier" wrote:
    >
    >> Sheila -
    >>
    >> Do you have formulas in Recruitment!$B$4:$B$9 and Recruitment!$O$4:$P$9?
    >> This is where you need to change "" to NA(), if it's a line or XY chart.
    >>
    >> - Jon
    >> -------
    >> Jon Peltier, Microsoft Excel MVP
    >> Peltier Technical Services - Tutorials and Custom Solutions -
    >> http://PeltierTech.com/
    >> 2006 Excel User Conference, 19-21 April, Atlantic City, NJ
    >> http://peltiertech.com/Excel/ExcelUserConf06.html
    >> _______
    >>
    >> "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in message
    >> news:7BA5C670-2F1A-465B-834B-A8D7ABD736E3@microsoft.com...
    >> > Hi Jon
    >> >
    >> > I checked the chart and the 'not plotted' option is already selected.
    >> > The
    >> > equation for the chart is =Recruitment!$B$4:$B$9,Recruitment!$O$4:$P$9.
    >> > The B selection is the month, the O is the actual and the P is the
    >> > target.
    >> > Any more help much appreciated.
    >> >
    >> > Regards
    >> > Sheila
    >> >
    >> >
    >> > "Jon Peltier" wrote:
    >> >
    >> >> 1. Select the chart before going to Tools - Options - Charts.
    >> >> 2. What kind of chart is it?
    >> >> 3. If it's a line or XY chart, if you have a formula that returns "",
    >> >> understand that this is not a blank cell, it's a cell with a formula,
    >> >> so
    >> >> Kelly's solution won't change how the cell plots. Change the "" in the
    >> >> formula to NA(), which gives you an ugly #N/A in the cell, but gives
    >> >> you
    >> >> the
    >> >> Interpolate behavior in the chart.
    >> >>
    >> >> - Jon
    >> >> -------
    >> >> Jon Peltier, Microsoft Excel MVP
    >> >> Peltier Technical Services - Tutorials and Custom Solutions -
    >> >> http://PeltierTech.com/
    >> >> 2006 Excel User Conference, 19-21 April, Atlantic City, NJ
    >> >> http://peltiertech.com/Excel/ExcelUserConf06.html
    >> >> _______
    >> >>
    >> >> "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in
    >> >> message
    >> >> news:073951E4-3802-4D77-A331-0F9755818B47@microsoft.com...
    >> >> > Thanks Kelly. Problem - the Not Plotted is grayed out, so I can't
    >> >> > mark
    >> >> > it.
    >> >> > Any ideas?
    >> >> >
    >> >> > "Kelly O'Day" wrote:
    >> >> >
    >> >> >> Excel lets you choose how you can plot empty cells.
    >> >> >>
    >> >> >> As zeros, not plotted or interpolated.
    >> >> >>
    >> >> >> To make your choice, select your chart, go to Tools > Options >
    >> >> >> Charts
    >> >> >> and
    >> >> >> select the Not Plotted option button for empty cells.
    >> >> >>
    >> >> >> ....Kelly
    >> >> >>
    >> >> >> koday@processtrends.com
    >> >> >>
    >> >> >>
    >> >> >>
    >> >> >> "Sheila Innes" <SheilaInnes@discussions.microsoft.com> wrote in
    >> >> >> message
    >> >> >> news:7AA1742B-F256-4FF1-B5C4-103DB453450B@microsoft.com...
    >> >> >> >I have a spreadsheet with a two columns, one for expected
    >> >> >> >enrolment
    >> >> >> >numbers
    >> >> >> > and the first column of actual enrolments. For April we expect
    >> >> >> > 90,
    >> >> >> > so
    >> >> >> > have a
    >> >> >> > blank cell to the right for actual. This is showing a line from
    >> >> >> > the
    >> >> >> > March
    >> >> >> > enrolment of 3 down to 0. How do I get the line to stop at 3
    >> >> >> > until
    >> >> >> > I
    >> >> >> > put
    >> >> >> > a
    >> >> >> > figure in for April?
    >> >> >>
    >> >> >>
    >> >> >>
    >> >>
    >> >>
    >> >>

    >>
    >>
    >>




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.2.0