Nested If function in hindi

Nested If : एक्सेल में nested if function तब use लिया जाता है जब आप multiple conditions में से किसी एक condition के match होने पर रिजल्ट चाहते हो। जैसा की नीचे example में बताया गया है -
Example 1 (a) यदि cell A1 बराबर है 1 के तो formula रिजल्ट में "Bad" answer देगा-
First Nested If Formula, Value 1
Example 1 (b) यदि cell A1 बराबर है 2 के तो formula रिजल्ट में "Good"  answer देगा-
First Nested If Formula, Value 2
Example 1 (c) यदि cell A1 बराबर है 3 के तो formula रिजल्ट में "Excellent"  answer देगा-
First Nested If Formula, Value 3
Example 1 (d) यदि cell A1 बराबर है 3 के तो formula रिजल्ट में "no valid score"  answer देगा-
First Nested If Formula, Else
हम किसी दूसरे example से इसे समझते है -
Example 2 (a) यदि cell A1 value छोटी है या बराबर है 10 के, तो फॉमूला रिजल्ट में 350 return करेगा -
Second Nested If Formula, Value 6
Example 2 (b) यदि cell A1 value बड़ी है 10 से तथा 20 से छोटी या उसके बराबर है तो, फार्मूला रिजल्ट में 700 return करेगा -
Second Nested If Formula, Value 12
Example 2 (c) यदि cell A1 value बड़ी है 20 से तथा 30 से छोटी या उसके बराबर है तो, फार्मूला रिजल्ट में 700 return करेगा-
Second Nested If Formula, Value 27
Example 2 (d) यदि cell A1 value बड़ी है 30 से तो,फार्मूला रिजल्ट में 2000 return करेगा -
Second Nested If Formula, Else

1 comment:

Total Pageviews