Hi guys,
Im trying to create a stacked column chart that only shows rows with values and excludes rows with #N/A values.
NOTES:
1. I can't filter as I have 2 columns I wish to display in the stacked chart, and sometimes a #N/A value in column B does not equal #N/A in column C..
2. I can't hide rows as each cell is dynamic (values are generated using COUNTIFS formulas).
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Expiry_Date[/TD]
[TD]Transport_By_Ship[/TD]
[TD]Transport_By_Air[/TD]
[/TR]
[TR]
[TD]19/07/2012[/TD]
[TD]#N/A[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD]20/07/2012[/TD]
[TD]1[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]21/07/2012[/TD]
[TD]#N/A[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]22/07/2012[/TD]
[TD]#N/A[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]23/07/2012[/TD]
[TD]#N/A[/TD]
[TD]#N/A[/TD]
[/TR]
[TR]
[TD]24/07/2012[/TD]
[TD]2[/TD]
[TD]17[/TD]
[/TR]
[TR]
[TD]25/07/2012[/TD]
[TD]1[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]26/07/2012[/TD]
[TD]#N/A[/TD]
[TD]#N/A[/TD]
[/TR]
[TR]
[TD]27/07/2012[/TD]
[TD]1[/TD]
[TD]#N/A[/TD]
[/TR]
[TR]
[TD]28/07/2012[/TD]
[TD]#N/A[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]29/07/2012[/TD]
[TD]2[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
In the example above- currently my stacked column graph charts all days.
In the example above- I don't want the bolded rows (23/07 and 26/07) to be charted (meaning i want to remove the empty space in the outputted chart)
I've searched the net tirelessly and cannot find an answer
Any help would be much appreciated guys.
Kind Regards.
Im trying to create a stacked column chart that only shows rows with values and excludes rows with #N/A values.
NOTES:
1. I can't filter as I have 2 columns I wish to display in the stacked chart, and sometimes a #N/A value in column B does not equal #N/A in column C..
2. I can't hide rows as each cell is dynamic (values are generated using COUNTIFS formulas).
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Expiry_Date[/TD]
[TD]Transport_By_Ship[/TD]
[TD]Transport_By_Air[/TD]
[/TR]
[TR]
[TD]19/07/2012[/TD]
[TD]#N/A[/TD]
[TD]13[/TD]
[/TR]
[TR]
[TD]20/07/2012[/TD]
[TD]1[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]21/07/2012[/TD]
[TD]#N/A[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]22/07/2012[/TD]
[TD]#N/A[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]23/07/2012[/TD]
[TD]#N/A[/TD]
[TD]#N/A[/TD]
[/TR]
[TR]
[TD]24/07/2012[/TD]
[TD]2[/TD]
[TD]17[/TD]
[/TR]
[TR]
[TD]25/07/2012[/TD]
[TD]1[/TD]
[TD]15[/TD]
[/TR]
[TR]
[TD]26/07/2012[/TD]
[TD]#N/A[/TD]
[TD]#N/A[/TD]
[/TR]
[TR]
[TD]27/07/2012[/TD]
[TD]1[/TD]
[TD]#N/A[/TD]
[/TR]
[TR]
[TD]28/07/2012[/TD]
[TD]#N/A[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]29/07/2012[/TD]
[TD]2[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
In the example above- currently my stacked column graph charts all days.
In the example above- I don't want the bolded rows (23/07 and 26/07) to be charted (meaning i want to remove the empty space in the outputted chart)
I've searched the net tirelessly and cannot find an answer

Any help would be much appreciated guys.
Kind Regards.