PROJECT ON MS-EXCEL.

Slides:



Advertisements
Similar presentations
® Microsoft Office 2010 Excel Tutorial 4: Enhancing a Workbook with Charts and Graphs.
Advertisements

OFFICE CHOUM AHMED Microsoft Excel Lesson 04.
Excel Charts – Basic Skills Creating Charts in Excel.
FIRST COURSE Excel Tutorial 4 Working with Charts and Graphics.
COMPREHENSIVE Excel Tutorial 4 Working with Charts and Graphics.
Excel Web App By: Ms. Fatima Shannag.
Excel Lesson 6 Enhancing a Worksheet
XP New Perspectives on Microsoft Access 2002 Tutorial 71 Microsoft Access 2002 Tutorial 7 – Integrating Access With the Web and With Other Programs.
Pasewark & Pasewark 1 Excel Lesson 8 Working with Charts Microsoft Office 2007: Introductory.
C51BR Applications of Spreadsheets 1 Chapter 16 Getting Started Making Charts.
With Microsoft Excel 2007 Comprehensive 1e© 2008 Pearson Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Excel 2007 Comprehensive.
STATISTICS Microsoft Excel “Frequency Distribution”
Copyright 2007, Paradigm Publishing Inc. EXCEL 2007 Chapter 4 BACKNEXTEND 4-1 LINKS TO OBJECTIVES Summarizing with Range names and 3-D formulas Summarizing.
LECTURE -9 CREATING A CHART IN MICROSOFT EXCEL. CHARTS Picture representation of data used Easy understanding Comparison of data Checking trends in data.
Working with Reports in Microsoft Excel Session Version 1.0 © 2011 Aptech Limited.
1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Access 2010 by Robert Grauer, Keith Mast, and Mary Anne.
Microsoft FrontPage 2003 Illustrated Complete Using Office Components.
Microsoft ® Office Excel 2007 Working with Charts.
Excel 2007 What You Should Have Learned about Excel had You Been Paying Attention.
1 Excel Lesson 8 Working with Charts Microsoft Office 2010 Introductory Pasewark & Pasewark.
Muhammad Qasim Rafique MS. EXCEL 2007 Introduction to Chart(s)
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Excel 2010 © 2011 The McGraw-Hill Companies,
Excel Web App By: Ms. Fatima Shannag.
1. 2 Word Processing Word Processing is writing words and sentences on the computer. It is easy to change or move text in a word document. People use.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Working with Data Lists.
Microsoft® Excel Use the Chart Tools Design tab. 1 Use the Chart Tools Layout and Format tabs. 2 Create chart sheets and chart objects. 3 Edit.
MSOffice EXCEL 1 Part 2 ® Microsoft® Office 2010: Illustrated Introductory.
Spreadsheets What is Excel?. Objectives 1. Identify the parts of the Excel Screen 2. Identify the functions of a spreadsheet 3. Identify how spreadsheets.
1 Excel Lesson 5 Working with Multiple Worksheets and Charts Microsoft Office 2010 Introductory Pasewark & Pasewark.
Chapter 10: Working with Large Data Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
Creating Charts Ms. Hall Spring Using the Insert Tab to Create Charts The Insert tab contains the command groups you’ll use to create charts in.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
Microsoft Excel 2007 Noris Bt. Ismail Faculty of Information and Communication Technology Tel : (Ext 8408) BCOMP0101.
Creating ChartsCreating Charts Lesson 12. Software Orientation  The INSERT tab contains the command groups you’ll use to create charts in Excel (below).
Spreadsheet I n Concepts & operations. Concepts n Workbook: Excel file n Worksheet: sheet n Row: 1-???? n Column: A - Z, AA - ?? n Cell n Cell address.
Lesson 1 Notes.  A chart is a representation of worksheet data. A chart can enhance and simplify the of numerical data in a worksheet because the between.
Excel Working with Charts and Graphs
Charts MOAC Lesson 6.
Excel Tutorial 8 Developing an Excel Application
Excel Charts and Graphs
MSAA PRESENTS: AN EXCEL TUTORIAL
Excel Lesson 8 Working with Charts
Using PivotTables.
MS EXCEL PART 4.
Copyright © Bird Media LLC
Working with Charts © 2016 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part.
Tutorial 5: Working with Excel Tables, PivotTables, and PivotCharts
Copyright © Bird Media LLC
Computer Information Technology Section 5-12
INTRODUCTION TO SPREADSHEET APPLICATIONS
TU170 Learning online and computing with confidence
Tutorial 4: Enhancing a Workbook with Charts and Graphs
SUB-ICT STD-10 Working with Data in Microsoft Excel
Microsoft FrontPage 2003 Illustrated Complete
EXCEL Introduction.
Managing Multiple Worksheets and Workbooks
Microsoft Excel Illustrated
Microsoft Office Illustrated Introductory, Windows XP Edition
Navya Thum February 06, 2013 Day 5: MICROSOFT EXCEL Navya Thum February 06, 2013.
Building Worksheet Charts
Charts MOAC Lesson 6.
Microsoft Excel 101.
Microsoft Excel 101.
Tutorial 7 – Integrating Access With the Web and With Other Programs
Charts A chart is a graphic or visual representation of data
Excel Lesson 8 Working with Charts
Microsoft Office Illustrated Fundamentals
Lesson 13 Working with Tables
Microsoft Excel 2007 – Level 2
Workshop on Excel Dr P Sravan Kumar MBA PhD
Presentation transcript:

