0% found this document useful (0 votes)
11 views5 pages

If Condition

This document contains examples of Excel functions such as IF, NOT, TODAY, COUNT, COUNTBLANK, and COUNTIF. The IF function is used to return a value based on certain conditions. NOT returns the logical opposite of a value. TODAY returns the current date and TODAY()+10 returns a date 10 days in the future. COUNT counts the number of cells that contain numeric values. COUNTBLANK counts empty cells. COUNTIF counts cells based on meeting a criteria.

Uploaded by

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

If Condition

This document contains examples of Excel functions such as IF, NOT, TODAY, COUNT, COUNTBLANK, and COUNTIF. The IF function is used to return a value based on certain conditions. NOT returns the logical opposite of a value. TODAY returns the current date and TODAY()+10 returns a date 10 days in the future. COUNT counts the number of cells that contain numeric values. COUNTBLANK counts empty cells. COUNTIF counts cells based on meeting a criteria.

Uploaded by

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

Roll no.

name sub 1 result 1


1a 23 FAIL
2b 28 PASS
3c 63 PASS
4d 54 PASS
5e 89 FAIL
IF(C6>40,"PASS","FAIL")

name marks result range result


payal 25 FAIL FAIL
mayur 45 PASS PASS
prem 56 PASS PASS
jeet 78 EXCELLENT EXCELLENT
sahil 97 EXCELLENT EXCELLENT
akshay 33 FAIL FAIL
IF(B19>60,"EXCELLENT",IF(B19>40,"PASS","FAIL"))

Nested if condition
sub 2 result 2 sub 3 result 3 sub 4 sub 5 TOTAL new total
44 PASS 65 PASS 76 PASS 208 208
13 FAIL 84 PASS 90 PASS 215 215
24 FAIL 67 PASS 79 PASS 233 253
56 PASS 53 PASS 38 FAIL 201 201
87 PASS 78 PASS 54 PASS 308 328
C2+E2+G2+I2 IF(K2>230,K2+20,K2)

if condition

NOT FUNCTION
Column1 Column2
TRUE FALSE
FALSE TRUE
not(h21)
date new date
### 12/9/2023
### 12/9/2023
### 12/9/2023
### 12/9/2023
### 12/9/2023
TODAY() TODAY()+10
count
date
1/22/2023 no. of numeric values 5
11
2:34
acs
43
56

countA
Column1
1/22/2023 it will count no. of filled space 7
11

acs
43
56

12
3:34
COUNTBLANK
Column1
1 counting the no. of blank space 2
2

countif
marks grade
45 pass it will count the grade 3
33 fail
23 fail
87 pass
90 pass

You might also like