<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>deloreanmc12</author_name>
  <author_url>https://blog.hatena.ne.jp/deloreanmc12/</author_url>
  <blog_title>3流プログラマのメモ書き</blog_title>
  <blog_url>https://3ryupg.hatenablog.com/</blog_url>
  <categories>
    <anon>豆知識</anon>
  </categories>
  <description>A列(A2:A10)に下記のような数値が並んでるとします。 14450 578 145 145 14450 10838 0 7225 ここの中で、最小値かつ0以上の値を求めたいとした場合(145の値)、MIN関数だけではできません。(0となってしまう) このような時に配列数式というものを使うと値を求めることができるようです。 (配列数式とは、配列と呼ばれる複数の値またはセル参照に1つの数式を当てはめて、1つまたは複数の結果を求める計算式のことだそうです。) 上記のような条件付き(0より大)の最小値を求めるときはまず結果を表示するセルに下記の数式を入力します。 =MIN(IF(A2:A10&gt;0,…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F3ryupg.hatenablog.com%2Fentry%2F2010%2F09%2F25%2F031900&quot; title=&quot;(Excel)配列数式を使ってみた - 3流プログラマのメモ書き&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2010-09-25 03:19:00</published>
  <title>(Excel)配列数式を使ってみた</title>
  <type>rich</type>
  <url>https://3ryupg.hatenablog.com/entry/2010/09/25/031900</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
