D 
		
								
				
				
			
		Dominique Feteau
Heres is my function:
=IF(ISBLANK(L16),"","Cc: "&L16&" "&M16)
What i want to do is put L16 & M16 together with the "Cc: " in front of it.
But I want the cell blank if nothing is in L16.
When I use this code, it puts the "Cc: " in there. How do i change it up
so that it remains blank and the "Cc: " only comes up when L16 & M16 are
populated.
				
			=IF(ISBLANK(L16),"","Cc: "&L16&" "&M16)
What i want to do is put L16 & M16 together with the "Cc: " in front of it.
But I want the cell blank if nothing is in L16.
When I use this code, it puts the "Cc: " in there. How do i change it up
so that it remains blank and the "Cc: " only comes up when L16 & M16 are
populated.
 
	