![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Location: Sydney, Australia
Posts: 3
|
I am charting the average of my students' fluency progress over 10 weeks. In the spreadsheet I have set up, there is a formula set up to calculate the class average in their weekly test. This is then linked to a chart which updates automatically. However, for weeks where there is no data yet (for example, we are in week 6, so weeks 7-10 have no results yet) the cell where the formula for the average is displays #DIV?0! and this value is plotted as zero on the chart. Is there any way I can leave the formula in the cell but not have the chart plot this value as zero (or anything) until there are values to be averaged?
|
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
=IF(A2=0,NA(),A1/A2) Excel will not chart the NA() value. Regards,
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|