Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a requirement.
There is a chart and in which one column has just a background notthe value, If we are selecting this column, the current selection box should show the color instead of RGB values or blank.
Thanks in advance
Hi:
Unfortunately current selections boxes show fields and selected values. You can do the next: In your current selections box, open the title tab and set the color to calculated. Place your expression there like, =only(rcolor,gcolor,bcolor).
Remember that rgb() function has 3 parameters.
This might help you.
Hi Christian,
this can happen only if there is one such column. what if there are multiple columns which has only colors as background.
Can we write any macro on this?
Thanks