SlideShare a Scribd company logo
Applying Excel: Making It Work for You  September 8, 2010 On Today’s Agenda:   Excel Basics Recap & Printing How-to Excel Formulas: Presentation  Formula Break-out Sessions  A look at Excel Charts: Short Guided Exercise Merging Excel Data: How and Why  Pearl and Excel Essentials
Welcome! Your Training Organizers :   Matthew Jackson  |  x8686  |  [email_address] Karen Helmerson  |  x3003  |  [email_address] Sheri Signer  |  x5656 | sheri.signer@gmail.com
Getting Started with Excel Best Practices to Consider - Planning Ahead What is the purpose of my data?  Does it have to be in Excel? Am I making an organized table, computing figures or creating a chart? Will this be used by other people?  Will they use the information  differently? Will the data need to be exported into another program? Do I have all of the information I need to start my chart?
Getting Started with Excel Best Practices to Consider - Preparing Your Layout Based on current data, decide how many rows and columns you will need Prepare your  View  to accommodate your comfort Create the necessary borders around your cells and chart Decide what information needs to be separated into cells to create the appropriate charts and to reorder data if necessary Create a color scheme to highlight or separate information for readability Title Column or Rows to help organize information
Getting Started with Excel Knowing your way around The first step in understanding Excel is feeling comfortable with the basic components of an Excel file, or “Workbook”: Sheet Row Column Active Cell
Getting Started with Excel Do this! Create a simple shopping list. Create a  New Workbook Create  Headers  for your item and the item’s price. Format the column for the items’ prices Come up with a total for your shopping trip using  AutoSum
Getting Started with Excel Do this! Try your hand at the following…  Insert a new row for something you forgot Insert a new column to add a new category for your list Sort your list by category Clean up the look of your spreadsheet using  Borders  and  Shading Get your list ready to print
Printing A Few Steps to Know Excel is generally not designed to produce documents for printing. For text-heavy reports that use Excel data, a better option may be to use a  Mail Merge , or provide a  Chart  (both covered later). But, sometimes you just want to print the data… You’ll need to know how to: Hide and Unhide rows and Columns Set the “print area” Fit your work to a single page
Printing Hide & Unhide First, select the row(s) or column(s) that you wish to hide or unhide. Choose  Format >  Row  from the menu bar, and then choose either  Hide  or  Unhide . Or, simply right-click to and choose  Hide  or  Unhide .  Choosing from the menu bar ( Format> Row ) Choosing from the right-click menu.
Printing Setting the Print Area By default, Excel prints the entire worksheet. One way to stop this is to set a print area, which specifies the exact range of cells to print.
Printing Setting the Print Area To set a print area : Select the group of cells you want included in the print range by dragging your mouse.  Choose  File> Print Area> Set Print   Area  from the menu bar.  Choose  File> Print Preview  from the menu to check that the print area is set correctly. To remove a print area : Choose  File> Print Area> Clear Print Area  from the menu bar. Choose  File> Print Preview  from the menu to check that the print area has been cleared.
Printing Formatting for a Single Page Choose  File> Page Setup  from the menu bar.  Select the “Page” tab. Click the button that says “Fit To”.  Set “Fit To” to one (1) page “Wide”. Leave the setting for “Tall” blank. Click OK.
Excel Formulas  The Main Attraction The power of Excel to perform complex calculations has made it one of the most ubiquitous software on the market. It is used in industries ranging from Advertising to Investment Banking to the Nonprofit sector.  Excel formulas combine elements of database, statistical, and accounting software into a single feature.
Excel Formulas  How Do Formulas Work? Excel Formulas, or Functions, are short lines of computer code that tell Excel to perform a calculation. Most Excel Formulas are designed to do a mathematical calculation, but formulas can accomplish other tasks as well. Formulas are entered into a single cell on an Excel spreadsheet. The expression that you enter tells Excel how to manipulate some other combination of cells.  The results of that calculation are displayed in the same cell in which the formula was entered.
Excel Formulas  Syntax All formulas begin with the “equals” symbol (  =  ).  Built-in functions are also available through Excel. These built-in formulas are indicated by a keyword in capital letters that directly follows the  =  (e.g., =SUM(A1:A4), =AVERAGE(A1:A4), etc.) .
Excel Formulas  Syntax – Basic Math NOTE : Symbols must be typed exactly as shown.  =2+2   Cell will display “4” =B2-B4  Cell will display the cell B2 minus the cell B4  (e.g., if B2=5 and B4=2, =B2-B4 will show “3” =C4*D3   Cell will display the cell C4 multiplied (x) by cell D3 (e.g., if C4=3 and D3=5, =C4*D3 will show “15”) =H2/B2 Cell will display the cell H2 divided (÷) by the cell B2 (e.g., if H2=20 and B2=5, =H2/B2 will show “4”) =SUM(A1:A4) Cell will display the sum of cells in the sequence of A1  through A4 (e.g. =SUM(A1:A4) will show the results of  A1+A2+A3+A4)
Excel Formulas  The Formula Bar If you click on a cell that contains a formula, you can view and/or edit the formula by clicking on the formula bar.
Excel Formulas  Applying Formulas Once you have crafted a formula, Excel can  copy  that formula and automatically make changes as needed when the formula is  pasted . This allows you to apply a formula to large numbers of cells without needing to re-type the formula each time. By default, all cell names (e.g., “B6”) in Excel formulas are  relative , meaning that the formula variables will be adjusted automatically as the formula is applied in new cells.  For example, if “=SUM(A1:A5)” exists in cell A1, copying it and pasting it into cell B1 will produce the formula “=SUM(B1:B5)”
Excel Formulas  The Fill Handle Excel uses a special cursor called the  Fill Handle  to apply formulas.
Excel Formulas  Built-in Functions Excel contains hundreds of built-in functions and formulas. You can insert a built-in formula or function into a cell by clicking  Insert > Function  from the menu bar, or by clicking the  f x  icon on the formula bar.  NOTE : Each of these built-in functions has a specific, distinct syntax. Excel provides the proper syntax as you insert the function.
Excel Formulas  Built-in Functions Commonly Used at NYSCA SUM Calculates the sum of the numbers in a specified  range AVERAGE Calculates the average of the numbers in a  specified range SUBTOTAL Inserts a subtotal that adjusts automatically when  using advanced features; can use math operations  other than SUM.
A Closer Look at Excel Charts Is it all that hard?
Excel Charts – Working Together Part 1 - Launch Excel :  If Excel is already open on your workstation, open a new Excel workbook. There are three ways: 1.  Go to the Standard toolbar.  Click on the  New   Workbook  button. 2.  Go to the  File  menu. Select  New .  3.  Use a keyboard combination:  Ctrl + N
Part 2  -  Enter the data to be graphed :  For the purpose of this lesson you will use data from FY Budgets. Enter it as you see below:
Part 3 - Highlight data to be graphed:  Include the row with heading titles, the years, and budget numbers. Put your cursor in cell A1, click and hold the mouse button down and drag to the farthest corner of data.  Highlighted data should look like the image below: Note: Cell A1  is  selected, the select color extends around the cell
Part 4 - Select the Chart Wizard:  That is done by going to the  Insert  menu and selecting  Chart . You can also click on the  Chart   Wizard  button on the Standard toolbar.
Part 5 – Choose a Chart Type :   From the Chart Wizard box that opens select Chart type.  For this activity, a column graph works best.
Part 6 – Preview Your Chart : After you have selected the Chart type, click and hold your mouse pointer down on the  Press and Hold...  button to see what your data looks like in the chart type you selected. If you do not like the look, select another chart type. After you have selected the chart type you will have two options: Select Next and let Chart Wizard show you a series of options to make changes to your chart.
Part 7 – Format Your Chart :  The second step taken by Chart Wizard is to verify the range of data being used for the chart. We will click on the series tab to revise our data. Here, we need to revise the series by removing Fiscal Year and instead placing it as the (X) axis labels.
Part 8 – Editing the Data Range : After clicking on the box to choose your (X) Axis labels, it will shrink to look like the box below, allowing you to view the entire spreadsheet. You can edit the data range in this small window. When you are finished, click the same box at the end to restore the window. At this time you will highlight the years from 2000-2011.  This will automatically compute in the chart wizard.
 
Part 9 – Insert A Chart : For the final step, Excel will ask if you would like to insert the chart as a new sheet within your workbook or as an object on the spreadsheet you created the form from.
. Select  Next  to move to the final dialog box which allows you to see the chart as a new sheet or place it on one of the sheets in your workbook.  If you let the Chart Wizard finish your chart after the first dialog box, or work through each of the four steps, your chart will look something like the one below.
The previous chart showed one instance of data associated with making a chart. Charts are beneficial in comparing data as well.  In the following example, we will take the same data from our previous chart and add another column of data to compare.
 
 
Beyond Excel: Mail Merges What is Mail Merge? A mail merge is a method of taking data from a database, spreadsheet, or other form of structured data, and inserting it into documents such as letters, mailing labels, and name tags.  It usually requires two files, one storing the variable data to be inserted (your Excel spreadsheet), and the other containing the information that will be the same for each result of the mail merge and the instructions for formatting the variable data (e.g. a Word Document).
Mail Merges Two Essential Tasks Generating a report in Microsoft Word:  Using a properly formatted spreadsheet, Microsoft Word can pull variable data into a report.  Sending Messages to an Email List:  An Excel sheet with a  mailing list can be used in conjunction with Outlook and Word to make it easier to communicate.
Mail Merges Generating a Report in Word – Part 1 To  Mail Merge  a custom report, you will need two (2) things: A ‘template’ for the report with spaces for anything that you will want to plug in as a variable. This should be designed and saved as a normal Word document. For example, a standard letter with spaces for the recipient’s name, address, and salutation.  A ‘data source’ to be ‘mail merged’ with the template. For example, an Excel workbook containing a mailing list.
Mail Merges Generating a Report in Word – Part 2 Open your template report in Word. Select  Tools> Letters & Mailings> Mail Merge . A new window will open in the right of your screen.  You will complete the mail merge process here. From the list on the right, select the type of document you would like to create. Click “Next”.  Examples in this exercise are for “Letters” . From the “Select Starting Document” options, select “use the current document” and click “Next”.
Mail Merges Generating a Report in Word – Part 3 Under “Select Recipients”, check “Use Existing List”. Under “Use An Existing List”, click “Browse”. Using the file window, located your  data source  (your Excel file). You will be prompted to select the  worksheet  that you will be drawing data from. Click “Next” once you are finished.  Under “Write Your Letter”, click on “More Items”. From the list, select the fields that you would like to be inserted as variables.  Note : The fields will be inserted at the location of your cursor. They can be cut and pasted later. When you’ve entered in your variables, click “Next”.
Mail Merges Generating a Report in Word – Part 4 Preview your letters using the menu provided. Note that each letter is a distinct item. When you are satisfied, click “complete the merge.
Mail Merges Emailing a Mailing List – Part 1 Open your template report in Word. Select  Tools> Letters & Mailings> Mail Merge . A new window will open in the right of your screen.  You will complete the mail merge process here. From the list on the right, select “E-Mail Messages”. Click “Next”.  From the “Select Starting Document” options, select “use the current document” and click “Next”.
Mail Merges Emailing a Mailing List – Part 2 Under “Select Recipients”, check “Use Existing List”. Under “Use An Existing List”, click “Browse”. Using the file window, located your  data source  (your Excel file). You will be prompted to select the  worksheet  that you will be drawing data from. Click “Next” once you are finished.  Under “Write Your E-mail Message”, click on “More Items”. From the list, select the fields that you would like to be inserted as variables.  Note : The fields will be inserted at the location of your cursor. They can be cut and pasted later. When you’ve entered in your variables, click “Next”.
Mail Merges Emailing a Mailing List – Part 3 Preview your letters using the menu provided. Note that each letter is a distinct item. When you are satisfied, click “complete the merge. Under “Merge”, click “Electronic Mail”. From the pop-up dialogue box, select “To” to the column name (from your Excel sheet) that contains email address. Type your desired subject line. Set “Mail Format” to HTML. Under “Send Records”, select your desired option. Click “OK” to begin the emailing.
Mail Merges Emailing a Mailing List – A Word of Caution Remember:  Mass communication to the field  MUST  be vetted by the Executive Director or a designee before being sent!
Beyond Excel: Pearl & MS Access How does this fit? Microsoft Access is software that lets a user edit and maintain a  database . A database refers to a complex file that contains many spreadsheets or  datasheets  (raw data),  queries  (manipulated spreadsheets), and  reports  (documents with variables). Pearl is a front-end for Microsoft Access that works like a specialized guide or wizard for particular tasks. Pearl, therefore, is not literally “the database” but rather how we interact with it.  At NYSCA, we generally use the phrases “Pearl” and “The Database” interchangeably.
Beyond Excel: Pearl & MS Access A Whole Other Lesson Pearl and Access are too complex to fully explain here, but there are some critical things to know to help ensure that you get the information you need: Any data contained in our database can be pulled out and worked with. Programs should know what kinds of information is actually available. Information pulled from Access/Pearl/”The Database” is best transferred as a single Excel spreadsheet. Matt is available to pull information from Pearl as needed. You can make a request any time you need to take a closer look at data.
Beyond Excel: Pearl & MS Access Commonly Used Data Fields in Pearl Org. Name Org. AKA Complete Mailing Address Org. County, Upstate vs. Downstate Contact Person Contact Email Contact Phone & Fax Org. TCE Grant Award Amounts Grant Request Amounts Org. Demographic Information (limited) Panel Ratings Org info by Legislative District; Legislator Contact Info Simply put, anything asked for in an application can be pulled out and inserted into a spreadsheet.
Beyond Excel: Pearl & MS Access Existing Queries and Reports There are a variety of Reports already loaded into Pearl. These reports can easily be “pulled out” as an Excel spreadsheet: From Pearl, open the report that you would like to analyze. Once the report is open and active (i.e., the report window is able to be edited), from the menu bar, select  Tools> Office Links> Analyze with Excel . Excel will open with the data from the report displayed on a spreadsheet.  Note : You may need to reformat for the data to display properly. Save the Excel spreadsheet to your computer for later use.
Thank You! Please continue to use the Technology Questions Drop Box!

More Related Content

PPT
Excel 2007 - Create a chart
PPTX
Microsoft Excel Basics
PPT
Excel slide show
PPTX
MS Excel Ch 3 PPT
PPT
Ms excel ppt
PPTX
MS Excel Ch 2 PPT
PPT
Microsoft Excel Project 1 Presentation
PPTX
MS Excel Ch 1 PPT
Excel 2007 - Create a chart
Microsoft Excel Basics
Excel slide show
MS Excel Ch 3 PPT
Ms excel ppt
MS Excel Ch 2 PPT
Microsoft Excel Project 1 Presentation
MS Excel Ch 1 PPT

What's hot (20)

PPTX
Functions and formulas of ms excel
PPTX
MS-EXCEL Assignment Help
DOCX
Full project
PDF
Excel 2016 top features
PPTX
14 must know terms for microsoft excel beginners
PDF
Excel booklet
PDF
50 MS Excel Tips and Tricks
PDF
Advanced excel 2010 & 2013 updated Terrabiz
PDF
2016 ms excel_bm
PPT
PPTX
presentationMs excel
PPTX
MS Excel 2013
PDF
Data Analytics Using MS Excel
PPT
Microsoft Office Excel
PDF
Quicktip excel
PPTX
ITT PROJECT IN EXCEL AND WORD
PPT
Excel Training
PPT
Advanced Excel ppt
PPS
Excel Useful Tips
PPTX
Excel training by rajesh p
Functions and formulas of ms excel
MS-EXCEL Assignment Help
Full project
Excel 2016 top features
14 must know terms for microsoft excel beginners
Excel booklet
50 MS Excel Tips and Tricks
Advanced excel 2010 & 2013 updated Terrabiz
2016 ms excel_bm
presentationMs excel
MS Excel 2013
Data Analytics Using MS Excel
Microsoft Office Excel
Quicktip excel
ITT PROJECT IN EXCEL AND WORD
Excel Training
Advanced Excel ppt
Excel Useful Tips
Excel training by rajesh p
Ad

Viewers also liked (20)

PPTX
Scrum
PPT
ไอทีกับแนวโน้มโลก
PPT
Senit Solutions - Airsteril Healthcare
PDF
证券基金求职大礼包
PPTX
Presente continuo
PPT
Introduction to Social Media
PPT
Automatic id
PPT
Dr anilkhandelwal
PPT
บทที่51
PPT
ไอทีกับแนว
PDF
Expert oracle database architecture
PPTX
DEV PVH 2015 MeetUP
PPTX
Strategy social media and journalism
PDF
Social Media by Konceptika
PDF
T karaoke song catalog
PPTX
Social Media Association for Business Presentation
PDF
《PMBAR》二期2012
PPT
Stavoor, een karakterschets
PDF
Bridge Outdoors - Spring 2011
PPT
บทที่51
Scrum
ไอทีกับแนวโน้มโลก
Senit Solutions - Airsteril Healthcare
证券基金求职大礼包
Presente continuo
Introduction to Social Media
Automatic id
Dr anilkhandelwal
บทที่51
ไอทีกับแนว
Expert oracle database architecture
DEV PVH 2015 MeetUP
Strategy social media and journalism
Social Media by Konceptika
T karaoke song catalog
Social Media Association for Business Presentation
《PMBAR》二期2012
Stavoor, een karakterschets
Bridge Outdoors - Spring 2011
บทที่51
Ad

Similar to Tech training workshop 3 final 090810 (20)

PPT
Excel2002
PPT
Project on Electronic Spreadsheets for Students
PPT
ms excel for mba first sem students of dr hs gour university sagar(m.p)
PPTX
MS Excel Manual/ Easy Notes/Basic Computer
PPT
Uses & applications of microsoft excel in vph research
PDF
CAP Excel Formulas & Functions July - Copy (4).pdf
PPT
Teaching Excel
PPTX
MODULE 1 continuation .pptx
PPTX
Excel.pptx
PPTX
Basic Ms excel
PPT
Microsoft excel training module
DOCX
Basic tasks in excel 2013
PPTX
Excel finishing
PDF
Using procedure of excel and methods to use they way and design
PPT
It presentation
PPT
MS EXCEL
PPT
Ms excell
PPTX
Microsoft Excel Core Points Training.pptx
PPT
Excel intermediate
PPTX
MS excel and their functions keys and their usage
Excel2002
Project on Electronic Spreadsheets for Students
ms excel for mba first sem students of dr hs gour university sagar(m.p)
MS Excel Manual/ Easy Notes/Basic Computer
Uses & applications of microsoft excel in vph research
CAP Excel Formulas & Functions July - Copy (4).pdf
Teaching Excel
MODULE 1 continuation .pptx
Excel.pptx
Basic Ms excel
Microsoft excel training module
Basic tasks in excel 2013
Excel finishing
Using procedure of excel and methods to use they way and design
It presentation
MS EXCEL
Ms excell
Microsoft Excel Core Points Training.pptx
Excel intermediate
MS excel and their functions keys and their usage

Tech training workshop 3 final 090810

  • 1. Applying Excel: Making It Work for You September 8, 2010 On Today’s Agenda: Excel Basics Recap & Printing How-to Excel Formulas: Presentation Formula Break-out Sessions A look at Excel Charts: Short Guided Exercise Merging Excel Data: How and Why Pearl and Excel Essentials
  • 2. Welcome! Your Training Organizers : Matthew Jackson | x8686 | [email_address] Karen Helmerson | x3003 | [email_address] Sheri Signer | x5656 | sheri.signer@gmail.com
  • 3. Getting Started with Excel Best Practices to Consider - Planning Ahead What is the purpose of my data?  Does it have to be in Excel? Am I making an organized table, computing figures or creating a chart? Will this be used by other people?  Will they use the information differently? Will the data need to be exported into another program? Do I have all of the information I need to start my chart?
  • 4. Getting Started with Excel Best Practices to Consider - Preparing Your Layout Based on current data, decide how many rows and columns you will need Prepare your View to accommodate your comfort Create the necessary borders around your cells and chart Decide what information needs to be separated into cells to create the appropriate charts and to reorder data if necessary Create a color scheme to highlight or separate information for readability Title Column or Rows to help organize information
  • 5. Getting Started with Excel Knowing your way around The first step in understanding Excel is feeling comfortable with the basic components of an Excel file, or “Workbook”: Sheet Row Column Active Cell
  • 6. Getting Started with Excel Do this! Create a simple shopping list. Create a New Workbook Create Headers for your item and the item’s price. Format the column for the items’ prices Come up with a total for your shopping trip using AutoSum
  • 7. Getting Started with Excel Do this! Try your hand at the following… Insert a new row for something you forgot Insert a new column to add a new category for your list Sort your list by category Clean up the look of your spreadsheet using Borders and Shading Get your list ready to print
  • 8. Printing A Few Steps to Know Excel is generally not designed to produce documents for printing. For text-heavy reports that use Excel data, a better option may be to use a Mail Merge , or provide a Chart (both covered later). But, sometimes you just want to print the data… You’ll need to know how to: Hide and Unhide rows and Columns Set the “print area” Fit your work to a single page
  • 9. Printing Hide & Unhide First, select the row(s) or column(s) that you wish to hide or unhide. Choose Format > Row from the menu bar, and then choose either Hide or Unhide . Or, simply right-click to and choose Hide or Unhide . Choosing from the menu bar ( Format> Row ) Choosing from the right-click menu.
  • 10. Printing Setting the Print Area By default, Excel prints the entire worksheet. One way to stop this is to set a print area, which specifies the exact range of cells to print.
  • 11. Printing Setting the Print Area To set a print area : Select the group of cells you want included in the print range by dragging your mouse. Choose File> Print Area> Set Print Area from the menu bar. Choose File> Print Preview from the menu to check that the print area is set correctly. To remove a print area : Choose File> Print Area> Clear Print Area from the menu bar. Choose File> Print Preview from the menu to check that the print area has been cleared.
  • 12. Printing Formatting for a Single Page Choose File> Page Setup from the menu bar. Select the “Page” tab. Click the button that says “Fit To”. Set “Fit To” to one (1) page “Wide”. Leave the setting for “Tall” blank. Click OK.
  • 13. Excel Formulas The Main Attraction The power of Excel to perform complex calculations has made it one of the most ubiquitous software on the market. It is used in industries ranging from Advertising to Investment Banking to the Nonprofit sector. Excel formulas combine elements of database, statistical, and accounting software into a single feature.
  • 14. Excel Formulas How Do Formulas Work? Excel Formulas, or Functions, are short lines of computer code that tell Excel to perform a calculation. Most Excel Formulas are designed to do a mathematical calculation, but formulas can accomplish other tasks as well. Formulas are entered into a single cell on an Excel spreadsheet. The expression that you enter tells Excel how to manipulate some other combination of cells. The results of that calculation are displayed in the same cell in which the formula was entered.
  • 15. Excel Formulas Syntax All formulas begin with the “equals” symbol ( = ). Built-in functions are also available through Excel. These built-in formulas are indicated by a keyword in capital letters that directly follows the = (e.g., =SUM(A1:A4), =AVERAGE(A1:A4), etc.) .
  • 16. Excel Formulas Syntax – Basic Math NOTE : Symbols must be typed exactly as shown. =2+2 Cell will display “4” =B2-B4 Cell will display the cell B2 minus the cell B4 (e.g., if B2=5 and B4=2, =B2-B4 will show “3” =C4*D3 Cell will display the cell C4 multiplied (x) by cell D3 (e.g., if C4=3 and D3=5, =C4*D3 will show “15”) =H2/B2 Cell will display the cell H2 divided (÷) by the cell B2 (e.g., if H2=20 and B2=5, =H2/B2 will show “4”) =SUM(A1:A4) Cell will display the sum of cells in the sequence of A1 through A4 (e.g. =SUM(A1:A4) will show the results of A1+A2+A3+A4)
  • 17. Excel Formulas The Formula Bar If you click on a cell that contains a formula, you can view and/or edit the formula by clicking on the formula bar.
  • 18. Excel Formulas Applying Formulas Once you have crafted a formula, Excel can copy that formula and automatically make changes as needed when the formula is pasted . This allows you to apply a formula to large numbers of cells without needing to re-type the formula each time. By default, all cell names (e.g., “B6”) in Excel formulas are relative , meaning that the formula variables will be adjusted automatically as the formula is applied in new cells. For example, if “=SUM(A1:A5)” exists in cell A1, copying it and pasting it into cell B1 will produce the formula “=SUM(B1:B5)”
  • 19. Excel Formulas The Fill Handle Excel uses a special cursor called the Fill Handle to apply formulas.
  • 20. Excel Formulas Built-in Functions Excel contains hundreds of built-in functions and formulas. You can insert a built-in formula or function into a cell by clicking Insert > Function from the menu bar, or by clicking the f x icon on the formula bar. NOTE : Each of these built-in functions has a specific, distinct syntax. Excel provides the proper syntax as you insert the function.
  • 21. Excel Formulas Built-in Functions Commonly Used at NYSCA SUM Calculates the sum of the numbers in a specified range AVERAGE Calculates the average of the numbers in a specified range SUBTOTAL Inserts a subtotal that adjusts automatically when using advanced features; can use math operations other than SUM.
  • 22. A Closer Look at Excel Charts Is it all that hard?
  • 23. Excel Charts – Working Together Part 1 - Launch Excel : If Excel is already open on your workstation, open a new Excel workbook. There are three ways: 1. Go to the Standard toolbar. Click on the New Workbook button. 2. Go to the File menu. Select New . 3. Use a keyboard combination: Ctrl + N
  • 24. Part 2 - Enter the data to be graphed : For the purpose of this lesson you will use data from FY Budgets. Enter it as you see below:
  • 25. Part 3 - Highlight data to be graphed: Include the row with heading titles, the years, and budget numbers. Put your cursor in cell A1, click and hold the mouse button down and drag to the farthest corner of data. Highlighted data should look like the image below: Note: Cell A1 is selected, the select color extends around the cell
  • 26. Part 4 - Select the Chart Wizard: That is done by going to the Insert menu and selecting Chart . You can also click on the Chart Wizard button on the Standard toolbar.
  • 27. Part 5 – Choose a Chart Type : From the Chart Wizard box that opens select Chart type. For this activity, a column graph works best.
  • 28. Part 6 – Preview Your Chart : After you have selected the Chart type, click and hold your mouse pointer down on the Press and Hold... button to see what your data looks like in the chart type you selected. If you do not like the look, select another chart type. After you have selected the chart type you will have two options: Select Next and let Chart Wizard show you a series of options to make changes to your chart.
  • 29. Part 7 – Format Your Chart : The second step taken by Chart Wizard is to verify the range of data being used for the chart. We will click on the series tab to revise our data. Here, we need to revise the series by removing Fiscal Year and instead placing it as the (X) axis labels.
  • 30. Part 8 – Editing the Data Range : After clicking on the box to choose your (X) Axis labels, it will shrink to look like the box below, allowing you to view the entire spreadsheet. You can edit the data range in this small window. When you are finished, click the same box at the end to restore the window. At this time you will highlight the years from 2000-2011. This will automatically compute in the chart wizard.
  • 31.  
  • 32. Part 9 – Insert A Chart : For the final step, Excel will ask if you would like to insert the chart as a new sheet within your workbook or as an object on the spreadsheet you created the form from.
  • 33. . Select Next to move to the final dialog box which allows you to see the chart as a new sheet or place it on one of the sheets in your workbook. If you let the Chart Wizard finish your chart after the first dialog box, or work through each of the four steps, your chart will look something like the one below.
  • 34. The previous chart showed one instance of data associated with making a chart. Charts are beneficial in comparing data as well. In the following example, we will take the same data from our previous chart and add another column of data to compare.
  • 35.  
  • 36.  
  • 37. Beyond Excel: Mail Merges What is Mail Merge? A mail merge is a method of taking data from a database, spreadsheet, or other form of structured data, and inserting it into documents such as letters, mailing labels, and name tags. It usually requires two files, one storing the variable data to be inserted (your Excel spreadsheet), and the other containing the information that will be the same for each result of the mail merge and the instructions for formatting the variable data (e.g. a Word Document).
  • 38. Mail Merges Two Essential Tasks Generating a report in Microsoft Word: Using a properly formatted spreadsheet, Microsoft Word can pull variable data into a report. Sending Messages to an Email List: An Excel sheet with a mailing list can be used in conjunction with Outlook and Word to make it easier to communicate.
  • 39. Mail Merges Generating a Report in Word – Part 1 To Mail Merge a custom report, you will need two (2) things: A ‘template’ for the report with spaces for anything that you will want to plug in as a variable. This should be designed and saved as a normal Word document. For example, a standard letter with spaces for the recipient’s name, address, and salutation. A ‘data source’ to be ‘mail merged’ with the template. For example, an Excel workbook containing a mailing list.
  • 40. Mail Merges Generating a Report in Word – Part 2 Open your template report in Word. Select Tools> Letters & Mailings> Mail Merge . A new window will open in the right of your screen. You will complete the mail merge process here. From the list on the right, select the type of document you would like to create. Click “Next”. Examples in this exercise are for “Letters” . From the “Select Starting Document” options, select “use the current document” and click “Next”.
  • 41. Mail Merges Generating a Report in Word – Part 3 Under “Select Recipients”, check “Use Existing List”. Under “Use An Existing List”, click “Browse”. Using the file window, located your data source (your Excel file). You will be prompted to select the worksheet that you will be drawing data from. Click “Next” once you are finished. Under “Write Your Letter”, click on “More Items”. From the list, select the fields that you would like to be inserted as variables. Note : The fields will be inserted at the location of your cursor. They can be cut and pasted later. When you’ve entered in your variables, click “Next”.
  • 42. Mail Merges Generating a Report in Word – Part 4 Preview your letters using the menu provided. Note that each letter is a distinct item. When you are satisfied, click “complete the merge.
  • 43. Mail Merges Emailing a Mailing List – Part 1 Open your template report in Word. Select Tools> Letters & Mailings> Mail Merge . A new window will open in the right of your screen. You will complete the mail merge process here. From the list on the right, select “E-Mail Messages”. Click “Next”. From the “Select Starting Document” options, select “use the current document” and click “Next”.
  • 44. Mail Merges Emailing a Mailing List – Part 2 Under “Select Recipients”, check “Use Existing List”. Under “Use An Existing List”, click “Browse”. Using the file window, located your data source (your Excel file). You will be prompted to select the worksheet that you will be drawing data from. Click “Next” once you are finished. Under “Write Your E-mail Message”, click on “More Items”. From the list, select the fields that you would like to be inserted as variables. Note : The fields will be inserted at the location of your cursor. They can be cut and pasted later. When you’ve entered in your variables, click “Next”.
  • 45. Mail Merges Emailing a Mailing List – Part 3 Preview your letters using the menu provided. Note that each letter is a distinct item. When you are satisfied, click “complete the merge. Under “Merge”, click “Electronic Mail”. From the pop-up dialogue box, select “To” to the column name (from your Excel sheet) that contains email address. Type your desired subject line. Set “Mail Format” to HTML. Under “Send Records”, select your desired option. Click “OK” to begin the emailing.
  • 46. Mail Merges Emailing a Mailing List – A Word of Caution Remember: Mass communication to the field MUST be vetted by the Executive Director or a designee before being sent!
  • 47. Beyond Excel: Pearl & MS Access How does this fit? Microsoft Access is software that lets a user edit and maintain a database . A database refers to a complex file that contains many spreadsheets or datasheets (raw data), queries (manipulated spreadsheets), and reports (documents with variables). Pearl is a front-end for Microsoft Access that works like a specialized guide or wizard for particular tasks. Pearl, therefore, is not literally “the database” but rather how we interact with it. At NYSCA, we generally use the phrases “Pearl” and “The Database” interchangeably.
  • 48. Beyond Excel: Pearl & MS Access A Whole Other Lesson Pearl and Access are too complex to fully explain here, but there are some critical things to know to help ensure that you get the information you need: Any data contained in our database can be pulled out and worked with. Programs should know what kinds of information is actually available. Information pulled from Access/Pearl/”The Database” is best transferred as a single Excel spreadsheet. Matt is available to pull information from Pearl as needed. You can make a request any time you need to take a closer look at data.
  • 49. Beyond Excel: Pearl & MS Access Commonly Used Data Fields in Pearl Org. Name Org. AKA Complete Mailing Address Org. County, Upstate vs. Downstate Contact Person Contact Email Contact Phone & Fax Org. TCE Grant Award Amounts Grant Request Amounts Org. Demographic Information (limited) Panel Ratings Org info by Legislative District; Legislator Contact Info Simply put, anything asked for in an application can be pulled out and inserted into a spreadsheet.
  • 50. Beyond Excel: Pearl & MS Access Existing Queries and Reports There are a variety of Reports already loaded into Pearl. These reports can easily be “pulled out” as an Excel spreadsheet: From Pearl, open the report that you would like to analyze. Once the report is open and active (i.e., the report window is able to be edited), from the menu bar, select Tools> Office Links> Analyze with Excel . Excel will open with the data from the report displayed on a spreadsheet. Note : You may need to reformat for the data to display properly. Save the Excel spreadsheet to your computer for later use.
  • 51. Thank You! Please continue to use the Technology Questions Drop Box!