<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Infoment</author_name>
  <author_url>https://blog.hatena.ne.jp/Infoment/</author_url>
  <blog_title>Infomentのブログ ～Excel VBA奮闘記～</blog_title>
  <blog_url>https://infoment.hatenablog.com/</blog_url>
  <categories>
    <anon>Excel</anon>
    <anon>VBA</anon>
    <anon>ユーザー定義関数</anon>
    <anon>作ってみた</anon>
  </categories>
  <description>例えば、以下の配列があるとします。 Dim seq As Variant seq = Array(2, -5, 4, 6.5, 9, 7) この配列の仕様は、次の通りです。 数値のみで構成されている。 これらの数値は、不連続な場合がある（例. 1 の次が 3 など） 並びは順不同である（昇順または降順になっていない） この中の指定した数値が、配列を昇順にソートした何番目であるか知りたいとき、どうすれば良いでしょうか。周囲に相談したところ、 「RANK関数が使えるのでは？」 という助言をいただいたのですが、Rangeでのみ有効でした。残念。そこで、RANK関数のような処理をする辞書（連想配列）を…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finfoment.hatenablog.com%2Fentry%2F2018%2F09%2F12%2F183018&quot; title=&quot;配列でRANK関数のような処理をする辞書 - Infomentのブログ ～Excel VBA奮闘記～&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/I/Infoment/20180912/20180912182449.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-09-12 18:30:18</published>
  <title>配列でRANK関数のような処理をする辞書</title>
  <type>rich</type>
  <url>https://infoment.hatenablog.com/entry/2018/09/12/183018</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
