Summation Part of Erlang C Formula

tinydancer

New Member
Joined
Jun 15, 2016
Messages
44
What would be the best way to write the below summation into a formula in excel?

1626898050229.png

It is part of the Erlang C formula and I am looking to calculate it a number of times. Right now I have a table that changes based on the "A" value then I use a vlookup based on "N-1" to go grab that sum. I can't build a whole table each time for a calculation I'm looking to do well over a thousand times. Looking to see if anybody has a workaround to turn this into a formula.

Thank you
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
You are aware there is a limit of the size of numbers excel can calculate accurately? Of courrse it all depends on N as well.
 
Upvote 0
This guys claim to have an excel example. But I can't be bothered to check it on my phone. ;)
 
Upvote 0
Yes I am familiar with the link you posted and I do know n can only go to 170. I have already built an excel tool that can calculate erlang c. The summation I mentioned above though is the part I am looking to condense. So perhaps I shouldn't have mentioned erlang c as I have already solved all other issues with it, I am just looking to calculate the above summation in one formula.
 
Upvote 0
I admit I have not looked at the example and have never needed this particular formula before, but isn't dealing with the sum part of the provided example?
I will have a look tomorrow. Past midnight is no time to deal with such problems ?.
 
Upvote 0
How about:
Book3
AB
1AN
256
3
4
5
691.41667
791.41667
Sheet1
Cell Formulas
RangeFormula
A6A6=SERIESSUM(A2,0,1,1/(FACT(ROW(INDIRECT("1:"&B2))-1)))
A7A7=SERIESSUM(A2,0,1,1/(FACT(SEQUENCE(B2,,0))))
Press CTRL+SHIFT+ENTER to enter array formulas.


A7 is if you have Excel 365.
 
Upvote 0
Solution
How about:
Book3
AB
1AN
256
3
4
5
691.41667
791.41667
Sheet1
Cell Formulas
RangeFormula
A6A6=SERIESSUM(A2,0,1,1/(FACT(ROW(INDIRECT("1:"&B2))-1)))
A7A7=SERIESSUM(A2,0,1,1/(FACT(SEQUENCE(B2,,0))))
Press CTRL+SHIFT+ENTER to enter array formulas.


A7 is if you have Excel 365.
Your answer appears to be correct but whenever I plug in your formula all I am getting is 1. Any thoughts?
 
Upvote 0
Did you put the numbers in A2 and B2?
 
Upvote 0
You have not entered the formula as array formula.
Enter the cell with F2 the press Ctrl+Shift+Enter.
 
Upvote 0

Forum statistics

Threads
1,215,487
Messages
6,125,075
Members
449,205
Latest member
Healthydogs

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top