Array formula doesn't work with ErlangC formula

uwmarkyo

New Member
Joined
Aug 11, 2021
Messages
44
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

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)

Forum statistics

Threads
1,224,822
Messages
6,181,164
Members
453,021
Latest member
Justyna P

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