Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 New-here1
		
			New-here1
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 Or
		
			Or
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can use If(Condition1 AND Condition2 AND Condition3, Yellow()) for this. If multiple colors are necessary, it may be better to use nested if statements instead (e.g. If(Condition1, If(Condition2 AND Condition3,Yellow(),Red()),Green())
 msabi
		
			msabi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		you can use if() expression with RGB() or '#XXXXXX' hex
as example:
if(key=1,RGB(150,75,120),
if(key=2,RGB(100,80,120), RGB(100,10,100)
))
