In Excel 2010, I have a column of calculated fields (whole numbers between zero and one hundred). I want to create a chart using only those rows that have a value greater than zero. The data labels would come from another column, corresponding to the rows in which the non-zero values were found.
ex.
Column A Column B
smith 0
Jones 3
Brown 1
Wilson 2
Johnson 0
I want to create a graph that only uses rows 2, 3 and 4, and reflects the Jones, Brown and Wilson data points.