M
Monique
How do I insert a "true blank" into a cell as the result of a calculation or
IF() statement? "Help" says "Use NA to mark empty cells. " But #NA is NOT
the same as an empty cell:
1. If the cells are truly blank, both the function (AVERAGE()) and the plot
work like they should.
2. If the blank cells are used as input to an arithmetic operation, zeros
are inserted, resulting in zeros being plotted where you don't want them.
3. Inserting blanks with double quotes still works OK with the AVERAGE()
function, but the plot sees them as zeros, still unwanted.
4. Putting "NA()" in the null cells fixes the plot, but now the AVERAGE
function is fouled up.
IF() statement? "Help" says "Use NA to mark empty cells. " But #NA is NOT
the same as an empty cell:
1. If the cells are truly blank, both the function (AVERAGE()) and the plot
work like they should.
2. If the blank cells are used as input to an arithmetic operation, zeros
are inserted, resulting in zeros being plotted where you don't want them.
3. Inserting blanks with double quotes still works OK with the AVERAGE()
function, but the plot sees them as zeros, still unwanted.
4. Putting "NA()" in the null cells fixes the plot, but now the AVERAGE
function is fouled up.