C
Clif McIrvin
I'm attempting some simple (to me at least) data analysis and am running
into trouble with zero values in the data array (region). These zero
values (null string: "", actually) represent non-existant data that I'd
like the chart to ignore, but as the array actually contains formulas
the chart engine does not see an empty cell.
Is it possible to use IF to cause a cell to appear Empty (ie,
IsBlank(cell) == True) ?
Something like: " = if (condition, reference, Empty) "
My raw data consists of date shipped and date recieved; I have created
an array (Mon, Tue, ... Fri) that parallels my raw data where the value
in the corresponding day of week array cell is either "empty" or the
number of days in transit.
into trouble with zero values in the data array (region). These zero
values (null string: "", actually) represent non-existant data that I'd
like the chart to ignore, but as the array actually contains formulas
the chart engine does not see an empty cell.
Is it possible to use IF to cause a cell to appear Empty (ie,
IsBlank(cell) == True) ?
Something like: " = if (condition, reference, Empty) "
My raw data consists of date shipped and date recieved; I have created
an array (Mon, Tue, ... Fri) that parallels my raw data where the value
in the corresponding day of week array cell is either "empty" or the
number of days in transit.