<?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スプレッドシートで、数字のゼロ埋め（ゼロパディング）した文字列を生成する方法についてです。 TEXT関数またはBASE関数を用いて、数字のゼロ埋めを行うことができます。手順 B3とB4に同じ218という数字が記録されています。 これらをゼロ埋めした8桁の文字列にするものとします。 C3,C4にそれぞれ次のように入力します。 C3セル（TEXT関数を使用） =TEXT(B3,&quot;00000000&quot;) 第2引数の「&quot;00000000&quot;」により文字列のフォーマットを指定しています。 C4セル（BASE関数を使用） =BASE(B4,10,8) BASE関数はまさにゼロ埋めのための関数です。…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.officeisyours.com%2Fentry%2F2019%2F06%2F23%2F123758&quot; title=&quot;（Gスプレッドシート）数字をゼロ埋めした文字列を作る - いきなり答える備忘録&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/20190623/20190623121502.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-06-23 12:37:58</published>
  <title>（Gスプレッドシート）数字をゼロ埋めした文字列を作る</title>
  <type>rich</type>
  <url>https://www.officeisyours.com/entry/2019/06/23/123758</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
