<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Excel Function SEQUENCE on Sulprobil</title>
    <link>https://www.sulprobil.de/tags/excel-function-sequence/</link>
    <description>Recent content in Excel Function SEQUENCE on Sulprobil</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 31 May 2026 01:56:00 +0100</lastBuildDate>
    <atom:link href="https://www.sulprobil.de/tags/excel-function-sequence/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Likelihoods (Excel, VBA)</title>
      <link>https://www.sulprobil.de/likelihoods_en/</link>
      <pubDate>Sun, 31 May 2026 01:56:00 +0100</pubDate>
      <guid>https://www.sulprobil.de/likelihoods_en/</guid>
      <description>&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;If you draw 7 cards from a complete deck of 52 cards without replacement,&#xA;how likely is it that you will hold 3 aces?&lt;/p&gt;&#xA;&lt;p&gt;Answer: around 0,58%&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.sulprobil.de/Likelihoods_Drawing_with_or_without_Replacement.png&#34; alt=&#34;Likelihoods&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;A formula solution to calculate likelihoods without replacement for this with Excel 365 or Excel 2021&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=IFERROR(COMBIN(Elements_Drawn,SEQUENCE(1,Elements_Same + 1,0,1)) * (Elements_Same/Elements_Total)^SEQUENCE(1,Elements_Same + 1,0,1) * IFERROR((1 - Elements_Same/Elements_Total)^(Elements_Drawn-SEQUENCE(1,Elements_Same + 1,0,1)),1),0)&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;With replacement it would be&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;=IFERROR(COMBIN(Elements_Same,SEQUENCE(1,Elements_Same + 1,0,1))*COMBIN(Elements_Total - Elements_Same,Elements_Drawn-SEQUENCE(1,Elements_Same + 1,0,1))/COMBIN(Elements_Total,Elements_Drawn), 0)&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;These named ranges were defined:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
