<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shikaku</author_name>
  <author_url>https://blog.hatena.ne.jp/shikaku/</author_url>
  <blog_title>shikaku's blog</blog_title>
  <blog_url>https://blog.systemjp.net/</blog_url>
  <categories>
  </categories>
  <description>列の内容を配列に取り込んで、 その配列内を検索して場所を調べるという方法になります。 function input_value(){ var key = &quot;え&quot;; var col = &quot;A&quot;; var sh = SpreadsheetApp.getActiveSheet(); var row = get_row(key, col, sh); sh.getRange(row, 2).setValue(&quot;ここ&quot;) } function get_row(key, col, sh){ var array = get_array(sh, col); var row = array.indexOf(key…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.systemjp.net%2Fentry%2F2019%2F05%2F01%2F231003&quot; title=&quot;GASで列内で特定の値に一致する行番号を取得する - shikaku&amp;#39;s blog&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>2019-05-01 23:10:03</published>
  <title>GASで列内で特定の値に一致する行番号を取得する</title>
  <type>rich</type>
  <url>https://blog.systemjp.net/entry/2019/05/01/231003</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
