SlideShare a Scribd company logo
1 of 26
EXCEL cont...
OVERVIEW
• Copying formulas and functions
• Mathematical operators
– Precedence order of operators
• Types of cell referencing
– Relative
– Absolute
– Mixed
• Charts and Graphs
– Pie
– Bar
– Column Charts
– Line
Copying formulas and functions
• Sometimes when we enter a formula,
we need to repeat the same formula
for many different cells. In the
spreadsheet we can use the copy and
paste command. The cell locations in
the formula are pasted relative to the
position we Copy them from.
• Cells information is copied from its
relative position.
Copying formulas and functions
cont…
A B C
5 10 =A1 + B1
10 20 =A2 + B2
15 30 =A3 + B3
10 20 =? + ?
• In other words in the original cell (C1)
the equation was (A1+B1).
• When copied and pasted the equation
pasted into (C2) would be (A2+B2).
And the equation pasted into (C3)
would be (A3+B3).
Copying formulas and functions
using FILL HANDLE
• If you have a lot of duplicate
formulas you can easily use a FILL
Handle.
•
Mathematical operands
• The mathematical operators used in
Excel formulas are similar to the ones
used in math class.
• Subtraction - minus sign ( - )
• Addition - plus sign ( + )
• Division - forward slash ( / )
• Multiplication - asterisk (* )
• Exponentiation - caret (^ )
Order of Precedence of
operators
• If more than one operator is used in
a formula, there is a specific order
that Excel will follow to perform
these mathematical operations. This
order of operations can be changed
by adding brackets to the equation.
An easy way to remember the order
of operations is to use the acronym:
BEDMAS
BEDMAS
• The Order of Operations is:
• Brackets
Exponents
Division
Multiplication
Addition
Subtraction
How the Order of Operations
Works
• Any operation(s) contained in brackets will be
carried out first followed by any exponents.
• After that, Excel considers division or
multiplication operations to be of equal
importance, and carries out these operations in
the order they occur left to right in the
equation.
• The same goes for the next two operations –
addition and subtraction. They are considered
equal in the order of operations. Which ever one
appears first in an equation, either addition or
subtraction, is the operation carried out first.
Types of cell referencing
• Once you understand cell references
your life will change forever
Relative Cell
referencing
•By default, Excel uses relative
reference. See the formula in
cell D2. Cell D2 references
(points to) cell B2 and cell C2.
Both references are relative.
• If you select cell D2 and drag
it down with a fill handle to cell
D5.
•Do you see what happens? Cell
D3 references cell B3 and cell
C3. Cell D4 references cell B4
and cell C4, and so on. The
reference in the formula is
relative to the position of the
cell containing the formula. In
other words: each cell
references its two neighbors on
the left. Sometimes we don't
want this type of reference.
Absolute cell
Referencing
See the formula in cell B2.
Cell B2 references cell A2
and cell E2. Again, both
references are relative.
1. Select cell B2 and drag it
down one cell.
Result:
Do you see what happens?
Cell B3 references cell E3
which is not what we want.
Solution: we need to fix the
reference to cell E2 in the
formula of cell B2. In other
words: we need to make an
absolute reference to cell
E2.
Absolute cell
Referencing cont…
2. To achieve this,
place a $ symbol in
front of the row and
column address of cell
E2. This way the
reference to cell E2 will
not change when you
drag the formula down.
Drag cell B2 down
again.
Check: Cell B5
references cell A5 and
cell E2
Mixed Cell
referencing
Sometimes we need a
combination of relative and
absolute reference (mixed
reference). See the following
example with two products and
three reductions. You may find
yourself in a similar situation
every now and then.
1. See the formula in cell E3.
We want to copy this formula
to the other cells quickly. Drag
cell E3 across one cell.
Do you see what happens? The
reference to the price should
be a reference to column B!
Solution: fix the column
address of cell B2 (in the
formula of cell E3). To achieve
this, place a $ symbol in front
of the column letter ($B2).
Mixed Cell
referencing
•In a similar way, when dragging
cell E3 down, the reference to
the reduction should be a
reference to row 7.
•Solution: fix the row address
of cell A7 (in the formula of
cell E3). To achieve this, place
a $ symbol in front of the row
number (A$7).
Result:
2. Now we can safely drag the
formulas to the other cells.
Result.
Hence cell G4 points to the
correct cells.
Charts and Graphs
• Microsoft Excel supports many kinds of
charts to help the user display data in ways
that are meaningful to the audience.
• Chart Wizard is used to create a chart
• Otherwise Chart Type command allows to
change an existing chart to another type
easily by selecting the type you want from a
list of standard or custom chart types.
• In ICT122 a few standard chart types are
discussed
Line
• A line chart shows trends in data at equal intervals. Line
charts have the following chart sub-types:
– Line This type of chart displays trends over time or
categories. It is also available with markers displayed
at each data value.
– Stacked Line This type of chart displays the trend
of the contribution of each value over time or
categories. It is also available with markers displayed
at each data value.
– 100% Stacked Line This type of chart displays the
trend of the percentage each value contributes over
time or categories. It is also available with markers
displayed at each data value.
– 3-D Line This is a line chart with a 3-D visual
effect.
Line Charts cont…
Column Chart
• A column chart is used to compare values across categories. Column charts
have the following chart sub-types:
• Clustered Column This type of chart compares values across categories.
It is also available with a 3-D visual effect. As shown in the following
chart, categories are organized horizontally, and values vertically, to
emphasize variation over time.
• Stacked Column This type of chart shows the relationship of individual
items to the whole, comparing the contribution of each value to a total
across categories. It is also available with a 3-D visual effect.
• 100% Stacked Column This type of chart compares the percentage each
value contributes to a total across categories. It is also available with a 3-
D visual effect.
• 3-D Column This type of chart compares data points (data points:
Individual values plotted in a chart and represented by bars, columns, lines,
pie or doughnut slices, dots, and various other shapes called data markers.
Data markers of the same color constitute a data series.) along two axes.
For example, in the following 3-D chart, you can compare four quarters of
sales performance in Europe with the performance of two other divisions.
Column Chart cont…
Bar Chart
• A bar chart illustrates comparisons among individual items.
They are the best chart type for comparing multiple values.
Bar charts have the following chart sub-types:
• Clustered Bar This type of chart compares values across
categories. It is also available with a 3-D visual effect. In
the following chart, categories are organized vertically, and
values horizontally, to place focus on comparing the values.
• Stacked Bar This type of chart show the relationship of
individual items to the whole. It is also available with a 3-D
visual effect.
• 100 % Stacked Bar This type of chart compares the
percentage each value contributes to a total across
categories. It is also available with a 3-D visual effect.
Bar Chart cont…
Pie Chart
• A pie chart displays the contribution of each value to a total. In
other words it shows the proportion of each dataseries in a whole
• Pie charts have the following chart sub-types:
• Pie This type of chart displays the contribution of each value
to a total. It is also available with a 3-D visual effect, as shown
in the following chart.
• Exploded Pie This type of chart displays the contribution of
each value to a total while emphasizing individual values. It is
also available with a 3-D visual effect.
• Pie of Pie This is a pie chart with user-defined values
extracted and combined into a second pie. For example, to make
small slices easier to see, you can group them together as one
item in a pie chart and then break down that item in a smaller
pie or bar chart next to the main chart.
• Bar of Pie This is a pie chart with user-defined values
extracted and combined into a stacked bar.
Pie Chart cont…
Other Charts
• Area
• Scatter
• Bubble
• Radar
• etc

