Related Posts
Telugu Video Tutorials – Notes – Shortcuts
In this video we can discuss about Some logical functions in below Notes.
1. AND():-
It Returns true if all arguments are true,returns false if one or more arguments is false
Syntax:-
=AND(logical 1,logical 2)
2. NOT():-
Reverses the value of its argument
Syntax:-
=NOT(logical)
3. OR():-
Returns true if any argument is true , returns false if all arguments are false
Syntax:-
=OR(logical1,logical2)