Thursday, November 21

Tag: how to use And function in excel

IF With And Function To Get Result From Multiple Criteria

IF With And Function To Get Result From Multiple Criteria

FORMULAS, Logical
To get the specific output by matching the multiple criteria we can use Logical IF With And Function. The Logical IF used to populate the result if the AND function result in True or False. The AND function check the two matching criteria provided to evaluate the condition and result in TRUE or FALSE. Here we are checking that if the student name is Juan and the subject is English the result should be "Selected" else "Not Eligible". We can also provide the reference in place of "Selected" And "Not Eligible". Please check the image below. FORMULA : =IF(AND(A3="Juan",B3="English"),"Selected","Not Eleigible")FORMULA : =IF(AND(A3="Juan",B3="English"), A4,"Not Eleigible")
AND Function In Excel

AND Function In Excel

FORMULAS, Logical
AND Function is a logical function in excel. Basically AND Function is used to fulfill more than 1 criteria and show result in the form of TRUE or FALSE. If a single criteria is not matching then as a result it will give you false. Suppose if you want to find the logical condition true or false as per example shown in image You can also use this AND function with other function in excel like SUM, Count, Countif, Countifs and many more.