IF Condition


1. 'IF WITH AND' - USE IF FORMULA AS PER CONDITION

 Find the category as per given condition in the data using IF Formula.

Example:

=IF(AND(H5>=70,H5<=100),"A",IF(AND(H5>=50,H5<70),"B",IF(AND(H5>=25,H5<50),"C",IF(AND(H5<50),"D"))))



No comments:

Post a Comment