PrettyGood_Not Great
Board Regular
- Joined
- Nov 24, 2023
- Messages
- 95
- Office Version
- 365
- Platform
- Windows
Hi,
I have the following algorithm comprised of mostly nested IF. I am struggling to upgrade this to a 365 solution that will allow the equation to spill.
=IF($D11>=FcstMonth,IF(O$10>=$D11,IF(O$10<=$E11,$F11*O$9/SUM(XLOOKUP($D11,$O$10:$BF$10,$O$9#):XLOOKUP($E11,$O$10:$BF$10,$O$9#)),""),""),IF(O$10>=FcstMonth,IF(O$10<=$E11,$F11*O$9/SUM(XLOOKUP(FcstMonth,$O$10:$BF$10,$O$9#):XLOOKUP($E11,$O$10:$BF$10,$O$9#)))))
I don't expect anyone to come back with a working example to this puppy, just looking for any known approaches to handling the series of nested if. When I set all of the vertical references to spill (i.e. $D11# etc), I get a #VALUE.
I have the following algorithm comprised of mostly nested IF. I am struggling to upgrade this to a 365 solution that will allow the equation to spill.
=IF($D11>=FcstMonth,IF(O$10>=$D11,IF(O$10<=$E11,$F11*O$9/SUM(XLOOKUP($D11,$O$10:$BF$10,$O$9#):XLOOKUP($E11,$O$10:$BF$10,$O$9#)),""),""),IF(O$10>=FcstMonth,IF(O$10<=$E11,$F11*O$9/SUM(XLOOKUP(FcstMonth,$O$10:$BF$10,$O$9#):XLOOKUP($E11,$O$10:$BF$10,$O$9#)))))
I don't expect anyone to come back with a working example to this puppy, just looking for any known approaches to handling the series of nested if. When I set all of the vertical references to spill (i.e. $D11# etc), I get a #VALUE.