More Related Content

Similar to ict important notes EssssehjvXCEL cont i.pptx

4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
Nitish Nagar
 
Excel basics for everyday use part three
Excel basics for everyday use part threeExcel basics for everyday use part three
Excel basics for everyday use part three
Kevin McLogan
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
FranzLawrenzDeTorres1
 

Similar to ict important notes EssssehjvXCEL cont i.pptx (20)

4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
 
Intro to Excel Basics: Part II
Intro to Excel Basics: Part IIIntro to Excel Basics: Part II
Intro to Excel Basics: Part II
 
Excel basics for everyday use part three
Excel basics for everyday use part threeExcel basics for everyday use part three
Excel basics for everyday use part three
 
Charts in MS Excel
Charts in MS ExcelCharts in MS Excel
Charts in MS Excel
 
Hanan's presentation.pptx
Hanan's presentation.pptxHanan's presentation.pptx
Hanan's presentation.pptx
 
Modulo 1 de diapo..
Modulo  1 de diapo..Modulo  1 de diapo..
Modulo 1 de diapo..
 
Modulo 1 de diapo..
Modulo  1 de diapo..Modulo  1 de diapo..
Modulo 1 de diapo..
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
IPT Preliminary Spreadsheets
IPT Preliminary SpreadsheetsIPT Preliminary Spreadsheets
IPT Preliminary Spreadsheets
 
