I have 6 months of data - Aug to Feb and what I want to identify is the rows that have a figure in Aug but nothing in the more recent months.
To give an example
	
	
	
		
What I need is a way to highlight A and not B or C. My head is going to explode Ive tried all sorts of nested IF's and &'s but to no avail!!
Hopefully someone can come up with something!!!
Thanks
	
		
			
		
		
	
				
			To give an example
		Code:
	
	            Aug   Sep    Oct    Nov   Dec    Jan   Feb
A          100      0       0     0      0     0     0
B          150      0       0     0      0   100     0
C            0    100       0     0      0     0    50
	What I need is a way to highlight A and not B or C. My head is going to explode Ive tried all sorts of nested IF's and &'s but to no avail!!
Hopefully someone can come up with something!!!
Thanks