Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i want to add visual cue to a simple text box background color ( red / green) what is the sintax for color?
if ( condition >=1,GREEN,RED)
You can try like
GREEN( ) or RED( )
if ( condition >=1,GREEN( ),RED( ) )
Or
if ( condition >=1,RGB(0,128,128),RGB(255,0,0) )
just say GREEN()
THANK YOU
can you mark the thread as 'Answered'?
You can try like
GREEN( ) or RED( )
if ( condition >=1,GREEN( ),RED( ) )
Or
if ( condition >=1,RGB(0,128,128),RGB(255,0,0) )
OtherWise , you have a function
RGB( -,-,-)/ARGB(-,-,-,-)
by using these functions you can
thanks, where can i find a color map or color list?
You can find color value like RGB in any color palate in the option color button in any chart from there if you select the colors you get the R,G,B values also Hue,Sat and Lum.
See the snap
hi ian,
Please find the attahment ,
there you can find the values ,
very usefull while working on color schemes
thanks but what values i add to the syntax?