M
magmike
I am attempting to show only the First Name of a Full Name field,
however, I run into issues when only the first name has been entered
and there is therefore no space. When that happens, I get #VALUE!.
This is how I have tried to tackle that, but it didn't work:
=IF(H36="","",IF((LEFT(H36,FIND("
",H36)))="#VALUE!","",LEFT(H36,FIND(" ",H36))))
Any advice?
magmike
however, I run into issues when only the first name has been entered
and there is therefore no space. When that happens, I get #VALUE!.
This is how I have tried to tackle that, but it didn't work:
=IF(H36="","",IF((LEFT(H36,FIND("
",H36)))="#VALUE!","",LEFT(H36,FIND(" ",H36))))
Any advice?
magmike