You are on page 1of 2

funtion formula output add/sub years

today today() 11/29/2023 date


now now() 11/29/2023 5:55 date+10years
date-5years
date day
8/25/2022 Thu goto custom and type ddd
8/26/2022 Fri if error
8/27/2022 Sat roll no.
8/28/2022 Sun 1
8/29/2022 Mon 2
8/30/2022 Tue 3
8/31/2022 Wed 4

enter value
isna 100
isna returns true if error is NA otherwise false 2
50
IFERROR(E15/E16,"enter valid no.")
iserror
iserror returns true for all type of error

iserr
iserr return true for all type of error except NA

Column1 iserr iserror isna error.type


#DIV/0! 1 1 0 2
#N/A 0 1 1 7

name marks1 marks2 marks3 total


bipin 24 76 45 145
harsh 67 66 34 167
ashish 54 98 23 175
edate output networkdays
9/1/2023
9/1/2023
9/1/2023

rror
name search roll no. output
bipin 2 harsh
harsh IFERROR(VLOOKUP(H9,E9:F12,2,0),"not found")
ashish
vishal

Column1
a ifna
b how to handle to NA
a/b

ifna
#DIV/0!
ignore

total/300
0.483333333333
0.556666666667
0.583333333333

You might also like