Forum Discussion
HansVogelaar
MVP
=IF(OR($C$15="Not Lease", D$21="Past Horizon"), 0, $C$29*$C$3)
Mike_39
Feb 23, 2024Copper Contributor
That worked, thank you very much! Is there a limit for how many conditions you can add to the IF(OR) formula?
- HansVogelaarFeb 23, 2024MVP
Functions can have up to 255 arguments, so OR(...) could have up to 255 conditions!