I have a cell with first and lastname and I cannot figure out how to seperate them. Irecall doing this once and it didnt’ feel that hard but I must be doing soemthing wrong in the code
sometimes there are multiple space between
ex.
John Doe
with code below gives me John
Andrée Dompierre
give me Andree Dom !?
=LEFT(D12,LEN(D12)-FIND(" ",D12))
<edited by @Lupp>
I changed the tag “math” to “calc”.
</edit>