Excel Basic Detail 2023(1)
Excel Basic Detail 2023(1)
Excel 2010
Excel
Excel Extension Name .xlsx
Excel formula function
Book
Sheet Gridline
SAINIK COMPUTER CENTER RANOLI
cell
Work sheet by default row pt Column
pt
Excel Function/Formula –
1. sum-
=sum(15,7,13)
35 ans.
2. product-
=product(15,5)
75 ans.
3.mod -
=mod(15,4)
3 ans.
4. average-
=average(15,3,7,9)
8.5 ans.
5. now- computer
=now()
08/01/2022 8:40
6. today- computer
SAINIK COMPUTER CENTER RANOLI
=today()
08/01/2022
7. roman-
=roman(16)
XVI ans. [ L=50, C =100]
8. fact-
=fact(3)
6 ans. (3×2×1=6)
9. count – sheet
=count(select sheet)
25 ans.
10. power-
=power(5,2)
25 ans. (5×5)(53= 5×5×5=125)
11. sqrt-
=sqrt(169)
13 ans. (169=13×13=132)
SAINIK COMPUTER CENTER RANOLI
12. round-
=round(152.3824,2)
152.38 ans.
13.roundup-
=roundup(152.3824,2)
152.39 ans.
14. abs-
=abs(-5832)
5832 ans.
15. int-
Int(525.329)
525 ans.
16.upper- sheet CAPITAL LETTER
=upper(computer)
COMPUTER
17. lower- sheet small letter
=lower(computer)
Computer
18. proper- Capital letter
SAINIK COMPUTER CENTER RANOLI
=proper(computer)
Computer
19. mid-
=mid(computer ,3,5)
mpute
20. left-
=left(computer, 4)
Comp
21. right-
=right(computer, 4)
uter
22.max- sheet
=max(select sheet)
726
23. min- sheet
=min(select sheet)
-15
24. rept- sheet
=rept(computer, 2)
SAINIK COMPUTER CENTER RANOLI
Computercomputer
25. len-
=len(computer)
8
26. countif- sheet data
=countif(select sheet ,’’teacher’’)
5
27. trim- space
=trim(-computer)
computer
28. odd-
=odd(24)
25 ans.
29. even-
=even(25)
26
30. concatenate ( )- sheet
=concatenate(sainik,computer)
Sainikcomputer
SAINIK COMPUTER CENTER RANOLI