Notice: Function WP_Block_Type_Registry::register was called incorrectly. Block type "core/video" is already registered. Please see Debugging in WordPress for more information. (This message was added in version 5.0.0.) in /var/www/html/blog_tech/wp-includes/functions.php on line 6121
The name game with Excel spreadsheets | The name game with Excel spreadsheets – Aron's Tech Blog

The name game with Excel spreadsheets

Basic take-away is:

=LEFT(A1,FIND(” “,A1,1)-1)

=RIGHT(A1,LEN(A1)-FIND(” “,A1,1)

Here is a really good article on it.

Comments are closed.