Hi,
I need to concatenate data of two cell into one cell. I just use the formula "=[Cell1] + [Cell2])", which worked fine and gave the result "Cell1Cell2", however I need to have space or underscore between values of two cell like, "Cell1_Cell2" or "Cell1 Cell2".
My practical requirement is:
I need to concatenate "date" and "Job No." to give the result as "Batch No."
"08/17/16" and "WTL-2" to give result "08/17/17_WTL-2" and what am I getting now is, "08/17/16WTL-2"
Thank you.