Using IF formula Problems in Excel
In this video we can discuss about Using IF Formulas in Excel Sheet.
Total = Telugu + Hindi + English
Grades:-
Two grades:-
=IF(Total>value,”A”,”B”)
Three grades :-
= IF(Total>=High Value,”A”,IF(Total>=Middle value,”B”,”C”))
Pass & Fail:-
=IF(AND(Telugu>35,Hindi>35,English>35),”Pass”, “Fail”)
=IF(Total>value,”A”,”B”)
Three grades :-
= IF(Total>=High Value,”A”,IF(Total>=Middle value,”B”,”C”))
Pass & Fail:-
=IF(AND(Telugu>35,Hindi>35,English>35),”Pass”, “Fail”)
Labels: Ms-Excel
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home