excel - How to conditional format data points on a chart -


so, using combination of tableau , excel create chart shows 2012 presidential election. on table, have cells of state names show red, if republican votes > democrat votes, , blue if democrat votes > republican votes. thing is, create chart, or scatter plot states data points, show 1 color, , in excel can change color manually, can't conditionally format data points on chart.

how make colors change?

to conditionally format, create calc field:

if [rep votes] > [dem votes] 'red' else 'blue' end 

place on color shelf.

i not sure type of chart wanted created few different ones. think gets you're looking for. https://dl.dropboxusercontent.com/u/60455118/160612%20stack%20question.twbx


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -