Why when I use a formula to combine two columns with data in, is the formula not including some of the surnames?
Your formula (({{Forename}}||"") + " " + ({{Surname}}||"")).trim() is working correctly. Looking at your screenshot, the formula is properly combining forenames and surnames when both values exist, and showing only the forename when the surname field is empty. [1]
The rows showing only forenames (Stephen, Beverly, Sharon) appear to have empty surname fields, which is why the formula outputs just the forename - this is the expected behavior.
Are you seeing specific rows where there's data in the Surname column but it's not appearing in the output, or are you referring to the rows that show empty surname fields?
Incorrect, you can see here Stephen, Bererly and Sharon all have data in the surname field
I see the issue now - you have data in the Surname column but it's not showing in your formula output. This typically happens when the enrichment or formula ran before all data was fully updated.
Try re-running your formula column to refresh the data. You can also check if there are any hidden characters or formatting issues by analyzing the formula and referenced data structure.
If the issue persists after re-running, there might be data formatting problems in those specific cells that need to be cleaned first.
Is that what you were looking for?
I've rerun it with all the data there and the forumla still doesn't work
Try using our data cleaning tools first. Go to "Add enrichment" > "Tools" > "Normalize" and run "Text Whitespace" on both your Forename and Surname columns. [1] This removes hidden characters that can break formulas.
If that doesn't work, try our built-in AI tool Sculptor in the top-right corner - it can help rebuild your formula and troubleshoot issues. Let me know if Sculptor helps or if you're still having problems after cleaning the data.
Did that answer your question?
If you still need help resolving the formula issue after trying the data cleaning and Sculptor tool, I’m here to assist further. Would you like to provide more details about what you’re trying to achieve or any specific errors you’re encountering?
