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
August | 2013 | August 2013 – Aron's Tech Blog

Monthly Archives: August 2013

Uncategorized

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.