{"id":1859,"date":"2024-02-03T15:30:35","date_gmt":"2024-02-03T21:30:35","guid":{"rendered":"https:\/\/xlfxs.com\/?p=1859"},"modified":"2024-02-03T15:30:35","modified_gmt":"2024-02-03T21:30:35","slug":"middle-name","status":"publish","type":"post","link":"https:\/\/xlfxs.com\/?p=1859","title":{"rendered":"Middle name + 1st name"},"content":{"rendered":"\n<p>Get the initial (middle name) from a triple name in a cell.<br>C4 The cell contains the triple name separated with spaces.<br><code>=LEFT(C4,1) &amp; \".\" &amp; MID(C4, SEARCH(\" \", C4, 1) + 1, 1) &amp; \".\" &amp; MID(C4, SEARCH(\" \", C4, SEARCH(\" \", C4, 1) + 1) + 1, 1) &amp; \".\"<\/code><\/p>\n\n\n\n<!--more-->\n\n\n\n<p>Get the 1st name from a cell containing a string separated with spaces.<br>F13 Cell containing the long string.<br><code>=LEFT(F13,SEARCH(\" \",F13,1)-1)<\/code><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Get the initial (middle name) from a triple name in a cell.C4 The cell contains the triple name separated with spaces.=LEFT(C4,1) &amp; &#8220;.&#8221; &amp; MID(C4, SEARCH(&#8221; &#8220;, C4, 1) + 1, 1) &amp; &#8220;.&#8221; &amp; MID(C4, SEARCH(&#8221; &#8220;, C4, SEARCH(&#8221; &#8220;, C4, 1) + 1) + 1, 1) &amp; &#8220;.&#8221;<\/p>\n","protected":false},"author":1,"featured_media":1860,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15,3,33,40,52,6,8],"tags":[154,161],"class_list":["post-1859","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-basic-math","category-formulas","category-left","category-mid","category-search","category-standard_functions","category-texts-and-strings","tag-left","tag-mid"],"_links":{"self":[{"href":"https:\/\/xlfxs.com\/index.php?rest_route=\/wp\/v2\/posts\/1859","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xlfxs.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xlfxs.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xlfxs.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xlfxs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1859"}],"version-history":[{"count":0,"href":"https:\/\/xlfxs.com\/index.php?rest_route=\/wp\/v2\/posts\/1859\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/xlfxs.com\/index.php?rest_route=\/wp\/v2\/media\/1860"}],"wp:attachment":[{"href":"https:\/\/xlfxs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1859"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xlfxs.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1859"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xlfxs.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1859"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}