<?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で、文字列の右から（後ろから）n文字目だけを抽出する方法についてです。 基本的な関数の組み合わせで実現できます。手順 次の画像では、B列に対象となる文字列が、C列には数値n（右からn文字目のn）が記録されています。 そこでD3セルに次のような式を入力してフィルコピーし、それぞれの文字列の右から（後ろから）n文字目だけを抽出しています。 nが文字列の文字数より大きいとエラーとなります。 D3セル（下方にフィルコピー） =MID(B3,LEN(B3)+1-C3,1) MID関数を使って文字列から１文字を抽出するという式ですが、第2引数（抽出開始位置）を「LEN(B3)+1-C3」としてい…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.officeisyours.com%2Fentry%2F2024%2F02%2F03%2F060000&quot; title=&quot;（Excel）右からn文字目を抽出する方法 - いきなり答える備忘録&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/20240203/20240203051925.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-02-03 06:00:00</published>
  <title>（Excel）右からn文字目を抽出する方法</title>
  <type>rich</type>
  <url>https://www.officeisyours.com/entry/2024/02/03/060000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
