<?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スプレッドシートで、IPアドレスのゼロ埋め（ゼロパディング）をした文字列を生成する方法です。 SPLIT関数等を使って、IPアドレスのゼロ埋めをすることができます。手順 B列に、ゼロ埋めされていないIPアドレスが記録されています。 そこで、C3セルに次のように入力します。 C3セル =JOIN(&quot;.&quot;,ARRAYFORMULA(TEXT(SPLIT(B3,&quot;.&quot;),&quot;000&quot;))) SPLIT関数を使って「.」で区切られた4つの数字を分割しています。 さらにTEXT関数を使ってそれらを3桁のゼロ埋めされた文字列に改めた上で、JOIN関数を使って「.」を挿んで連結しています。 確定し…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.officeisyours.com%2Fentry%2F2021%2F02%2F06%2F220253&quot; title=&quot;（Gスプレッドシート）IPアドレスのゼロ埋めをする - いきなり答える備忘録&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/20210206/20210206210121.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-02-06 22:02:53</published>
  <title>（Gスプレッドシート）IPアドレスのゼロ埋めをする</title>
  <type>rich</type>
  <url>https://www.officeisyours.com/entry/2021/02/06/220253</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
