Array formula doesn't work with ErlangC formula

uwmarkyo

New Member
Joined
Aug 11, 2021
Messages
43
Office Version
  1. 365
Platform
  1. Windows
Hi I created an ErlangC formula for my excel:
{=IFERROR(SUM(IF(ROW(INDIRECT("1:"&CEILING(H2+1,1)))-1>=H2,0,IFERROR((((F2^ROW(INDIRECT("1:"&CEILING(H2+1,1))))/FACT(ROW(INDIRECT("1:"&CEILING(H2+1,1)))-1))*((H2-ROW(INDIRECT("1:"&CEILING(H2+1,1)))+1)/(F2+(H2-ROW(INDIRECT("1:"&CEILING(H2+1,1)))))),0))),0)}

at the end, I want to use Array formula to sum it up, but it won't work. can you teach me why it won't do it?
Thanks,

DayDateIntervalForecastScheduleCalls Per HrAHTFcst VolTarget Ans (sec)ErlangC
Sun
4/2/2023​
8:00:00 AM​
9​
15​
20​
329​
10​
30​
{=IFERROR(SUM(IF(ROW(INDIRECT("1:"&CEILING(H2+1,1)))-1>=H2,0,IFERROR((((F2^ROW(INDIRECT("1:"&CEILING(H2+1,1))))/FACT(ROW(INDIRECT("1:"&CEILING(H2+1,1)))-1))*((H2-ROW(INDIRECT("1:"&CEILING(H2+1,1)))+1)/(F2+(H2-ROW(INDIRECT("1:"&CEILING(H2+1,1)))))),0))),0)}
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying

Forum statistics

Threads
1,215,140
Messages
6,123,270
Members
449,093
Latest member
Vincent Khandagale

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