Hi everyone
This is the column I am using, it contains a name of a person and surname, so in order for me to extract the name and surname I use ‘split’


This is for surname:
But then the surname split will not work if on the column ‘Customer Name’ there is only a name and no surname…it sends an error, anyone how I should solve for this?, if there is no surname do i maybe need an IF statement?