<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Digit on Sulprobil</title>
    <link>https://www.sulprobil.de/tags/digit/</link>
    <description>Recent content in Digit on Sulprobil</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 31 May 2026 10:17:00 +0100</lastBuildDate>
    <atom:link href="https://www.sulprobil.de/tags/digit/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Increment Lowest Significant Digit (Excel)</title>
      <link>https://www.sulprobil.de/increment_lowest_significant_digit_en/</link>
      <pubDate>Sun, 31 May 2026 10:17:00 +0100</pubDate>
      <guid>https://www.sulprobil.de/increment_lowest_significant_digit_en/</guid>
      <description>&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;What if you need to increment a number on its lowest significant digit?&lt;/p&gt;&#xA;&lt;p&gt;Example: You have the number 123.4567. Now you need a function to determine 0.0001.&lt;/p&gt;&#xA;&lt;p&gt;Solution:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=10^(--RIGHT(TEXT(ABS(A1),&amp;#34;#.###############E+000&amp;#34;),4)+7-LEN(TEXT(ABS(A1),&amp;#34;#.###############E+000&amp;#34;)))&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;img src=&#34;https://www.sulprobil.de/Increment_Lowest_Significant_Digit.png&#34; alt=&#34;Increment_Lowest_Significant_Digit&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Please note that German Excel functions and decimal separator &amp;ldquo;,&amp;rdquo; are used in above graphic.&lt;/p&gt;&#xA;&lt;h2 id=&#34;download&#34;&gt;Download&lt;/h2&gt;&#xA;&lt;p&gt;Please read my &lt;a href=&#34;https://www.sulprobil.de/about/disclaimer_en/&#34; title=&#34;Disclaimer&#34;&gt;Disclaimer&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.sulprobil.de/Increment_Lowest_Significant_Digit.xlsx&#34;&gt;Increment_Lowest_Significant_Digit.xlsx&lt;/a&gt; [10 KB Excel file, open and use at your own risk]&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: A comprehensive documentation of my Excel implementations can be found in&#xA;&lt;a href=&#34;https://www.sulprobil.de/excel_vba_a_collection_en/&#34; title=&#34;Excel VBA A Collection&#34;&gt;Excel VBA A Collection&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
