• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

IF function decision tree - best practices

1. Not in the attached example, but in general, if you are using a nested IF, should the nested IF be in the TRUE portion of the IF function or the FALSE portion or does it not matter?

2. I created a decision tree. Each yellow box represents an IF condition. On rows 10-11, I have a nested IF in the TRUE portion and another one in the FALSE portion of the IF statement on row 3-4. Is there any way to avoid this? Is this bad practice?
 

Attachments

  • IF Statement Decision Tree.xlsx
    13.9 KB · Views: 3
Q1: Is there any way to avoid this?

Ans1: Pls check with and learn LOOKUP function family, like: Index/Match, Vlookup, Lookup, Offset......

Q2: Is this bad practice?

Ans2: Yes
 
Back
Top