M
mikelee
Hello,
I have a table that has formulas such as the following in
it:
=IF($L21>NewStats!$B$47,"",SUM(B$8:B21))
The table keeps a running total based on individual
entries in another table. If there aren't any entries in
the first table, then the corresponding cell in the
running total table is blank (or, is filled with "").
I'm trying to plot the running totals, but the "empty"
cells ("") are plotting as zeros. I've gone to
Tools/Options/Chart and selected "Not Plotted"
under "Plot Empty Cells As." It doesn't appear that it
veiws a cell with "" as the result of the function
as "empty." I've also tried changing the formula as
follows:
=IF($L21>NewStats!$B$47,NULL,SUM(B$8:B21))
=IF($L21>NewStats!$B$47,,SUM(B$8:B21))
neither of which was successful.
My questions; any advice on something I can use in the
formula besides "" to make the chart realize that the
cell is "empty?" Any other settings anywhere that I can
change to alter the way the chart handles "" cells?
Thanks to all for the help.
Mike
I have a table that has formulas such as the following in
it:
=IF($L21>NewStats!$B$47,"",SUM(B$8:B21))
The table keeps a running total based on individual
entries in another table. If there aren't any entries in
the first table, then the corresponding cell in the
running total table is blank (or, is filled with "").
I'm trying to plot the running totals, but the "empty"
cells ("") are plotting as zeros. I've gone to
Tools/Options/Chart and selected "Not Plotted"
under "Plot Empty Cells As." It doesn't appear that it
veiws a cell with "" as the result of the function
as "empty." I've also tried changing the formula as
follows:
=IF($L21>NewStats!$B$47,NULL,SUM(B$8:B21))
=IF($L21>NewStats!$B$47,,SUM(B$8:B21))
neither of which was successful.
My questions; any advice on something I can use in the
formula besides "" to make the chart realize that the
cell is "empty?" Any other settings anywhere that I can
change to alter the way the chart handles "" cells?
Thanks to all for the help.
Mike