Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 MK_QSL
		
			MK_QSL
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Addition to my previous question….
i.e. (this might be wrong as Months are not sorted but below example is for reference only.
| Branch Code | TOP 3 | Month | Total | ####### | ####### | ####### | ####### | ####### | ####### | 
| Branch 01 | pshan | 105,706 | 15,139 | 15,876 | 27,376 | 18,801 | 17,567 | 10,948 | 
 
					
				
		
 mdmukramali
		
			mdmukramali
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
To convert a MonthName (text field) into a month dual value:
Month(Date#(MonthName & ' 2013', 'MMM YYYY')) --- if MonthName = 'Jan', 'Feb', ....
Month(Date#(MonthName & ' 2013', 'MMMM YYYY')) --- if MonthName = 'January', 'February', ....
Now sort the months by numeric value as they are duals (which has a number underlying value).
For the comparison, use Before() or Before(TOTAL) function.
HTH
Jonathan
 
					
				
		
 mdmukramali
		
			mdmukramali
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Dear,
Kindly find the attachment.
i hope it will help you.
 
					
				
		
 israrkhan
		
			israrkhan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		for background Try This expression
=if( Before(sum(Sales))<=sum(Sales),Green(),Red()),
or you can Use RGB Value instead of green() and red().
Like RGB(200,100,0), RGB = RED>> GREEN>> BLUE
for sorting, Check Text A>Z and uncheck load order..