Charts in excel
Charts in excelCharts in excel
Charts in excel
 
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALMIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
 
Lesson 27 - Excel Lesson 13.pptx
Lesson 27 - Excel Lesson 13.pptxLesson 27 - Excel Lesson 13.pptx
Lesson 27 - Excel Lesson 13.pptx
 
Types of charts in Excel and How to use them
Types of charts in Excel and How to use themTypes of charts in Excel and How to use them
Types of charts in Excel and How to use them
 
Floating column chart
Floating column chartFloating column chart
Floating column chart
 
Presentation of data ppt
Presentation of data pptPresentation of data ppt
Presentation of data ppt
 
What is Line Graph
What is Line GraphWhat is Line Graph
What is Line Graph
 
Spreadsheets 101
Spreadsheets 101Spreadsheets 101
Spreadsheets 101
 
diagrammatic and graphical representation of data
 diagrammatic and graphical representation of data diagrammatic and graphical representation of data
diagrammatic and graphical representation of data
 
Data presentation
Data presentationData presentation
Data presentation
 

More from Amanda783100

Hierarchy in Biology8.ppthyfdtxtdrfcubcbgfutf
Hierarchy in Biology8.ppthyfdtxtdrfcubcbgfutfHierarchy in Biology8.ppthyfdtxtdrfcubcbgfutf
Hierarchy in Biology8.ppthyfdtxtdrfcubcbgfutf
Amanda783100
 
bio101.ppthfdhfifyskuhufztdfsrsygjlffhhpiefiy
bio101.ppthfdhfifyskuhufztdfsrsygjlffhhpiefiybio101.ppthfdhfifyskuhufztdfsrsygjlffhhpiefiy
bio101.ppthfdhfifyskuhufztdfsrsygjlffhhpiefiy
Amanda783100
 
ICT NOTEhftussfhuifjgzcghgfrfzdxkdhfzS 8.pdf
ICT NOTEhftussfhuifjgzcghgfrfzdxkdhfzS 8.pdfICT NOTEhftussfhuifjgzcghgfrfzdxkdhfzS 8.pdf
ICT NOTEhftussfhuifjgzcghgfrfzdxkdhfzS 8.pdf
Amanda783100
 
ICT NOTESmbjbujbhbuhuhhipv;ihsjhis 7.pptx
ICT NOTESmbjbujbhbuhuhhipv;ihsjhis 7.pptxICT NOTESmbjbujbhbuhuhhipv;ihsjhis 7.pptx
ICT NOTESmbjbujbhbuhuhhipv;ihsjhis 7.pptx
Amanda783100
 
Genetics_SBB_1204_Part_I_Mendelism_and_Post-Mendelism.pptx
Genetics_SBB_1204_Part_I_Mendelism_and_Post-Mendelism.pptxGenetics_SBB_1204_Part_I_Mendelism_and_Post-Mendelism.pptx
Genetics_SBB_1204_Part_I_Mendelism_and_Post-Mendelism.pptx
Amanda783100
 