PROJECT ON MS-EXCEL

HOW TO OPEN MS-EXCEL ? a) START b) PROGRAMS c) MS OFFICE d) MS EXCEL

MS-EXCEL Microsoft Excel (full name Microsoft Office Excel) is a spreadsheet application written and distributed by Microsot for Microsoft Windows and Mac OS X. It features calculation, graphing tools, pivot tables and a macro programming language called VBA (Visual Basic for Applications). Default Name of MS- EXCEL Workbook: BOOK1 Extension of MS-EXCEL: .xls It is a table format which uses rows & columns to make any report & table. It is consists of workbook.

SPREADSHEET DETAILS Worksheet is a grid made up of horizontal row and vertical columns .The Excel 2007 worksheet contains 1048576 rows and 16384 columns . Each intersection of a row and a column forms a cell , in which the user can store data . Name box Formula BAR Active cell ribbon Office button column Letter Row Number sheet tab

OFFICE BUTTON NEW OPEN CLOSE SAVE SAVE AS PRINT PREPARE EXIT

OFFICE BUTTON To create a new file To open a new file To close the active file To save the active file To save file in required format. To Print active file To close the EXCEL document.

CELL REFERENCING Cell and Range References :- A reference identifies a cell or a range of cells on a worksheet and tells Microsoft Excel where to looks for the values or data the user wants to use in a formula . The user can also refer to cells on other sheets in the same workbook , and to other workbooks. References to cells in other workbooks are called links . Relative cell References :- This is the most widely used type of cell references in formulas . Relative cell references are basic cell references that adjust and change when copied or when using Autofill. Absolute cell References :- When a formula or function is copied or moved to another location , any cell references in the formula or function get adjusted as well . However there are some situations where a cell reference inside a formula must ALWAYS refer to the same cell.

IMPORTANT FORMULAS

SUM S M Formula:- =sum(value1,value2,………….). • It is used to make the sum or additions of the numbers of any two or more cells.

COUNT Formula:- =count(value1,value2,…………). • It is used to count the cells out of the cells in which a number is written.

COUNTA Formula:- =counta(value1,value2,………………). • It is used to count the unblanked cells or the cells in which some contents is written out of the selected cells.

COUNTBLANK Formula:- =countblank(Range). • It is used to count the blank cells out of the selected cells. • If we press only spacebar in any cell, then this cell be counted as unblanked cell.

COUNTIF Formula:- =countif(Range,Criteria) • it is used to count the number of cells according to a given condition in the selected cells. • For ex- If we give condition that- =countif(A1:A9,”>=10”) Then , it count the cells which have its >=10.

SUMIF Formula:- =sumif(Range,Criteria,sum_range) • It is used to make the sum of numbers according to the given condition.

TODAY Formula:- =today() • It is used to write the current date in any cell.

NOW Formula:- =now(). • it is used to write the date & time in any cell.

CONCATENATE Formula:- =concatenate(text1,text2,………..). • It is used to join the two words of different cells in one cell.

IF Formula:- =if(logical_text,value_if_true,value_if_false). • It is used to get a result in a cell according to the given condition.

