Advertisement
To concatenate the columns we have to create calculated
column and we have to write the formula based on our requirement.
First create a calculated column
Create a formula as shown in below example to combine two
columns.
Example:
I am already having two columns with name “YourColumnName1”
and “YourColumnName2”,if we want to combine the both the columns we have to
create a another column with calculated type and add the formula as shown
below.
=CONCATENATE(YourColumnName1,YourColumnName2)
If we use this example, we won’t get any space between the “YourColumnName1”
and “YourColumnName2”.
If we want to give any space between the two columns we have
to use this below formula.
=CONCATENTATE(YourColumnName1,””, YourColumnName2)
Can someone please tell me what is wrong with this function...I keep getting an error
ReplyDelete=IF(ISBLANK([LayMiddleName]),CONCATENATE([Title-2],” “,[LayFirstName],” “,[LayLastName]), CONCATENATE([Title-2],” “,[LayFirstName],” “,[LayMiddleName],” “,[LayLastName]))
ADD IT THE FUCK WHERE FOR FUCK'S SAKE?
ReplyDelete