Skip to content

Instantly share code, notes, and snippets.

@kyleboehlen
kyleboehlen / erlangc.vb
Last active May 6, 2025 02:28
ErlangC WFM functions for Excel (VBA)
'Developed by Kyle Boehlen
'At Ken Garff SCC
'Last Updated 6/27/17 by Kyle Boehlen
'Contains all of the erlang functions needed such as Sigma, Factorial, SigmaFactorialLoop, ErlangC, Service Level, Traffic Intensity, and agents needed.
Function Factorial(ByVal n As Double) As Double
'Variable for answer
Dim dblAnswer As Double