<?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>Excel</anon>
  </categories>
  <description>Excelで、使える文字と長さを指定してパスワード（ランダムな文字列）を作る方法についてです。 MID関数とRANDARRAY関数等を利用してパスワードを生成することができます。手順 画像ではB3セルで使用可能文字が、C3セルで長さ（パスワードの文字数）が設定されています。 E3セル上の数式で、これらを参照してパスワードを生成しています。 E3セルの式は次のようなものです。 =CONCAT(MID(B3,RANDARRAY(C3,,1,LEN(B3),TRUE),1)) RANDARRAY関数により「1から『使用可能文字の文字数』まで」のランダムな整数を、「長さ」と同じ個数だけ生成しています。…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.officeisyours.com%2Fentry%2F2020%2F06%2F20%2F151655&quot; title=&quot;（Excel）ランダムなパスワードを作成する - いきなり答える備忘録&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/20200620/20200620144925.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-06-20 15:16:55</published>
  <title>（Excel）ランダムなパスワードを作成する</title>
  <type>rich</type>
  <url>https://www.officeisyours.com/entry/2020/06/20/151655</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