2 . COMPLEMEfbfhghgrghgrrgthtrh5tgrNT.pptx
2 . COMPLEMEfbfhghgrghgrrgthtrh5tgrNT.pptx2 . COMPLEMEfbfhghgrghgrrgthtrh5tgrNT.pptx
2 . COMPLEMEfbfhghgrghgrrgthtrh5tgrNT.pptx
Amanda783100
 
WEEK 4 REPORT WbhbjhbjbjbjbbjcydxRITING.pptx
WEEK 4 REPORT WbhbjhbjbjbjbbjcydxRITING.pptxWEEK 4 REPORT WbhbjhbjbjbjbbjcydxRITING.pptx
WEEK 4 REPORT WbhbjhbjbjbjbbjcydxRITING.pptx
Amanda783100
 
Developing an Argumen jnjniknkinibnjnt(1).pptx
Developing an Argumen jnjniknkinibnjnt(1).pptxDeveloping an Argumen jnjniknkinibnjnt(1).pptx
Developing an Argumen jnjniknkinibnjnt(1).pptx
Amanda783100
 
cv111 (hgvuvhivutfjviybvjubgucfcxjgsz1).pptx
cv111 (hgvuvhivutfjviybvjubgucfcxjgsz1).pptxcv111 (hgvuvhivutfjviybvjubgucfcxjgsz1).pptx
cv111 (hgvuvhivutfjviybvjubgucfcxjgsz1).pptx
Amanda783100
 
COMM141 hihohigihp'yetafxbWEEK 1 & 2.pptx
COMM141 hihohigihp'yetafxbWEEK 1 & 2.pptxCOMM141 hihohigihp'yetafxbWEEK 1 & 2.pptx
COMM141 hihohigihp'yetafxbWEEK 1 & 2.pptx
Amanda783100
 
COMMUNICATION AND ACADEMIC LITERACY FOR SCIENCE 2018.pptx
COMMUNICATION AND ACADEMIC LITERACY FOR SCIENCE 2018.pptxCOMMUNICATION AND ACADEMIC LITERACY FOR SCIENCE 2018.pptx
COMMUNICATION AND ACADEMIC LITERACY FOR SCIENCE 2018.pptx
Amanda783100
 
Lecture_1_Introduction_to_invertebrates_presentation.pptx
Lecture_1_Introduction_to_invertebrates_presentation.pptxLecture_1_Introduction_to_invertebrates_presentation.pptx
Lecture_1_Introduction_to_invertebrates_presentation.pptx
Amanda783100
 
Corebdrgegergconvdbcepts[1]. lect 6ppt.ppt
Corebdrgegergconvdbcepts[1]. lect 6ppt.pptCorebdrgegergconvdbcepts[1]. lect 6ppt.ppt
Corebdrgegergconvdbcepts[1]. lect 6ppt.ppt
Amanda783100
 
Core concepts[khbhjbojbobjb iok1]. lect 6ppt.ppt
Core concepts[khbhjbojbobjb iok1]. lect 6ppt.pptCore concepts[khbhjbojbobjb iok1]. lect 6ppt.ppt
Core concepts[khbhjbojbobjb iok1]. lect 6ppt.ppt
Amanda783100
 
Classification of animalm kknolnolmomos.pptx
Classification of animalm kknolnolmomos.pptxClassification of animalm kknolnolmomos.pptx
Classification of animalm kknolnolmomos.pptx
Amanda783100
 
bio 111 lect 25-26 (2jgdrsrycmbbcrkhx).pptx
bio 111 lect 25-26 (2jgdrsrycmbbcrkhx).pptxbio 111 lect 25-26 (2jgdrsrycmbbcrkhx).pptx
bio 111 lect 25-26 (2jgdrsrycmbbcrkhx).pptx
Amanda783100
 

More from Amanda783100 (20)

