IF(<Boolean>;<any>;<any>) can you take data from the same sheet in place of "any" as an argument to IF after the boolean expression.
I want to include data from the same sheet if the boolean condition is satisfied. Is that possible?
-
Hi Pallavi,
Yes you can certainly do this. The arguments for the IF statement are:
1. IF <Boolean> is True.
2. Then do this.
3. Else do this.
So, for your "Then" condition(the second argument) you would reference the column in question that you want data from.
Let me know if that doesn't clear it up for you,
Alan
Please sign in to leave a comment.
Comments
2 comments