Sheets(1).Select
For i = 1 To Range("D36553").End(xlUp).Row
If Cells(i, 4) <> "" Then
Cells(i, 10).Value = Cells(i, 4).Value & "," & Cells(i, 5).Value & "," & Cells(i, 6).Value & "," & Cells(i, 7).Value & "," & Cells(i, 8).Value & "," & Cells(i, 9).Value
End If
Next i