Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
im trying to change the background colour according to this range :
Try this?
If(SPB>=0 and SPB<=99, RGB(255,128,149), If(SPB>=100 and SPH<=129, RGB(128,255,170), If(SPH>=130, RGB(128,170,255))))
i try as follow
if(SPH >=0 and SPH <= 99, RGB(255,128,149),
if(SPH >= 100 and SPH <= 129, RGB(128,255,170),
if(SPH >= 130, RGB(128,170,255))))
still not change
Can you convert that into table and see, What is returning and test the values where it fails?