Module-2 Chapter: 18 AND/OR/NOT FUNCTION IN EXCEL

AND Function: It returns TRUE if all the conditions specified are true. If any condition is false, AND will return FALSE. It’s useful when you need multiple conditions to be met for a certain result.
=AND(condition1, condition2, ...)
OR Function: It returns TRUE if any of the conditions specified are true. It’s useful when you want a result if at least one of several conditions is met.
=OR(condition1, condition2, ...)
NOT Function: It reverses the result of a logical test. If the condition is TRUE, NOT returns FALSE, and vice versa. It’s useful when you want to check if a condition is not met.
=NOT(condition)
These functions can be combined with the IF function to create more complex logical tests. For example, you might want to return a value only if multiple conditions are met (IF combined with AND), or if one of several conditions is met (IF combined with OR), or if a condition is not met (IF combined with NOT).
Here’s how you might see them used with the IF function:
IF with AND:
=IF(AND(condition1, condition2), value_if_true, value_if_false)
IF with OR:
=IF(OR(condition1, condition2), value_if_true, value_if_false)
IF with NOT:
=IF(NOT(condition), value_if_true, value_if_false)
Would you like to see a specific example using these functions

Пікірлер: 2

  • @muhammadriyajuddin7073
    @muhammadriyajuddin70732 ай бұрын

    Very informative n very easily understandable page format to understand some given formula at once on their respective results n difference.... ALLAH na makha henna chathaba ngamhanbisanu ........

  • @riyaznadwi0607
    @riyaznadwi06072 ай бұрын

    Try to zoom in when you put the formula so that everyone could see clearly that input because many are probably watching on their mobile screen.