Hello all
Say I have some data:
The percentage is calculated in a formula.... If(B2=0,"",B2/C2)
how on a line graph would I show all the dates but now allow excel to shoot down to zero on the 3rd when the data is blank (the store was closed)?
I know "" doesnt technically return an empty string so i have tried returning NA() as various sites suggest but that seems to connect the gap between the 2nd and 4th even though show empty as gaps is set.
If i simply delete the formula from the 3rd the gap appears, however thats not a solution.
Any ideas?
Say I have some data:
Code:
Date Value
01/01/08 29.0%
02/01/08 28.0%
03/01/08
04/01/08 44.0%
05/01/08 18.0%
The percentage is calculated in a formula.... If(B2=0,"",B2/C2)
how on a line graph would I show all the dates but now allow excel to shoot down to zero on the 3rd when the data is blank (the store was closed)?
I know "" doesnt technically return an empty string so i have tried returning NA() as various sites suggest but that seems to connect the gap between the 2nd and 4th even though show empty as gaps is set.
If i simply delete the formula from the 3rd the gap appears, however thats not a solution.
Any ideas?