logical function in hindi

IF Function-

IF function एक्सेल में most popular and useful  functions में से एक है। एक्सेल में if function किसी condition के आधार पर दी गई values को test करता है तथा रिजल्ट में condition के मैच होने पर true (1st statement ) रिजल्ट देता है तथा condition के मैच ना होने पर false (2nd statement) रिजल्ट देता है। 

इस tutorial में हम सीखेंगे if function के syntax तथा उसके कॉमन usages के बारे में। hopefully यह tutorial beginners and experienced Excel users दोनों के लिए helpful होगा। 
Syntax for Excel :    IF(logical_test, [value_if_true], [value_if_false])
Example of If Function-If Function

IF function examples for numbers: greater than, less than, equal to
if function को हम विभिन्न logical operators के साथ use लेते है। नीचे दी गई list में logical operators को if function के साथ कैसे use लेना है बताया गया है -
Condition
Operator
Formula Example
Description
Greater than>=IF(A2>5, "OK",)यदि A2 cell में दिया गया number 5 से बड़ा है तो, formula रिजल्ट में "OK" show करेगा otherwise "0 "
Less than<=IF(A2<5 font="">यदि A2 cell में दिया गया number 5 से छोटा है तो, formula रिजल्ट में "OK" show करेगा otherwise "0 "
Equal to==IF(A2=5, "OK", "Wrong number")यदि A2 cell में दिया गया number 5 के बराबर है तो, formula रिजल्ट में "OK" show करेगा otherwise"Wrong number".
Not equal to<>=IF(A2<>5, "Wrong number", "OK")
यदि A2 cell में दिया गया number 5 के बराबर नहीं है तो, formula रिजल्ट में  "Wrong number " show करेगा otherwise - "OK".
Greater than or equal to>==IF(A2>=5, "OK", "Poor")यदि A2 cell में दिया गया number 5 से बड़ा है या बराबर है तो, formula रिजल्ट में "OK" शो करेगा otherwise "poor"
Less than or equal to<==IF(A2<=5, "OK", "")यदि A2 cell में दिया गया number 5 से छोटा है या बराबर है तो, formula रिजल्ट में "OK" शो करेगा otherwise "empty"

And Function

Syntax :-  AND(logical1, [logical2], ...)  

And function सभी conditions के true (सही) होने पर रिजल्ट true (1st statement), तथा किसी भी condition के false (गलत) होने पर रिजल्ट false (2nd statement )देता है।

Example of And Function -

And Function

OR Function

Syntax :-  OR(logical1, [logical2], ...)

OR Function किसी भी condition के true (सही) होने पर रिजल्ट true (1st statement) देता है, तथा सभी conditions के false (गलत) होने पर रिजल्ट false (2nd statement) देता है। 

Example of OR  Function -

Or Function

some if function related functions :
Nested if 

Related Posts:

  • Computer fundamental 3 Computer virus introduction in hindi dEI;wVj ok;jl ,d lsYQ fjfIydsfVax dEI;wVj izksxzke gS] tks nwljs ,DlhD;wVscy dksM ;k MkWD;wesaV esa bldh… Read More
  • computer fundamental 2 How to create desktop shortcut in hindi Desktop icon किसी भी फाइल या प्रोग्राम, सॉफ्टवेयर का शॉर्टकट आइकॉन है जो किसी फोल्डर या ड्राइव में रखा है… Read More
  • Computer fundamental 4 How can i use print screen in hindi print screen एक दूसरा तरीका screen capture, screenshot,तथा स्क्रीन की  picture लेने का। स्क्री… Read More
  • Internet Knowledge page 2 Merge PDF Files in HIndi:- कई बार ऐसा होता है कि हमारे पास दो तीन ऐसी पीडीएफ फाइलें होती हैं जिन्हें हम अलग अलग नहीं परंतु एक साथ रखना चाहते हैं. … Read More
  • Computer fundamental 5 MS Office Starting MS Word  MS Word को स्टार्ट करना आप वर्ड प्रोग्राम को विभिन्न तरीको द्वारा ओपन कर सकते है।  इसका एक तरीका स्… Read More

2 comments:

Total Pageviews

298757