V UP Formula:- =vlookup(lookup_value,table_array,col_ index_num…..). • it is used to make a link between two different sheets or two different workbook.

Paste special Paste the value into the cell in the format and operations you specify. All - Pastes the actual contents into the destination cell Formulas - Pastes only the formula. Values - Pastes only the values. Formats - Pastes only the formats. Comments - Pastes only the comments. Validation - Pastes only the validation. All except borders - Pastes everything except the four borders.

FILTER It is used to filter the table by which we find about a single person or by a given condition in a large table. The type of filters in this are- Auto filter. Advanced filter.

PIVOT TABLE A PivotTable report is an interactive way to quickly summarize large amounts of data. Use a PivotTable report to analyze numerical data in depth and to answer unanticipated questions about your data. A PivotTable report is especially designed for: Querying large amounts of data in many user-friendly ways. Subtotaling and aggregating numeric data, summarizing data by categories and subcategories, and creating custom calculations and formulas. Expanding and collapsing levels of data to focus your results, and drilling down to details from the summary data for areas of interest. Moving rows to column or columns to rows (or "pivoting") to see different summaries of the source data. Filtering, sorting, grouping, and conditionally formatting the most useful and interesting subset of data to enable you to focus on the information that you want. Presenting concise, attractive, and annotated online or printed reports.

VALIDATION It is used to give a condition on any one or more cells & then input a message & if that condition is wrong then make alert by a comment.

CHARTS & THEIR ELEMENTS Charts are used to display series of numeric data in a graphical format to make it easier to understand large quantities of data and the relationship between different series of data. A chart has many elements. Some of these elements are displayed by default, others can be added as needed. You can change the display of the chart elements by moving them to other locations in the chart, resizing them, or by changing the format. You can also remove chart elements that you do not want to display.  The chart area of the chart.  The plot area of the chart.  The data points of the data series that are plotted in the chart.  The horizontal (category) and vertical (value) axis along which the data is plotted in the chart.  The legend of the chart.  A chart and axis title that you can use in the chart.  A data label that you can use to identify the details of a data point in a data series.

Excel supports numerous types of charts to help you display data in ways that are meaningful to your audience. When you create a chart or change an existing chart, you can choose from a wide range of chart types (such as a column chart or a pie chart) and their subtypes (such as a stacked column chart or a pie in 3-D chart). You can also create a combination chart by using more than one chart type in your chart.

Column charts Data that is arranged in columns or rows on a worksheet can be plotted in a column chart. Column charts are useful for showing data changes over a period of time or for illustrating comparisons among items. In column charts, categories are typically organized along the horizontal axis and values along the vertical axis. Column charts have the following chart subtypes: Clustered column and clustered column in 3-D  Stacked column and stacked column in 3-D  3-D column Cylinder, cone, and pyramid 

Line Charts Data that is arranged in columns or rows on a worksheet can be plotted in a line chart. Line charts can display continuous data over time, set against a common scale, and are therefore ideal for showing trends in data at equal intervals. In a line chart, category data is distributed evenly along the horizontal axis, and all value data is distributed evenly along the vertical axis. Line charts have the following chart subtypes: Line and line with markers Stacked line and stacked line with markers 100% stacked line and 100% stacked line with markers  3-D line

Pie Charts Data that is arranged in one column or row only on a worksheet can be plotted in a pie chart. Pie charts show the size of items in one data series proportional to the sum of the items. The data points in a pie chart are displayed as a percentage of the whole pie. Consider using a pie chart when: You only have one data series that you want to plot. None of the values that you want to plot are negative. Almost none of the values that you want to plot are zero values. You don't have more than seven categories. The categories represent parts of the whole pie. Pie charts have the following chart subtypes: Pie and pie in 3-D  Pie of pie and bar of pie  Exploded pie and exploded pie in 3-D 

Bar Charts Data that is arranged in columns or rows on a worksheet can be plotted in a bar chart. Bar charts illustrate comparisons among individual items Consider using a bar chart when: The axis labels are long. The values that are shown are durations. Bar charts have the following chart subtypes: Clustered bar and clustered bar in 3-D   Stacked bar and stacked bar in 3-D  100% stacked bar and 100% stacked bar in 3-D Horizontal cylinder, cone, and pyramid