chapter 3 microsoft excel ( adv. if condition )

2
Address :- New Delhi Contact :- 8882880965 STP COMPUTER EDUCATION The Best Quality of Software &Programming Computer Education www.stpcomputereducation.com SUBJECT :- MSICROSOFT OFFICE Chapter 3 Microsoft Excel ( Adv. IF Condition ) Formula of Percentage : - IF function is used for applying condition. Syntax :- if(condition,true,false) IF(2>3 , TRUE , FALSE ) Condition Those who have more than 33 percent get a pass and those who have come down from 33 get a fail. जिसकी परसटेि 33 से ादा आई है उसे पास जिल िऔर ि33 से नीचे आया है उसे फेल जिल ि! A B C D E F G 1 Roll no Name Hindi English Maths Total Percentage 2 1 ankit 25 85 52 =SUM(C2:E2) =F2*100/300 3 2 harsh 63 69 36 =SUM(C3:E3) =F3/3 4 3 gautam 45 45 95 =SUM(C4:E4) 5 4 mahima 99 89 98 =SUM(C5:E5) 6 5 shivani 56 25 32 =SUM(C6:E6)

Upload: others

Post on 29-Jan-2022

9 views

Category:

Documents


0 download

TRANSCRIPT

Address :- New Delhi Contact :- 8882880965

STP COMPUTER EDUCATION The Best Quality of Software &Programming Computer Education

www.stpcomputereducation.com

SUBJECT :- MSICROSOFT OFFICE

Chapter 3 Microsoft Excel ( Adv. IF Condition )

Formula of Percentage : -

IF function is used for applying condition.

Syntax :- if(condition,true,false)

IF(2>3 , TRUE , FALSE )

Condition Those who have more than 33 percent get a pass and those

who have come down from 33 get a fail.

जिसकी परसेंटेि 33 से ज्यादा आई है उसे पास जिल िाए और िो 33 से नीचे आया है

उसे फेल जिल िाए !

A B C D E F G

1 Roll no Name Hindi English Maths Total Percentage

2 1 ankit 25 85 52 =SUM(C2:E2) =F2*100/300

3 2 harsh 63 69 36 =SUM(C3:E3) =F3/3

4 3 gautam 45 45 95 =SUM(C4:E4)

5 4 mahima 99 89 98 =SUM(C5:E5)

6 5 shivani 56 25 32 =SUM(C6:E6)

If(percentage >= 33,”Pass”,”Fail”)

Adv. If Condition

Condition : -

80 > A

60 > B

50 > C

50 < D

IF( PER > 80 , ”A” , IF( PER > 60 , ”B” , IF( PER > 50 , ”C” , ”D” )))

CELL ADDRESS OF

PERCENTAGE