<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>accs2014</author_name>
  <author_url>https://blog.hatena.ne.jp/accs2014/</author_url>
  <blog_title>いきなり答える備忘録</blog_title>
  <blog_url>https://www.officeisyours.com/</blog_url>
  <categories>
    <anon>Googleスプレッドシート</anon>
  </categories>
  <description>Googleスプレッドシートで、セル内の文字列を1文字ずつセルに分割する方法についてです。 メニューの「テキストを列に分割」を使っても（区切り文字がないため）うまくいきませんが、関数でなら比較的簡単に実現できます。 MID/SEQUENCE関数を使う方法 REGEXEXTRACT関数を使う方法 SPLIT/REGEXREPLACE関数を使う方法 MID/SEQUENCE関数を使う方法 次の画像では、D3セルに数式を入力し、B3セルに入力されている文字列を1文字ずつ分割して横方向に並べています。 D3セル =ARRAYFORMULA(MID(B3,SEQUENCE(1,LEN(B3)),1)) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.officeisyours.com%2Fentry%2F2019%2F05%2F25%2F110110&quot; title=&quot;（Gスプレッドシート）文字列を1文字ずつ各セルに分割する - いきなり答える備忘録&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/a/accs2014/20250126/20250126163927.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-05-25 11:01:10</published>
  <title>（Gスプレッドシート）文字列を1文字ずつ各セルに分割する</title>
  <type>rich</type>
  <url>https://www.officeisyours.com/entry/2019/05/25/110110</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
