<?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でセルに記録されている文字列を逆から（後ろから）並べ替える方法についてです。 VBAだとStrReverse関数がありますが、ここでは別の方法を試してみます。 SEQUENCE関数等を使う方法 Python in Excelを使う方法 SEQUENCE関数等を使う方法 B3セルに文字列が記録されています。 そこでC3セルに関数式を入力して逆から並べ替えた結果を得ています。 C3セル =CONCAT(MID(B3,SEQUENCE(1,LEN(B3),LEN(B3),-1),1)) MID関数を使って文字列を1文字ずつ取り出していますが、その第2引数（抽出開始位置）を「SEQUENCE…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.officeisyours.com%2Fentry%2F2019%2F12%2F05%2F002639&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/20240919/20240919052220.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-12-05 00:26:39</published>
  <title>（Excel）文字列を逆に並べ替える方法</title>
  <type>rich</type>
  <url>https://www.officeisyours.com/entry/2019/12/05/002639</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
