For example
Cell A1 = Bobby
Cell B1 = Mark
Let say you want to concatenate Bobby and Mark name using underscore from Cell A1 and B1. Simply use the following command;
=A1,"_",B1 Or
=Concatenate(A1,"_",B1)
The result yields = Bobby_Mark
No comments:
Post a Comment