Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
 nesonica
		
			nesonica
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi guys,
I wanted to concatenate the columns D, N, and A. Unfortunately I get no results when concatenating with
=CONCAT([D],[N],[A])
| Customer | D | N | A | (expected)DNA | 
| 1 | 1 | 2 | 2 | 122 | 
| 2 | 2 | 2 | 1 | 221 | 
| 3 | 3 | 1 | 1 | 311 | 
Can you guys help me? 🙂
 Shubham_Deshmuk
		
			Shubham_Deshmuk Shubham_Deshmuk
		
			Shubham_DeshmukUse this :
=D&N&A
//Update : no use of '' in between.
 d_petrov
		
			d_petrov
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 vishsaggi
		
			vishsaggi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 vishsaggi
		
			vishsaggi
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 nesonica
		
			nesonica
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		