Hi all, i am trying to reproduce an exel formula that calculates the Minimum Sample Size based on some values in Airtable.
the formula in excel is like this:
=IF(AB2;ROUNDUP((1,644853625*(2I2(1-I2))^0,5+0,8416212327*(I2*(1-I2)+(I2+(I2AC2))(1-I2-(I2AC2)))^0,5)^2/((I2AC2)^2);0)*K2;0,1)
Reference:
AB2 = value from call (TRUE/FALSE)
I2 = 10% (value from cell)
AC2 = 20% (value from cell)
K2 = 2 (value from sell)
I am stuck with the use of “^” (power)
any suggestions?
Thanks in advance.
Regards Maichel