Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an straight table in which I given conditional color for each column and in TOTAL cell also that color applies.I could not change it using "Custom Format Cell" also.
Please find attached image and tell me is it possible to change that color and how ??
Thanks in Advance,
Deepak
Deepak,
Use Dimensionallity function in the expression of background colour:
=if(Dimensionallity()=0, RGB(...), RGB(...))
Just set your RGB components. First one will be the TOTAL one.
Marc.
Deepak,
Use Dimensionallity function in the expression of background colour:
=if(Dimensionallity()=0, RGB(...), RGB(...))
Just set your RGB components. First one will be the TOTAL one.
Marc.
Thanks marcarreras ,
It works actually when Dimensionality()<>0 for my case .. but how this function works & on what basis it return value.
you can read this document to understand working of dimensionality
Mr.Deepak Pls Study the Dimensionality() Function and do it okay ah...we ask you to do in your own...
Thanks greeshma_k ,
Now I Got it.