1) Sum =sum(range) or =sum(a1..a5)
2) Sum =sum(a1+a2+a3+a4+a5)
3) Product =Product(a1..a2) or =a1*a2
4) subtract =(a1-a2)
5) Divide =(a1/a2)
6) Percentage =select total*100/500
7) maximum =max(range) or =max(a1..a2)
8) minimum =min(range) or =min(a1..a2)
9) average =average(range) or =average(a1..a5)
10) Power =Power(2,4) [24] =16
11) square root =sqrt(25) =5
12) count =count(range) or =count(a1..a2)
13) countblank =countblank(range)
14) count if =countif(d4..z4,"p")
15) current date and time =now()
16) current date =today()
17) day of current month =day(now())
18) current month =month(now())
19) current year =year(now())

0 Comments