Hierarchy in Biology8.ppthyfdtxtdrfcubcbgfutf
Hierarchy in Biology8.ppthyfdtxtdrfcubcbgfutfHierarchy in Biology8.ppthyfdtxtdrfcubcbgfutf
Hierarchy in Biology8.ppthyfdtxtdrfcubcbgfutf
 
bio101.ppthfdhfifyskuhufztdfsrsygjlffhhpiefiy
bio101.ppthfdhfifyskuhufztdfsrsygjlffhhpiefiybio101.ppthfdhfifyskuhufztdfsrsygjlffhhpiefiy
bio101.ppthfdhfifyskuhufztdfsrsygjlffhhpiefiy
 
Bio 111 L16 09 (2).pN VCXFXGFUGSFHGTXZDpt
Bio 111   L16   09 (2).pN VCXFXGFUGSFHGTXZDptBio 111   L16   09 (2).pN VCXFXGFUGSFHGTXZDpt
Bio 111 L16 09 (2).pN VCXFXGFUGSFHGTXZDpt
 
ICT NOTEhftussfhuifjgzcghgfrfzdxkdhfzS 8.pdf
ICT NOTEhftussfhuifjgzcghgfrfzdxkdhfzS 8.pdfICT NOTEhftussfhuifjgzcghgfrfzdxkdhfzS 8.pdf
ICT NOTEhftussfhuifjgzcghgfrfzdxkdhfzS 8.pdf
 
ICT NOTESmbjbujbhbuhuhhipv;ihsjhis 7.pptx
ICT NOTESmbjbujbhbuhuhhipv;ihsjhis 7.pptxICT NOTESmbjbujbhbuhuhhipv;ihsjhis 7.pptx
ICT NOTESmbjbujbhbuhuhhipv;ihsjhis 7.pptx
 
Genetics_SBB_1204_Part_I_Mendelism_and_Post-Mendelism.pptx
Genetics_SBB_1204_Part_I_Mendelism_and_Post-Mendelism.pptxGenetics_SBB_1204_Part_I_Mendelism_and_Post-Mendelism.pptx
Genetics_SBB_1204_Part_I_Mendelism_and_Post-Mendelism.pptx
 
2 . COMPLEMEfbfhghgrghgrrgthtrh5tgrNT.pptx
2 . COMPLEMEfbfhghgrghgrrgthtrh5tgrNT.pptx2 . COMPLEMEfbfhghgrghgrrgthtrh5tgrNT.pptx
2 . COMPLEMEfbfhghgrghgrrgthtrh5tgrNT.pptx
 
WEEK 4 REPORT WbhbjhbjbjbjbbjcydxRITING.pptx
WEEK 4 REPORT WbhbjhbjbjbjbbjcydxRITING.pptxWEEK 4 REPORT WbhbjhbjbjbjbbjcydxRITING.pptx
WEEK 4 REPORT WbhbjhbjbjbjbbjcydxRITING.pptx
 
Bbggfghhjjkkkkk,,,hgxfgzcxhjckgatch 3 .pptx
Bbggfghhjjkkkkk,,,hgxfgzcxhjckgatch 3 .pptxBbggfghhjjkkkkk,,,hgxfgzcxhjckgatch 3 .pptx
Bbggfghhjjkkkkk,,,hgxfgzcxhjckgatch 3 .pptx
 
Developing an Argumen jnjniknkinibnjnt(1).pptx
Developing an Argumen jnjniknkinibnjnt(1).pptxDeveloping an Argumen jnjniknkinibnjnt(1).pptx
Developing an Argumen jnjniknkinibnjnt(1).pptx
 
cv111 (hgvuvhivutfjviybvjubgucfcxjgsz1).pptx
cv111 (hgvuvhivutfjviybvjubgucfcxjgsz1).pptxcv111 (hgvuvhivutfjviybvjubgucfcxjgsz1).pptx
cv111 (hgvuvhivutfjviybvjubgucfcxjgsz1).pptx
 
