ststern45
Well-known Member
- Joined
- Sep 17, 2005
- Messages
- 974
- Office Version
- 365
- 2010
- Platform
- Windows
Hi everyone,
I receive a "#NUM !" from the following formula:
=IF($B20="","",IF(MOD(ROUNDUP(SUM($AO20/$BX$10),0),4)=0,3,MOD(ROUNDUP(SUM($AO20/$BX$10),0),4)-1))
Cell $AO20 = 2243283778949040000
Cell $BX$10 = 262144
The #NUM ! is due to "large" numbers. I wanted to ask if there may be an alternate formula?
I will also receive the same #NUM ! error with values in the following cells:
$BX$1 = 1
$BX$2 = 4
$BX$3 = 16
$BX$4 = 64
$BX$5 = 256
$BX$6 = 1024
$BX$7 = 4096
$BX$8 = 16384
$BX$9 = 65536
I don't get the #NUM ! error with the following formula below: The value = 2
=IF($B20="","",IF(MOD(ROUNDUP(SUM($AO20/$BX$11),0),4)=0,3,MOD(ROUNDUP(SUM($AO20/$BX$11),0),4)-1))
Cell $AO20 = 2243283778949040000
Cell $BX$11 = 1048576
Thanks in advance!!
I receive a "#NUM !" from the following formula:
=IF($B20="","",IF(MOD(ROUNDUP(SUM($AO20/$BX$10),0),4)=0,3,MOD(ROUNDUP(SUM($AO20/$BX$10),0),4)-1))
Cell $AO20 = 2243283778949040000
Cell $BX$10 = 262144
The #NUM ! is due to "large" numbers. I wanted to ask if there may be an alternate formula?
I will also receive the same #NUM ! error with values in the following cells:
$BX$1 = 1
$BX$2 = 4
$BX$3 = 16
$BX$4 = 64
$BX$5 = 256
$BX$6 = 1024
$BX$7 = 4096
$BX$8 = 16384
$BX$9 = 65536
I don't get the #NUM ! error with the following formula below: The value = 2
=IF($B20="","",IF(MOD(ROUNDUP(SUM($AO20/$BX$11),0),4)=0,3,MOD(ROUNDUP(SUM($AO20/$BX$11),0),4)-1))
Cell $AO20 = 2243283778949040000
Cell $BX$11 = 1048576
Thanks in advance!!