<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Count Trailing Zeros on Sulprobil</title>
    <link>https://www.sulprobil.de/tags/count-trailing-zeros/</link>
    <description>Recent content in Count Trailing Zeros on Sulprobil</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Thu, 04 Jun 2026 15:47:00 +0100</lastBuildDate>
    <atom:link href="https://www.sulprobil.de/tags/count-trailing-zeros/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Count Trailing Zeros (Excel)</title>
      <link>https://www.sulprobil.de/count_trailing_zeros_en/</link>
      <pubDate>Thu, 04 Jun 2026 15:47:00 +0100</pubDate>
      <guid>https://www.sulprobil.de/count_trailing_zeros_en/</guid>
      <description>&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;If you want to count trailing zeros of an integer, you have many options. Some are (curly brackets indicate&#xA;that you need to enter the formula with CTRL + SHIFT + ENTER):&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;{=(A3&amp;lt;&amp;gt;0)*SUM(--(A3=ROUND(A3,-ROW(INDIRECT(&amp;#34;1:15&amp;#34;)))))}&#xA;{=LEN(ABS(A4))-LEN(SUM(MID(ABS(A4),LEN(ABS(A4))+1-ROW(INDIRECT(&amp;#34;1:&amp;#34;&amp;amp;LEN(ABS(A4)))),1)*10^(LEN(ABS(A4))-ROW(INDIRECT(&amp;#34;1:&amp;#34;&amp;amp;LEN(ABS(A4)))))))}&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;img src=&#34;https://www.sulprobil.de/Count_Trailing_Zeros_Example2.png&#34; alt=&#34;Count_Trailing_Zeros_Example2&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;The formula in B4 would have been my favourite one if Excel had a worksheet function &lt;em&gt;REVERSE&lt;/em&gt;.&#xA;Then we could just use&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=LEN(ABS(A1))-LEN(--REVERSE(ABS(A1)))&#xA;&lt;/code&gt;&lt;/pre&gt;&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/Count_Trailing_Zeros_Region_UK.xlsm&#34;&gt;Count_Trailing_Zeros_Region_UK.xlsm&lt;/a&gt; [34 KB Excel file, open and use at your own risk]&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
