0% found this document useful (0 votes)
38 views4 pages

Excel Function

This document lists and explains common arithmetic and statistical functions in Excel including addition, subtraction, multiplication, division, SUM, MIN, MAX, AVERAGE, PERCENTAGE, NOW, TODAY, COUNT, COUNTA, COUNTBLANK, CONCATENATE, COUNTIF, SQRT, PRODUCT, and formulas for calculating grades and remarks based on percentage scores.

Uploaded by

Arsal Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views4 pages

Excel Function

This document lists and explains common arithmetic and statistical functions in Excel including addition, subtraction, multiplication, division, SUM, MIN, MAX, AVERAGE, PERCENTAGE, NOW, TODAY, COUNT, COUNTA, COUNTBLANK, CONCATENATE, COUNTIF, SQRT, PRODUCT, and formulas for calculating grades and remarks based on percentage scores.

Uploaded by

Arsal Ali
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

SUM

ARITHMETIC OPERATORS
+

ADD

SUBTRACT

MULTIPLICATION

DIVISION

=SUM (RANGE)
OR
SUM: ALT + =
OR
STANDARD TOOLBAR + AUTOSUM

INSERT MENU + FUNCTION


OR
SHIFT + F3

MINIMUM
=MIN (RANGE)

MAXIMUM
=MAX (RANGE)

Large
=Large (rang, 1)

Prepared By: Muhammad Haris

1|Page

AVERAGE
=AVERAGE (RANGE)

PERCENTAGE
CENT = 100
=OBT/ TOTAL*100
=OBT/ TOTAL

NOW
=NOW ()

TODAY
=TODAY ()

COUNT
=COUNT (Range)

COUNTA
=COUNTA (RANGE)

COUNTBLANK
=COUNTBLANK (RANGE)

CONCATENATE
=concatenate (A1, B1)

COUNTIF
=COUNTIF (RANGE,"CRITERIA")

Prepared By: Muhammad Haris

2|Page

SQUARE ROOT
=SQRT (NUMBER)

PRODUCT
=PRODUCT (RANGE)

OBT MARKS

=IF(OR(D13="",E13="",F13="",G13="",H13="
",I13="",J13=""),"",SUM(D13:J13))

=IF(E3="","",E3/$F$1)

RESULT

=IF(F3="","LATER ON",IF(F3>=$G$1,"PASS","FAIL"))

Prepared By: Muhammad Haris

3|Page

GRADE

=IF(I12="","",IF(I12>=90%,"A+",IF(I12>=80%,"A",IF(I1
2>=70%,"B",IF(I12>=60%,"C",IF(I12>=50%,"D",IF(I12>
=40%,"E","FAIL")))))))

REMARKS:

=IF(I12="","",IF(I12>=90%,"EXCEPTIONAL",IF(I12>=8
0%,"EXCELLENT",IF(I12>=70%,"V.GOOD",IF(I12>=60
%,"GOOD",IF(I12>=50%,"SATISFACTORY",IF(I12>=40
%,"FAIR","FAIL")))))))

Prepared By: Muhammad Haris

4|Page

You might also like