CWatts
Well-known Member
- Joined
- Jan 22, 2010
- Messages
- 701
Short version: is there a way to show data labels for everything with data, but not label =NA() values?
Long version & background:
There is a small table based on VLOOKUPs which populate the data for the chart. The data is currency ranging from -$10 to $30. These are vlookups coupled with IFERROR statements that display an NA() if there is no data. The NA is crucial as text is charted at 0 and I need the chart to not display anything for weeks without data.
Now the issue that comes up is that I want the #N/A's to be hidden or displayed as "" in the data labels, but i'm stuck.
The only semi related post I could find is as follows, but it doesn't work with Excel 2007:
http://www.mrexcel.com/forum/showthread.php?t=77006&highlight=#N/A+Data+label
My data label number is currently formatted as such:
$0.00;[Red]-$0.00;$0;""
Long version & background:
There is a small table based on VLOOKUPs which populate the data for the chart. The data is currency ranging from -$10 to $30. These are vlookups coupled with IFERROR statements that display an NA() if there is no data. The NA is crucial as text is charted at 0 and I need the chart to not display anything for weeks without data.
Now the issue that comes up is that I want the #N/A's to be hidden or displayed as "" in the data labels, but i'm stuck.
The only semi related post I could find is as follows, but it doesn't work with Excel 2007:
http://www.mrexcel.com/forum/showthread.php?t=77006&highlight=#N/A+Data+label
My data label number is currently formatted as such:
$0.00;[Red]-$0.00;$0;""