0% found this document useful (0 votes)
6 views

Excel Basic Detail 2023(1)

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Excel Basic Detail 2023(1)

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

SAINIK COMPUTER CENTER RANOLI

Excel 2010

 Excel ‘Excel’ ‘Ms Mxcel’


Excel Spread Sheet Data Tabular formet
Open , Create , Edit , Formatting , Calculate , Share Print

Excel
 Excel Extension Name .xlsx
 Excel formula function

Formula- user formate, Formula


Ex.= 15+14=29
Function- formate Function
Ex.= Sum(A1,A2) =29
 Excel book
 Excel page spread sheet, sheet, workbook

 Excel book by default sheets 3


 Sheet column- )
row-
 Sheet Total Column XFD(16324) Total
row
 Excel column address Alphabetical formate row
address number formate
SAINIK COMPUTER CENTER RANOLI

 Sheet column row


cell
 cell cell active
cell
 address bar name box formula function bar
left side)
 Sheet cell address A1
 formula function cell
select cell rang
 Sheet cell cut/ copy cell

 Sheet address bar column address


row address
A1 A= column
1= row
 Excel mouse pointer +
 Cell Edit function key F2 formula
function bar
 Formula
(,)
 Cell cell ##### ( )

 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

31. column- sheet column address


=column()
515
32. row- sheet row address
=row()
55
33. vlookup- cell
=vlookup(typename,select table,column number,true/false)

You might also like