COMM141 hihohigihp'yetafxbWEEK 1 & 2.pptx
COMM141 hihohigihp'yetafxbWEEK 1 & 2.pptxCOMM141 hihohigihp'yetafxbWEEK 1 & 2.pptx
COMM141 hihohigihp'yetafxbWEEK 1 & 2.pptx
 
COMMUNICATION AND ACADEMIC LITERACY FOR SCIENCE 2018.pptx
COMMUNICATION AND ACADEMIC LITERACY FOR SCIENCE 2018.pptxCOMMUNICATION AND ACADEMIC LITERACY FOR SCIENCE 2018.pptx
COMMUNICATION AND ACADEMIC LITERACY FOR SCIENCE 2018.pptx
 
Lecture_1_Introduction_to_invertebrates_presentation.pptx
Lecture_1_Introduction_to_invertebrates_presentation.pptxLecture_1_Introduction_to_invertebrates_presentation.pptx
Lecture_1_Introduction_to_invertebrates_presentation.pptx
 
Lecture 8 Survftxfhgjhghgxsival strategies.pptx
Lecture 8 Survftxfhgjhghgxsival strategies.pptxLecture 8 Survftxfhgjhghgxsival strategies.pptx
Lecture 8 Survftxfhgjhghgxsival strategies.pptx
 
Corebdrgegergconvdbcepts[1]. lect 6ppt.ppt
Corebdrgegergconvdbcepts[1]. lect 6ppt.pptCorebdrgegergconvdbcepts[1]. lect 6ppt.ppt
Corebdrgegergconvdbcepts[1]. lect 6ppt.ppt
 
Core concepts[khbhjbojbobjb iok1]. lect 6ppt.ppt
Core concepts[khbhjbojbobjb iok1]. lect 6ppt.pptCore concepts[khbhjbojbobjb iok1]. lect 6ppt.ppt
Core concepts[khbhjbojbobjb iok1]. lect 6ppt.ppt
 
Classification of animalm kknolnolmomos.pptx
Classification of animalm kknolnolmomos.pptxClassification of animalm kknolnolmomos.pptx
Classification of animalm kknolnolmomos.pptx
 
bio 111 lect 25-26 (2jgdrsrycmbbcrkhx).pptx
bio 111 lect 25-26 (2jgdrsrycmbbcrkhx).pptxbio 111 lect 25-26 (2jgdrsrycmbbcrkhx).pptx
bio 111 lect 25-26 (2jgdrsrycmbbcrkhx).pptx
 
A comparison of mitosis and meiosis - Copy (6).pptx
A comparison of mitosis and meiosis - Copy (6).pptxA comparison of mitosis and meiosis - Copy (6).pptx
A comparison of mitosis and meiosis - Copy (6).pptx
 

Recently uploaded

會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
中 央社
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project research
CaitlinCummins3
 

Recently uploaded (20)

DEMONSTRATION LESSON IN ENGLISH 4 MATATAG CURRICULUM
DEMONSTRATION LESSON IN ENGLISH 4 MATATAG CURRICULUMDEMONSTRATION LESSON IN ENGLISH 4 MATATAG CURRICULUM
DEMONSTRATION LESSON IN ENGLISH 4 MATATAG CURRICULUM
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17
 
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽會考英聽
 
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading RoomSternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
Sternal Fractures & Dislocations - EMGuidewire Radiology Reading Room
 
How to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptxHow to Manage Website in Odoo 17 Studio App.pptx
How to Manage Website in Odoo 17 Studio App.pptx
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
Improved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppImproved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio App
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptx
 
Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategies
 
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community PartnershipsSpring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
 
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
24 ĐỀ THAM KHẢO KÌ THI TUYỂN SINH VÀO LỚP 10 MÔN TIẾNG ANH SỞ GIÁO DỤC HẢI DƯ...
 
UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptx
 
MOOD STABLIZERS DRUGS.pptx
MOOD     STABLIZERS           DRUGS.pptxMOOD     STABLIZERS           DRUGS.pptx
MOOD STABLIZERS DRUGS.pptx
 
