Hi
I'm using the following formula to split out the first name from cells that contain first and last name;
=LEFT(A2, FIND(" ", A2,1) -1)
This works fine, however if the cell only contains a first name I get a #VALUE!, how do I amend the formula so that it returns the first name if that's all the cell contains?
Thanks
I'm using the following formula to split out the first name from cells that contain first and last name;
=LEFT(A2, FIND(" ", A2,1) -1)
This works fine, however if the cell only contains a first name I get a #VALUE!, how do I amend the formula so that it returns the first name if that's all the cell contains?
Thanks