Scenario (and this is the "simplified version."
Sheet 1 has the numerical date to be charted:
A B
1 Field No. 12
2 HEIGHT ppm (NO3-N)
3 17 20000
4 21 9000
5 29 17000
6 31 7100
7 36 3800
8 37 12000
9 39 13000
10 41 10000
11 37 no sample
Information is then referenced in Sheet 2 with this formula
=IF(Sheet1!A11=0,"",Sheet1!A11)
I read somewhere that using NA would solve the problem but so far I haven't been able to get that to work. (I was reading an Excel 97 FAQ I believe.) So I also tried
=IF(Sheet1!A11=0,"NA",IF(ISTEXT(Sheet!A11),"NA",Sheet1!A11))
The Charts are based off of the info in Sheet2 so they can print data and chart together.
Client wants TEXT or Blank not to chart, however, in both cases the chart seems to read the formula and charts a Zero Value.
There are literally hundreds of charts and the issue is only on a few but it is still way too much manual intervention to resolve.
Many thanks in advance.
George
Sheet 1 has the numerical date to be charted:
A B
1 Field No. 12
2 HEIGHT ppm (NO3-N)
3 17 20000
4 21 9000
5 29 17000
6 31 7100
7 36 3800
8 37 12000
9 39 13000
10 41 10000
11 37 no sample
Information is then referenced in Sheet 2 with this formula
=IF(Sheet1!A11=0,"",Sheet1!A11)
I read somewhere that using NA would solve the problem but so far I haven't been able to get that to work. (I was reading an Excel 97 FAQ I believe.) So I also tried
=IF(Sheet1!A11=0,"NA",IF(ISTEXT(Sheet!A11),"NA",Sheet1!A11))
The Charts are based off of the info in Sheet2 so they can print data and chart together.
Client wants TEXT or Blank not to chart, however, in both cases the chart seems to read the formula and charts a Zero Value.
There are literally hundreds of charts and the issue is only on a few but it is still way too much manual intervention to resolve.
Many thanks in advance.
George