Click Here to Drop Your Doubts
Summary: In this class, Jaywant Sir will be explaining Nested IF Function.
Process: =if (logical_test, [ value if true ], if (logical_test, [ value if true ],] [value_if_false]))
Nested IF itself is a concept in which we use multiple If altogether. This is called NestedIF because we insert one IF inside another IF. As you can see in this formula before one IF gets ended another IF starts that is called nesting.
Conclusion: After completion of this class you will be able to do Nested IF Function.