Hello, I'm not sure what you want to see in the fourth column if it meets your criteria but this one will put all names into the fourth column.
So, cell A1 contains John
B1 contains Ryan
C1 contains Smith
the formula in D1 is: =IF(AND(A1<>"",B1<>"",C1<>"")=TRUE,A1&B1&C1,"")
This will return the result JohnRyanSmith.
If only John and Ryan were there then it would return a blank value.
Hope this is what you were after
Thanks
John C
Bookmarks