excel formulas
excel formulas
EXCEL FORMULAS
Note: Here A1, A is column and 1 is row
Addition:
=sum(A1:A2)
=sum(A1+A2)
Subtraction
=(A1-A2)
Division
=(A1/A2)
To change upper case to lower case
=lower(A1)
To change lower case to upper case
=upper(A1)
Report Card
A B C D E F G H I J K L
1 Sl.n Name En Hi Ka Math Sc Socia Mark Pe Resul Grad
o g n n s i l s r t e
2 1 Rakes 85 86 75 69 95 88
h
Marks
=sum(c2:h2)
Percentage
=(J2*100/625)
Result
=if(countif(c2:h2,”>=35”)=6,”pass”,”fail”)
Grade
=if(j2>=90,”A+”,if(j2>=70,”A”,if(j2>=50,”B+”,if(j2>=40,”B”,if(j2>=30,”
C+”,if(j2>=29,”C”))))))
A B C D E F G
1 SL.NO NAME P.AMOUNT TIME RATE INTEREST TOTAL
AMOUNT
2 1 RAKESH 25000 4 3%
3 2 ASHWINI 50000 6 3
A B C D
1 SL.NO NAME AGE STATUS
2 1 RAKESH 15
3 2 ASHWINI 24
=if(c2>=18,”Eligible”,”Not Eligible”)
=if(c3>=18,”Eligible”,”Not Eligible”)
Count
This excel functions counts the numeric value in one or more
cells or ranges.
Since this formula calculates the only numeric values.
CountA
This excel formulae counts both numbers and text.
Since this formulae does not count blanks cells.
Countblank
This excel formulae counts blank cells.
Since this formula does not count text, numbers, errors,
space etc…
A B C D E F
1 SL.NO FRUITS CITIES QTY(KG) RATE TOTAL
2 1 MANGO GOA 50 20 1000
TOTAL
=sum(F2:F20) vertical sum