Logical Function लेबलों वाले संदेश दिखाए जा रहे हैं. सभी संदेश दिखाएं
Logical Function लेबलों वाले संदेश दिखाए जा रहे हैं. सभी संदेश दिखाएं

गुरुवार, 16 अप्रैल 2020

Functions : Text Function & Logical Function

Text Function

Char –

दिये गये Number (ASCII Value)के आधार पर Character Display करता है।
Syntax : Char (Number)
Example : = Char(65)
Value : A

Concatenate –

दी गयी दो या दो से अधिक Text String को जोड़कर एक बनाया जाता है।
Syntax : Concatenate (String 1, String 2 ……..)
Example : = Concatenate (B1, B2)
Value : Ram Kishor
Where B1 = Ram, B2 = Kishor

Left – 

दी गयी Text String मे से Left के Number Of Character Display करता है।
Syntax : Left (String, Number Of Char)
Example : = Left (E5, 5)
Value : RamKi
Where E5 = RamKishor

Right –

दी गयी Text String मे से Right के Number Of Character Display करता है।
Syntax : Right (String, Number Of Char)
Example : = Right (E5,5)
Value : ishor
Where E5 = RamKishor

Mid –

दी गयी Text String में Mid में एक निश्चित जगह से Number Of Character Display करते है।
Syntax : Mid(String, Num Of Character, Starting Position)
Example : = Mid (E5, 2, 3)
Value : amk

Upper –

दी गयी Text को Capital Letter में बदला जाता हें
Syntax : Upper(String)
Example : = Upper(E5)
Value : RAM KISHOR
Where E5 = Ram Kishor

Lower – 

दी गयी Text String को Small Letter में बदला जाता है।
Syntax : Lower (String)
Example : = Lower (E5)
Value : ram kishor
Where E5 = Ram Kishor

Proper – 

दी गयी Text String में पहले Letter को बड़ा बाकी Letters को छोटा किया जाता है।
Syntax : Proper (String)
Example : = Proper (E5) 
Value : Ram Kishor 
Where E5 = Ram Kishor

Find –

इसके अंतर्गत किसी Particular Cell में किसी अक्षर अथवा Word को Search किया जाता है।
Syntax : Find (“Search text”, With In Text, Position)
Example : = Find (“a”,B9,1)
Value : 2
Where B9= Ram Kishor

Replace – 

किसी Cell मे उपस्थित पुराने Text के स्थान पर नये Text को Replace किया जाता है।
Syntax : Replace (“Old text”, Start Pos, Number Of Char , “New Text”)
Example : = Replace (B9,4,0, “prasad” )

Trim – 

दी गई Character String में उपस्थित अनावश्यक Space हटा दिया जाता है।
Syntax : B10 =(Ram.....kumar)
Example : = Trim(B9)
Value : Ram Kishor
Where B9= Ram           Kishor

Logical Function

And – 

दिये गये सारे  Argument यदि True है, तब Value True आती है Otherwise False आती है।
Syntax : And (Condition1, Condition2,------)
Example : = And (B4>=60,B5>=60)
Value : False
Where B4 = 65, B5=45

OR -

यदि दिये गये सारे Argument False है तब Value False आती है Otherwise True आती है।
Syntax : Or (Condition1, Condition2,------)
Example : = Or (B4>=60,B5>=60)
Value : True
Where B4 = 65, B5=45

Not - 

यदि दिया गया Argument True है तो False आयेगा और False है तो True आयेगा।
Syntax : Not (Condition)
Example : = Not (B4>=60)
Value : False
Where B4 = 65

True – 

True Value Display करता है।
Syntax : True( )
Example : = True( )
Value : True

False – 

True Value Display करता है।
Syntax : False ( )
Example : = False ( )
Value : False

IF – 

दी गई Condition के आधार पर True अथवा False Value Display करता है।
Syntax : IF (Condition, True Value, False Value)
Example : = IF(B4>=60 “Pass”,”Fail”)
Value : Pass
Where B4 = 65

MS POWER-POINT : Additional options excluding MS-Word and Excel - II

Format Menu Font – Select Text के Font, Font Style, Font Size, Effect, Color आदि  Set or Change  किया जाता है। Alignment – Active Paragraph ...