Forum Discussion
ProTee
Nov 05, 2020Copper Contributor
Multiple =IF Function
Dear Community, First, I’m rather new to Excel and have no programming background. Maybe I’ve undertaken more than I can handle, but I’m a quick learner. I’ll keep this a short as p...
mtarler
Nov 06, 2020Silver Contributor
ProTee May I suggest that you just put the MAX() inside the IF() statement. As you noted, the MAX() is much cleaner and clearer to read than the multiple IF conditions. So
=IF( [tee to hole] = 0, "", MAX(...) )
But at this point it is mainly a readability and serviceability issue, not functional so of course use what you are most comfortable with.
Glad your issue has been worked out.