Trauma-Informed Leadership - Five Practical Principles
Trauma-Informed Leadership - Five Practical PrinciplesTrauma-Informed Leadership - Five Practical Principles
Trauma-Informed Leadership - Five Practical Principles
 
Đề tieng anh thpt 2024 danh cho cac ban hoc sinh
Đề tieng anh thpt 2024 danh cho cac ban hoc sinhĐề tieng anh thpt 2024 danh cho cac ban hoc sinh
Đề tieng anh thpt 2024 danh cho cac ban hoc sinh
 
SURVEY I created for uni project research
SURVEY I created for uni project researchSURVEY I created for uni project research
SURVEY I created for uni project research
 
How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17
 

ict important notes EssssehjvXCEL cont i.pptx

  • 2. OVERVIEW • Copying formulas and functions • Mathematical operators – Precedence order of operators • Types of cell referencing – Relative – Absolute – Mixed • Charts and Graphs – Pie – Bar – Column Charts – Line
  • 3. Copying formulas and functions • Sometimes when we enter a formula, we need to repeat the same formula for many different cells. In the spreadsheet we can use the copy and paste command. The cell locations in the formula are pasted relative to the position we Copy them from. • Cells information is copied from its relative position.
  • 4. Copying formulas and functions cont… A B C 5 10 =A1 + B1 10 20 =A2 + B2 15 30 =A3 + B3 10 20 =? + ?
  • 5. • In other words in the original cell (C1) the equation was (A1+B1). • When copied and pasted the equation pasted into (C2) would be (A2+B2). And the equation pasted into (C3) would be (A3+B3).
  • 6. Copying formulas and functions using FILL HANDLE • If you have a lot of duplicate formulas you can easily use a FILL Handle. •
  • 7. Mathematical operands • The mathematical operators used in Excel formulas are similar to the ones used in math class. • Subtraction - minus sign ( - ) • Addition - plus sign ( + ) • Division - forward slash ( / ) • Multiplication - asterisk (* ) • Exponentiation - caret (^ )
  • 8. Order of Precedence of operators • If more than one operator is used in a formula, there is a specific order that Excel will follow to perform these mathematical operations. This order of operations can be changed by adding brackets to the equation. An easy way to remember the order of operations is to use the acronym: BEDMAS
  • 9. BEDMAS • The Order of Operations is: • Brackets Exponents Division Multiplication Addition Subtraction
  • 10. How the Order of Operations Works • Any operation(s) contained in brackets will be carried out first followed by any exponents. • After that, Excel considers division or multiplication operations to be of equal importance, and carries out these operations in the order they occur left to right in the equation. • The same goes for the next two operations – addition and subtraction. They are considered equal in the order of operations. Which ever one appears first in an equation, either addition or subtraction, is the operation carried out first.
  • 11. Types of cell referencing • Once you understand cell references your life will change forever
  • 12. Relative Cell referencing •By default, Excel uses relative reference. See the formula in cell D2. Cell D2 references (points to) cell B2 and cell C2. Both references are relative. • If you select cell D2 and drag it down with a fill handle to cell D5. •Do you see what happens? Cell D3 references cell B3 and cell C3. Cell D4 references cell B4 and cell C4, and so on. The reference in the formula is relative to the position of the cell containing the formula. In other words: each cell references its two neighbors on the left. Sometimes we don't want this type of reference.
  • 13. Absolute cell Referencing See the formula in cell B2. Cell B2 references cell A2 and cell E2. Again, both references are relative. 1. Select cell B2 and drag it down one cell. Result: Do you see what happens? Cell B3 references cell E3 which is not what we want. Solution: we need to fix the reference to cell E2 in the formula of cell B2. In other words: we need to make an absolute reference to cell E2.
  • 14. Absolute cell Referencing cont… 2. To achieve this, place a $ symbol in front of the row and column address of cell E2. This way the reference to cell E2 will not change when you drag the formula down. Drag cell B2 down again. Check: Cell B5 references cell A5 and cell E2
  • 15. Mixed Cell referencing Sometimes we need a combination of relative and absolute reference (mixed reference). See the following example with two products and three reductions. You may find yourself in a similar situation every now and then. 1. See the formula in cell E3. We want to copy this formula to the other cells quickly. Drag cell E3 across one cell. Do you see what happens? The reference to the price should be a reference to column B! Solution: fix the column address of cell B2 (in the formula of cell E3). To achieve this, place a $ symbol in front of the column letter ($B2).
  • 16. Mixed Cell referencing •In a similar way, when dragging cell E3 down, the reference to the reduction should be a reference to row 7. •Solution: fix the row address of cell A7 (in the formula of cell E3). To achieve this, place a $ symbol in front of the row number (A$7). Result: 2. Now we can safely drag the formulas to the other cells. Result. Hence cell G4 points to the correct cells.
  • 17. Charts and Graphs • Microsoft Excel supports many kinds of charts to help the user display data in ways that are meaningful to the audience. • Chart Wizard is used to create a chart • Otherwise Chart Type command allows to change an existing chart to another type easily by selecting the type you want from a list of standard or custom chart types. • In ICT122 a few standard chart types are discussed
  • 18. Line • A line chart shows trends in data at equal intervals. Line charts have the following chart sub-types: – Line This type of chart displays trends over time or categories. It is also available with markers displayed at each data value. – Stacked Line This type of chart displays the trend of the contribution of each value over time or categories. It is also available with markers displayed at each data value. – 100% Stacked Line This type of chart displays the trend of the percentage each value contributes over time or categories. It is also available with markers displayed at each data value. – 3-D Line This is a line chart with a 3-D visual effect.
  • 20. Column Chart • A column chart is used to compare values across categories. Column charts have the following chart sub-types: • Clustered Column This type of chart compares values across categories. It is also available with a 3-D visual effect. As shown in the following chart, categories are organized horizontally, and values vertically, to emphasize variation over time. • Stacked Column This type of chart shows the relationship of individual items to the whole, comparing the contribution of each value to a total across categories. It is also available with a 3-D visual effect. • 100% Stacked Column This type of chart compares the percentage each value contributes to a total across categories. It is also available with a 3- D visual effect. • 3-D Column This type of chart compares data points (data points: Individual values plotted in a chart and represented by bars, columns, lines, pie or doughnut slices, dots, and various other shapes called data markers. Data markers of the same color constitute a data series.) along two axes. For example, in the following 3-D chart, you can compare four quarters of sales performance in Europe with the performance of two other divisions.
  • 22. Bar Chart • A bar chart illustrates comparisons among individual items. They are the best chart type for comparing multiple values. Bar charts have the following chart sub-types: • Clustered Bar This type of chart compares values across categories. It is also available with a 3-D visual effect. In the following chart, categories are organized vertically, and values horizontally, to place focus on comparing the values. • Stacked Bar This type of chart show the relationship of individual items to the whole. It is also available with a 3-D visual effect. • 100 % Stacked Bar This type of chart compares the percentage each value contributes to a total across categories. It is also available with a 3-D visual effect.
  • 24. Pie Chart • A pie chart displays the contribution of each value to a total. In other words it shows the proportion of each dataseries in a whole • Pie charts have the following chart sub-types: • Pie This type of chart displays the contribution of each value to a total. It is also available with a 3-D visual effect, as shown in the following chart. • Exploded Pie This type of chart displays the contribution of each value to a total while emphasizing individual values. It is also available with a 3-D visual effect. • Pie of Pie This is a pie chart with user-defined values extracted and combined into a second pie. For example, to make small slices easier to see, you can group them together as one item in a pie chart and then break down that item in a smaller pie or bar chart next to the main chart. • Bar of Pie This is a pie chart with user-defined values extracted and combined into a stacked bar.
  • 26. Other Charts • Area • Scatter • Bubble • Radar • etc