DOWNLOAD PDF UPLOAD TO CELL IN GOOGLE SHEETS

Size: px
Start display at page:

Download "DOWNLOAD PDF UPLOAD TO CELL IN GOOGLE SHEETS"

Transcription

1 Chapter 1 : How To Apply Formulas to Entire Columns in Google Sheets Uploading files to Google Drive. Google Drive gives you 15 gigabytes (15GB) of free storage space to upload files from your computer and store them in the cloud. There are two main types of files you can store on your Google Drive. If you upload files from compatible programs like Microsoft Word or Excel, you can even edit them in Google Drive. Watch the video below to learn how to upload files to Google Drive. Uploading files to Google Drive Google Drive gives you 15 gigabytes 15GB of free storage space to upload files from your computer and store them in the cloud. There are two main types of files you can store on your Google Drive: Files you can edit, like Microsoft Office files, PDFs, and other text-based files Files you cannot edit, like music, videos, compressed archives. For example, you can use Google Drive to preview a Photoshop file, even if Photoshop is not installed on your current computer. Converting files to Google Drive formats If you are uploading files you plan to edit online, you will need to convert them to Google Drive format. Converting allows you to edit a file and collaborate with others easily. Depending on the level of formatting used in the original document, the converted document could turn out looking quite different, as shown in the example below. To upload a file: From Google Drive, locate and select the New button, then select File upload. Locate and select the file s you want to upload, then click Open. The file s will be uploaded to your Google Drive. Depending on your browser and operating system, you may be able to upload files by clicking and dragging a file from your computer into your Google Drive. To upload a folder: Click the New button, then select Folder upload. Locate and select the folder you want to upload, then click OK. The folder and the files within it will be uploaded to your Google Drive. To convert a file: Locate and double-click the file you want to edit. A preview of the file will appear. Select Open at the top of the screen. The file will be converted to a Google document and appear in a new tab. You can set Google Drive to convert your files automatically when you upload them. Click the gear icon, select Settings, then check the box next to Convert uploads. Open Google Drive and upload a Microsoft Office file. Convert your file to a Google document. If you used our example file, your screen should look something like this: Page 1

2 Chapter 2 : Extending Google Sheets Apps Script Google Developers Automatically Convert Excel To Google Sheets When Uploading You can make it so that Google Drive automatically converts your uploaded files to the appropriate Google Sheets or Docs format. To do that, follow the instructions in my Convert Microsoft Office To Google Docs Using Google Drive (Or Don't) article. Combining cell data is something that any serious spreadsheet user needs to know how to do, and Google Sheets is no exception. Data sources almost always require editing and tidying up to be useful, and this very often requires combining or concatenating cells. You can concatenate the first two columns to combine their information into a third column. All you need to combine cells are two or more cells containing data and a destination cell in which to display the concatenated data. In this article we will go over the process for combining cells in Google Sheets. Note that combining cells and merging cells, although they sound very similar in plain English, are actually two entirely different operations in Google Sheets and other spreadsheets. Combine cells in Google Sheets The first thing you need to think about is whether you are combining string data, numerical data, or a combination of the two, and what you want your concatenated data to look like. On the other hand you may have a value of in one cell, in another cell, and you want an output of There are different formulas to use to reach of these different types of results. The main formula to use to combine numeric data and add them together is SUM. Open your Google Sheet. Find the cells you want to combine and note their coordinates â in this example, A1 and A2. You can also use a range in the sum formula, i. You should now see the sum of A1 and A2 in the destination cell. So if A1 contained and A2 contained 50, the destination cell should contain Note that you can ask SUM to give you a total over a range that includes string data, but that string data will be ignored. There are two formulas you can use to combine string data. You should now see the combination of A1 and A2 in the destination cell. You should now see the combination of A1, a space, and A2 in the destination cell. If you want to learn more about Google Sheets to build your mastery of this powerful free spreadsheet tool, TechJunkie has a lot more tutorials for you to view. Check them out and let us know what you think. If you want to see something in particular, us and let us know! Page 2

3 Chapter 3 : Google Sheets: Getting Started with Google Sheets Create a new spreadsheet and edit with others at the same time -- from your computer, phone or tablet. Get stuff done with or without an internet connection. Use Sheets to edit Excel files. A single data point or element in a spreadsheet. A vertical set of cells. A horizontal set of cells. A selection of cells extending across a row, column, or both. A built-in operation from the spreadsheet app, which can be used to calculate cell, row, column, or range values, manipulate data, and more. The combination of functions, cells, rows, columns, and ranges used to obtain a specific result. The named sets of rows and columns making up your spreadsheet; one spreadsheet can have multiple sheets Spreadsheet: On your Mac or PC, head over to sheets. There are 3 ways to create a new spreadsheet in Google Sheets: For this tutorial, though, you should start with a blank spreadsheet. The only difference is that Google has reduced the clutter and number of displayed interface elements. So your first task should be obvious: Each cell should contain one value, word, or piece of data. Make sure you only click once on a cell before pasting data, so Google Sheets will turn it into a list with each item in its own cell. If you double-click on a cell, Google Sheets will paste all the data into one cell which is likely not what you want. Importing a file is simple as well. You can either import directly into the current spreadsheet, create a new spreadsheet, or replace a sheet i. I prefer to import the data into a new sheet every time to keep my old data and new imported data separate. Alternatively, if you have a Google Sheet or a CSV, XLS, or other spreadsheet file saved in your Google Drive account, you can import that directly into your spreadsheet using the same processâ just search your Drive from the import window. By dragging the small blue dot pictured below in the bottom-right corner of a highlighted cell across or down a range of cells, you can perform a number of different functions. There are a number of ways you could use this feature: Try adding the text Contestant 1 to Cell A1, then clicking and dragging the little blue dot in the bottom-right corner of the highlighted cell either down or across any number of neighboring cells. If there was no number after Contestant, this dragging action would simply copy "Contestant" to any cells you drag over. Now, How can we use this data? The basic formatting options in Google Sheets are available above your first cell. As for everything else, the best way to show you how everything works is to dive right into an example. In fact, a vast majority of my own spreadsheets look like thisâ Google Sheets makes it so simple to capture information, share it, and return to it later for reference that it acts as my highly-structured note-taking tool. For the simple example above a lack of significant formatting is "okay. That means if we scroll down the spreadsheet, the first row will still be visible, no matter how much data lies below it. There are two ways to freeze rows: Add, Average, and Filter Data with Formulas Google Sheets, like most spreadsheet apps, has a bunch of built-in formulas for accomplishing a number of statistical and data manipulation tasks. You can also combine formulas to create more powerful calculations and string tasks together. The most basic formulas in Sheets include: There are three ways to use the basic formulas accessible via the top navigation: Select a range then click the formula this will put the result either below or to the side of the range. Select the result cell i. Finally, select the range of cells to perform your operation on. Finally, I will demonstrate typing a formula and range manually. In order to select a range of cells, click the first cell and hold SHIFT then click the last cell in the range. In my example, you see a grey help section pop up when I start typing the formula. You can click the question mark to toggle help context for formulas on or off. These tips will tell you what type of information can be used in each formula, and will make your formula creation especially when you start combining formulas much easier. The count formula essentially checks to see if the cells in a range are empty or not, and returns the total that are filled. This formula will be set up in my spreadsheet the same way as my SUM row. You also have the option to perform any of the five number-based operations on a range of numbers by clicking the SUM button in the bottom right and selecting the new default formula from the pop-out menu. From then on, anytime you highlight a range it will perform the last-selected formula. What if it costs too much? What if the extra effort of cooking another meal saves me money? This will drop the result into the column to the right of the maximum price column. Next, I drag the formula down to apply it to the other min and max price combinations. Using Simple Arithmetic Formulas We need to calculate the total cost Page 3

4 of the breakfast by multiplying the average price of each ingredient by its unit count in the recipe. To accomplish this, manually type a formula into the "Avg Price" row. Our basic arithmetic formula would look like this for the "Scrambled Eggs" column: That way, if we copy the formula to the other recipes, it will always use the average unit cost column rather than shifting the reference to the next column over when you drag to copy like it did in the SUM and COUNT examples. You could accomplish the same price calculation by using this advanced formula: Now that we have some working data and calculations, perhaps my coworkers who are likely planning to eat breakfast tomorrow might benefit from this sheet. Jointly editing a spreadsheet is one of the critical functions of Sheets, and Google has made it a seamless experience. The default functionality when you click the "Share" Button is to copy a link to the spreadsheet to your clipboard. When you share this link with someone via a messenger or , if they click the link it will bring them to the spreadsheet. Someone is "In your organization" when they have an address and Google account for your company. You can streamline your spreadsheet workflows and real-time data-sharing by taking advantage of these helpful add-ons: The Google Docs mobile apps. You can use the Google Sheets mobile app to view and edit your spreadsheets, share links on the go, and add users. Google Drive sync to your desktop. Google Drive allows you to easily upload files from your local desktop environment to your online Drive. This makes them accessible to your collaborators and also allows you to quickly import them into spreadsheets and other documents. A Third-Party tool like Zapier. You can also trigger messages based on different actions in Google Sheetsâ like when someone a new row or changes the data in a cell. Without an automation tool like Zapier, tasks like this quickly become the reason that people fail to collaborate successfully using spreadsheets. Check it out in real-time: And this can work for hundreds of other applications that you can use as Triggers or Actions with Zapier. The most common exports will be either. Google Sheets has an "Offline Mode" that will automatically sync your changes to the document when you reconnect to the internet. Page 4

5 Chapter 4 : How to Upload and Share a Spreadsheet on Google Docs: 15 Steps To add an image to a cell, highlight the cell and click F2 to enter the formula mode and then type =image("url") where URL is the public web address of that image.. For instance, the following formula will insert a free image from Unsplash in your Google Spreadsh. Watch the video below to see an overview of Google Sheets. All about Google Sheets Google Sheets is a web-based spreadsheet application that allows you to store and organize different types of information, much like Microsoft Excel. While you might think spreadsheets are only used by certain people to process complicated numbers and data, they can actually be used for a variety of everyday tasks. Review the slideshow below to learn some of the other ways you might use spreadsheets. To create a new Google spreadsheet: The spreadsheet will appear in a new browser tab. To name your spreadsheet, locate and select Untitled spreadsheet at the top of the page. Type a name for your spreadsheet, then press Enter on your keyboard. Your spreadsheet will be renamed. Whenever you need to view or edit your spreadsheet, you can access it again from your Google Drive, where it will be saved automatically. You may notice that there is no save button. This is because Google Drive uses autosave, which automatically and immediately saves your files as you edit them. The Google Sheets interface In order to use and edit spreadsheets, you will need to become familiar with the Google Sheets interface. Click the buttons in the interactive below to learn more about the Google Sheets interface. Click a menu and select the desired action from the drop-down list. Spreadsheet Title By default, any new spreadsheet is named Untitled Spreadsheet. Click the title to rename the spreadsheet. Collaboration Options Collaboration options allow you to share your spreadsheet with others and make comments as you work. Shortcut Toolbar This toolbar provides convenient shortcut buttons for formatting the data in your spreadsheet, like font size, text alignment, and text color. Column A column is a group of cells that runs vertically from top to bottom. Columns are identified by letters. Column C is selected in this example. Row A row is a group of cells that runs horizontally from side to side. Rows are identified by numbers. Row 9 is selected in this example. Cell Each rectangle in a spreadsheet is called a cell. A cell is the intersection of a row and a column. Click to select a cell. Cell A1 is selected in this example. Sheets Toolbar Every spreadsheet can have multiple sheets. Formula Bar You can use the formula bar to enter and edit data, functions, and formulas for a specific cell. Saved Changes Notification Google Sheets automatically saves your changes as you work. The saved changes notification lets you know your spreadsheet has been saved. Cell basics Every spreadsheet is made up of thousands of rectangles, which are called cells. Columns are identified by letters A, B, C, while rows are identified by numbers 1, 2, 3. Each cell has its own nameâ or cell addressâ based on its column and row. In this example, the selected cell intersects column C and row 10, so the cell address is C You can also select multiple cells at the same time. A group of cells is known as a cell range. In the images below, two different cell ranges are selected: A8 Cell range A2: B8 Understanding cell content Any information you enter into a spreadsheet will be stored in a cell. Each cell can contain several different types of content, including text, formatting, formulas, and functions. Cells can contain text, such as letters, numbers, and dates. Cells can contain formatting attributes that change the way letters, numbers, and dates are displayed. For example, percentages can appear as 0. Cells can contain formulas and functions that calculate cell values. In our example, SUM B2: B8 adds the value of each cell in cell range B2: B8 and displays the total in cell B9. Click a cell to select it. A blue box will appear around the selected cell. You can also select cells using the arrow keys on your keyboard. To select a cell range: Sometimes you may want to select a larger group of cells, or cell range. Click and drag the mouse until all of the cells you want to select are highlighted. Release the mouse to select the desired cell range. To insert cell content: Select the desired cell. Type content into the selected cell, then press Enter. The content will appear in the cell and the formula bar. You can also input content into and edit cell content in the formula bar. To delete cell content: Select the cell you want to delete. Press the Delete or Backspace key on your keyboard. To copy and paste cells: Select the cells you want to copy. Select the cell or cells where you want to paste the cells. The copied cells will now have a box around them. To cut and paste cells: Unlike copying and pastingâ which duplicates cell Page 5

6 contentâ cutting and pasting moves content between cells. Select the cells you want to cut. The cell content will remain in its original location until the cells are pasted. In these cases, you can use the Paste Special option. Click Edit in the toolbar menu, hover the mouse over Paste Special, and select your desired paste option from the drop-down menu. To drag and drop cells: Rather than cutting and pasting, you can drag and drop cells to move their contents. Select a cell, then hover the mouse over an outside edge of the blue box. The cursor will turn into a hand icon. Click and drag the cell to its desired location. Release the mouse to drop the cell. To use the fill handle: There may be times when you want to copy the content of one cell to several other cells in your spreadsheet. You could copy and paste the content into each cell, but this method would be time consuming. Instead, you can use the fill handle to quickly copy and paste content from one cell to any other cells in the same row or column. Select the cell you want to use. A small squareâ known as the fill handleâ will appear in the bottom-right corner of the cell. Hover the mouse over the fill handle. The cursor will change to a black cross. Click and drag the fill handle over the cells you want to fill. A dotted black line will appear around the cells that will be filled. Release the mouse to fill the selected cells. Using the fill handle to continue a series The fill handle can also be used to continue a series. Whenever the content of a row or column follows a sequential orderâ like numbers 1, 2, 3 or days Monday, Tuesday, Wednesday â the fill handle will guess what should come next in the series. In our example below, the fill handle is used to extend a series of dates in a column. Open Google Sheets and create a new blank spreadsheet. Change the spreadsheet title from Untitled Spreadsheet to Practice Spreadsheet. Use the fill handle to place dates in cells A1: Use drag and drop to move the dates to cells B1: Page 6

7 Chapter 5 : Switching to Sheets from Excel â Google Learning Center With Google Sheets, you don't have to worry about overriding edits made by someone else. A cell will be greyed out while it's being modified by someone else: If you try to edit a greyed out cell, your changes won't stick. I think this onedit trigger is what you need. Also see the documentations on Apps Script and Spreadsheet App. For example, in your sheet, an implementation for requirement 1 can be as follows. Either use both or use neither. Note that in your scenarios, the edits are always on single cells. Sometimes, edits can occur to multiple cells simultaneously. Make sure there is no ambiguity in your interface. Also the protect function of Google Sheet may come in handy. Do try to create a different interface where you are not as reliant on change per edit. You can easily run into problems with synchronization. A final sheet that does not take a lot of inputs frequently may be fine. It nevertheless slows down your regular activities. As well, you should probably have a cell that displays the most recent edit. Be careful that a user input can be accidentally non-numeric. To implement a full solution for all of your scenarios, you can simply loop through all the cells you need to watch by update method and then loop through all possible update methods. You do need to implement the exact code yourself. On Stackoverflow, we only discuss methods and how they work. We discuss using minimally self-contained examples. The intended take-away for you from this answer are the various Apps Script utilities linked and described with sample codes and the advices on generalization. If there are questions about a utility, please read the linked documents; and if you still have questions after, open another post with a specific focus. Page 7

8 Chapter 6 : Overview Sheets API v3 Google Developers Uploading Excel Files to Google Sheets is a guest post by Kasper Langmann from Spreadsheeto. The text had been revised by Jonatan Silva from Sheetgo. Google Sheets is great for collaborative work, but sometimes you like using Excel for the initial development. When using spreadsheet software such as Google Sheets, power users often need to apply a formula or function to an entire table column. For example, you might want to add up the values across two columns and 10 rows in a third table column. The most straightforward way to do this is to add the SUM function to 10 cells in the destination column. However, inserting all those formulas by hand would be error-prone, to say nothing of tedious. Fortunately, there are various ways you can quickly apply formulas to entire columns in Sheets without manually entering them to each cell. Add Formulas to Table Columns with the Fill Handle Most spreadsheet applications have a fill handle for you to copy cell formula across columns or rows with. The other column cells will then include the same function and relative cell references for their table rows. Open a blank Sheets spreadsheet in your browser. Now you can add a formula to column C with the fill handle. First, select cell C1 in your spreadsheet; and click in the fx bar. C1 will return the value 1, when you press Enter. Press and hold the left mouse button when the cursor transforms into a cross. Drag the cursor down to cell C4 and let go of the mouse. That will apply the function to the other three rows of column C. The cells will add the values entered in columns A and B as shown directly below. Luckily, this is easy to find out. You can scroll down 1, rows in Sheets spreadsheets with the scroll bar. Even though you can add more, 1, is the default number of rows in Sheets. Replace the SUM function in column C of your table with an array formula. First, select the cell range C1: C4 and press the Del key to erase SUM. Select cell C1 to include the function. The fx bar will then include the array formula shown in the snapshot directly below. Pressing Enter will copy the formula to all 1, rows as in the shot directly below. All 1, rows in column C now add up the values entered in columns A and B! That automatically converts the function to an array formula. The first column cell is always included in the reference. However, the second half of the reference is actually the column header. The cell references should always be something like A1: C, etc, depending on where the first table column cell is in the spreadsheet. Add Formulas to tables with AutoSum Power Tools is a great add-on for Sheets that extends the web app with tools for text, data, formulas, deleting cell content and more besides. AutoSum is an option in Power Tools that you can add functions to entire columns with. Then click Add-ons in Sheets, and select Power Tools from the menu. Select Formulas to open the options shown in the screenshot directly below. Click the D header in your spreadsheet to select the entire column. Select SUM from the drop-down menu. That adds SUM functions to all 1, cells in column D as below. Check out this YouTube video for further details on how to copy functions with the fill handle, and this page includes a video about array formulas. Got any other great suggestions of how to add functions to an entire column in Sheets? Share them with us below! Page 8

9 Chapter 7 : Google Tabellen: Kostenlos Tabellen online erstellen und bearbeiten Note: Make sure you only click once on a cell before pasting data, so Google Sheets will turn it into a list with each item in its own cell. If you double-click on a cell, Google Sheets will paste all the data into one cell which is likely not what you want. You can use Apps Script to add custom menus, dialogs, and sidebars to Google Sheets. It also lets you write custom functions for Sheets, as well as integrate Sheets with other Google services like Calendar, Drive, and Gmail. Most scripts designed for Google Sheets manipulate arrays to interact with the cells, rows, and columns in a spreadsheet. Note that this course was not developed by and is not associated with Google. Apps Script can interact with Google Sheets in two broad ways: The Spreadsheet service treats Google Sheets as a grid, operating with two-dimensional arrays. To retrieve the data from the spreadsheet, you must get access to the spreadsheet where the data is stored, get the range in the spreadsheet that holds the data, and then get the values of the cells. Apps Script facilitates access to the data by reading structured data in the spreadsheet and creating JavaScript objects for them. Reading data Suppose you have a list of product names and product numbers that you store in a spreadsheet, as shown in the image below. The example below shows how to retrieve and log the product names and product numbers. Writing data To store data, such as a new product name and number to the spreadsheet, add the following code to the end of the script. Custom menus and user interfaces You can customize Google Sheets by adding custom menus, dialog boxes, and sidebars. To learn the basics of creating menus, see the guide to menus. To learn about customizing the content of a dialog box, see the guide to HTML service. You can also attach a script function to an image or drawing within a spreadsheet; the function will execute when a user clicks on the image or drawing. To learn more, see Images and Drawings in Google Sheets. This feature can automatically create a Google Form based on data in a spreadsheet. Apps Script also enables you to use triggers, such as onformsubmit to perform a specific action after a user responds to the form. Formatting The Range class has methods like setbackground color to access and modify the format of a cell or range of cells. The following example shows how you can set the font style of a range: C2 to be italic. For instance, the following sample shows how to set a data-validation rule that allows only numbers between 1 and on a cell. The following example generates an embedded bar chart, assuming you have chartable data in cells A1: To learn more about custom functions, try the Menus and Custom Functions 5-minute quickstart, or take a look at the more in-depth guide to custom functions. Unlike custom functions, you activate them with a keyboard shortcut or through the Google Sheets menu. For more information, see Google Sheets Macros. Triggers Scripts that are bound to a Google Sheets file can use simple triggers like the functions onopen and onedit to respond automatically when a user who has edit access to the spreadsheet opens or edits the spreadsheet. Like simple triggers, installable triggers let Google Sheets run a function automatically when a certain event occurs. Installable triggers, however, offer more flexibility than simple triggers and support the following events: Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 3. For details, see our Site Policies. Last updated August 17, Chapter 8 : Add formulas & functions - Computer - Docs Editors Help In Google Sheets, you can hyperlink your cells in four easy ways. If making a hyperlink easy wasn't enough, Google Sheets also handles addresses very well. If you hyperlink text and use an address as the link, Google will automatically create a mailto link, which will open up a new compose window with your contact's address pre. Chapter 9 : Convert Excel To Google Sheets - Here's How Google Sheets supports cell formulas typically found in most desktop spreadsheet packages. These functions can be used to create formulas that manipulate data and calculate strings and numbers. Here's a list of all the functions Page 9

10 available in each category. Page 10

Useful Google Apps for Teaching and Learning

Useful Google Apps for Teaching and Learning Useful Google Apps for Teaching and Learning Centre for Development of Teaching and Learning (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop...

More information

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at : GOOGLE APPS Application: Usage: Program Link: Contact: is an electronic collaboration tool. As needed by any staff member http://www.google.com or http://drive.google.com If you have difficulty using

More information

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4

INTRODUCTION... 1 UNDERSTANDING CELLS... 2 CELL CONTENT... 4 Introduction to Microsoft Excel 2016 INTRODUCTION... 1 The Excel 2016 Environment... 1 Worksheet Views... 2 UNDERSTANDING CELLS... 2 Select a Cell Range... 3 CELL CONTENT... 4 Enter and Edit Data... 4

More information

DOWNLOAD PDF GOOGLE SHEETS ADD ON THAT ADDS INTO CELL

DOWNLOAD PDF GOOGLE SHEETS ADD ON THAT ADDS INTO CELL Chapter 1 : copydown - Google Sheets add-on Adds menu commands to insert cells (shifting existing contents down or right) and delete cells (shifting up or left). This add-on creates menu items that allow

More information

Excel 2010: Getting Started with Excel

Excel 2010: Getting Started with Excel Excel 2010: Getting Started with Excel Excel 2010 Getting Started with Excel Introduction Page 1 Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson,

More information

Brianna Nelson Updated 6/30/15 HOW TO: Docs, Sheets, Slides, Calendar, & Drive. English

Brianna Nelson Updated 6/30/15 HOW TO: Docs, Sheets, Slides, Calendar, & Drive. English Brianna Nelson Updated 6/30/15 HOW TO: Docs, Sheets, Slides, Calendar, & Drive English ABOUT Use this guide to write papers, create spreadsheets, give presentations, manage your time, and save your files

More information

Google Sheets: Spreadsheet basics

Google Sheets: Spreadsheet basics Google Sheets: Spreadsheet basics To view all of your Google sheets, or to create a new spreadsheet, visit docs.google.com/spreadsheets. Create a spreadsheet From the Google Sheets home screen, click the

More information

Things you can do with Google Sheets:

Things you can do with Google Sheets: Google Sheets What is Google Sheets? Google sheets is a free online spreadsheet program that allows you to create spreadsheets. Think of it as an online version of Microsoft Excel, which has similar and

More information

Google Docs: Spreadsheet basics

Google Docs: Spreadsheet basics Google Docs: Spreadsheet basics Once you know the basics on how to access, create, and edit Google Docs, read here to learn the basics that apply specifically to Google Docs spreadsheets. Create a spreadsheet

More information

Google Docs: Access, create, edit, and print

Google Docs: Access, create, edit, and print Google Docs: Access, create, edit, and print There are several kinds of Google documents: Docs, Sheets, Slides, Drawings, and Forms. We ll use a basic Google Doc to show you how to get started with various

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Table of Contents The Excel Window... 2 The Formula Bar... 3 Workbook View Buttons... 3 Moving in a Spreadsheet... 3 Entering Data... 3 Creating and Renaming Worksheets... 4 Opening

More information

Access Google Drive There are multiple ways to access Google drive.

Access Google Drive There are multiple ways to access Google drive. Introduction In the course we will discuss what a Google Drive is, what kind of applications they contain, and how we can work smarter. We will discuss how to start Google Drives, How to access the drives.

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen.

Intro to Excel. To start a new workbook, click on the Blank workbook icon in the middle of the screen. Excel is a spreadsheet application that allows for the storing, organizing and manipulation of data that is entered into it. Excel has variety of built in tools that allow users to perform both simple

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Chapter 7 Inserting Spreadsheets, Charts, and Other Objects

Chapter 7 Inserting Spreadsheets, Charts, and Other Objects Impress Guide Chapter 7 Inserting Spreadsheets, Charts, and Other Objects OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute

More information

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint

Introduction. Watch the video below to learn more about getting started with PowerPoint. Getting to know PowerPoint PowerPoint 2016 Getting Started With PowerPoint Introduction PowerPoint is a presentation program that allows you to create dynamic slide presentations. These presentations can include animation, narration,

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 THE BASICS PAGE 02! What is Microsoft Excel?! Important Microsoft Excel Terms! Opening Microsoft Excel 2010! The Title Bar! Page View, Zoom, and Sheets MENUS...PAGE

More information

Google Sheets: Spreadsheet basics

Google Sheets: Spreadsheet basics Google Sheets: Spreadsheet basics You can find all of your spreadsheets on the Google Sheets home screen or in Google Drive. Create a spreadsheet On the Sheets home screen, click Create new spreadsheet

More information

Excel 2010: Basics Learning Guide

Excel 2010: Basics Learning Guide Excel 2010: Basics Learning Guide Exploring Excel 2010 At first glance, Excel 2010 is largely the same as before. This guide will help clarify the new changes put into Excel 2010. The File Button The purple

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Basic Formulas Filling Data

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

COPYRIGHTED MATERIAL. Making Excel More Efficient

COPYRIGHTED MATERIAL. Making Excel More Efficient Making Excel More Efficient If you find yourself spending a major part of your day working with Excel, you can make those chores go faster and so make your overall work life more productive by making Excel

More information

Dreamweaver Handout. University of Connecticut Prof. Kent Golden

Dreamweaver Handout. University of Connecticut Prof. Kent Golden Dreamweaver Handout University of Connecticut Prof. Kent Golden Kent@GoldenMultimedia.com www.goldenmultimedia.com Main goal of this handout: To give you the steps needed to create a basic personal website

More information

WEEK NO. 12 MICROSOFT EXCEL 2007

WEEK NO. 12 MICROSOFT EXCEL 2007 WEEK NO. 12 MICROSOFT EXCEL 2007 LESSONS OVERVIEW: GOODBYE CALCULATORS, HELLO SPREADSHEET! 1. The Excel Environment 2. Starting A Workbook 3. Modifying Columns, Rows, & Cells 4. Working with Worksheets

More information

Google Docs: Access, create, edit, and print

Google Docs: Access, create, edit, and print Google Docs: Access, create, edit, and print To view all of your Google Docs, or to create a new document, visit docs.google.com/document. Create a document From the Google Docs home screen, click the

More information

Introduction to Microsoft Excel 2016

Introduction to Microsoft Excel 2016 Screen Elements: Introduction to Microsoft Excel 2016 The Ribbon The Ribbon is designed to help you quickly find the commands that you need to complete a task. Commands are organized in logical groups,

More information

Center for Faculty Development and Support. Google Docs Tutorial

Center for Faculty Development and Support. Google Docs Tutorial Center for Faculty Development and Support Google Docs Tutorial Table of Contents Overview... 3 Learning Objectives... 3 Access Google Drive... 3 Introduction... 4 Create a Google Document... 4 Upload

More information

How to Open Excel. Introduction to Excel TIP: Right click Excel on list and select PIN to Start Menu. When you open Excel, a new worksheet opens

How to Open Excel. Introduction to Excel TIP: Right click Excel on list and select PIN to Start Menu. When you open Excel, a new worksheet opens Introduction to Excel 2010 What is Excel? It is a Microsoft Office computer software program to organize and analyze numbers, data and labels in spreadsheet form. Excel makes it easy to translate data

More information

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR

Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR Creating Reports in Access 2007 Table of Contents GUIDE TO DESIGNING REPORTS... 3 DECIDE HOW TO LAY OUT YOUR REPORT... 3 MAKE A SKETCH OF YOUR REPORT... 3 DECIDE WHICH DATA TO PUT IN EACH REPORT SECTION...

More information

NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013

NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013 NPS Apps - Google Docs Facilitated by Liza Zandonella Newtown High School May, 2013 Creating, Uploading and Sharing Documents To open Google Docs, select Drive on the menu bar of your Google Mail browser.

More information

How to Create a Google Sites Website

How to Create a Google Sites Website How to Create a Google Sites Website * Google Sites must be built and maintained in either Google Chrome or Firefox. Google Sites is not supported by Internet Explorer. Let s get started! Go to google.com

More information

Chapter 10 Linking Calc Data

Chapter 10 Linking Calc Data Calc Guide Chapter 10 Linking Calc Data Sharing data in and out of Calc This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option

More information

SAMPLE. 1 ICT Spreadsheet Essentials. Lesson 1: Introduction to Spreadsheets

SAMPLE. 1 ICT Spreadsheet Essentials. Lesson 1: Introduction to Spreadsheets 1 ICT Spreadsheet Essentials Lesson 1: Introduction to Spreadsheets LESSON SKILLS KEY TERMS After completing this lesson, you will be able to: cell Describe a spreadsheet and the ways in which it may be

More information

Word: Print Address Labels Using Mail Merge

Word: Print Address Labels Using Mail Merge Word: Print Address Labels Using Mail Merge No Typing! The Quick and Easy Way to Print Sheets of Address Labels Here at PC Knowledge for Seniors we re often asked how to print sticky address labels in

More information

SUM - This says to add together cells F28 through F35. Notice that it will show your result is

SUM - This says to add together cells F28 through F35. Notice that it will show your result is COUNTA - The COUNTA function will examine a set of cells and tell you how many cells are not empty. In this example, Excel analyzed 19 cells and found that only 18 were not empty. COUNTBLANK - The COUNTBLANK

More information

Using New Google Sites

Using New Google Sites Using New Google Sites With the New Google Sites, building websites is easy. Just drag content where you need it. Create a onestop destination for all important information, including videos, images, calendars,

More information

The HOME Tab: Cut Copy Vertical Alignments

The HOME Tab: Cut Copy Vertical Alignments The HOME Tab: Cut Copy Vertical Alignments Text Direction Wrap Text Paste Format Painter Borders Cell Color Text Color Horizontal Alignments Merge and Center Highlighting a cell, a column, a row, or the

More information

Introduction to Excel 2007

Introduction to Excel 2007 Introduction to Excel 2007 These documents are based on and developed from information published in the LTS Online Help Collection (www.uwec.edu/help) developed by the University of Wisconsin Eau Claire

More information

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010

DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 DOING MORE WITH EXCEL: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn MORE TASKS IN MICROSOFT EXCEL PAGE 03 Cutting, Copying, and Pasting Data Filling Data Across Columns

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

MAKING TABLES WITH WORD BASIC INSTRUCTIONS. Setting the Page Orientation. Inserting the Basic Table. Daily Schedule

MAKING TABLES WITH WORD BASIC INSTRUCTIONS. Setting the Page Orientation. Inserting the Basic Table. Daily Schedule MAKING TABLES WITH WORD BASIC INSTRUCTIONS Setting the Page Orientation Once in word, decide if you want your paper to print vertically (the normal way, called portrait) or horizontally (called landscape)

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

Gloucester County Library System. Excel 2010

Gloucester County Library System. Excel 2010 Gloucester County Library System Excel 2010 Introduction What is Excel? Microsoft Excel is an electronic spreadsheet program. It is capable of performing many different types of calculations and can organize

More information

Introduction to Google Drive and Google Docs

Introduction to Google Drive and Google Docs Introduction to Google Drive and Google Docs Metropolitan Community College Continuing Education Laurie Brodeur - Instructor Web Page http://www.learning4u2.com/googledocs.htm What are Google Drive and

More information

Watch the video below to learn more about the basics of working with cells. *Video removed from printing pages. Understanding cells

Watch the video below to learn more about the basics of working with cells. *Video removed from printing pages. Understanding cells Excel 06 Cell Basics Introduction Whenever you work with Excel, you'll enter information or content into cells. Cells are the basic building blocks of a worksheet. You'll need to learn the basics of cells

More information

Introduction. Uploading and Syncing Files. Google Drive and Docs Uploading and Syncing Files. Uploading Files to Google Drive.

Introduction. Uploading and Syncing Files. Google Drive and Docs Uploading and Syncing Files. Uploading Files to Google Drive. Google Drive and Docs Uploading and Syncing Files Introduction Page 1 Google Drive makes it easy to store and access your files online in the cloud, allowing you to access them from any computer with an

More information

Navigate to Success: A Guide to Microsoft Word 2016 For History Majors

Navigate to Success: A Guide to Microsoft Word 2016 For History Majors Navigate to Success: A Guide to Microsoft Word 2016 For History Majors Navigate to Success: A Guide to Microsoft Word 2016 for History Majors Navigate to Success: A Guide to Microsoft Word 2016 For History

More information

Introduction to Microsoft Office 2007

Introduction to Microsoft Office 2007 Introduction to Microsoft Office 2007 What s New follows: TABS Tabs denote general activity area. There are 7 basic tabs that run across the top. They include: Home, Insert, Page Layout, Review, and View

More information

Introduction to Excel

Introduction to Excel Office Button, Tabs and Ribbons Office Button The File menu selection located in the upper left corner in previous versions of Excel has been replaced with the Office Button in Excel 2007. Clicking on

More information

EXCEL TUTORIAL.

EXCEL TUTORIAL. EXCEL TUTORIAL Excel is software that lets you create tables, and calculate and analyze data. This type of software is called spreadsheet software. Excel lets you create tables that automatically calculate

More information

IBM Emptoris User Guide

IBM Emptoris User Guide This document includes instructions to help you with most actions you need to do in Emptoris. If you have any questions, please contact your IBM Representative. For more Information and Help material,

More information

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Email: somycmfri@gmail.com 29 Word, Excel and Power Point Microsoft Office is a productivity suite which integrates office tools

More information

Rev Up to Excel 2010

Rev Up to Excel 2010 Rev Up to Excel 2010 Upgraders Guide to Excel 2010 by Bill Jelen Published by H OLY MACRO! BOOKS PO Box 82, Uniontown, OH 44685 Contents About the Author Dedication Acknowledgements v v v Introduction

More information

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller

Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Excel Basics Rice Digital Media Commons Guide Written for Microsoft Excel 2010 Windows Edition by Eric Miller Table of Contents Introduction!... 1 Part 1: Entering Data!... 2 1.a: Typing!... 2 1.b: Editing

More information

Creating a Website Using Weebly.com (June 26, 2017 Update)

Creating a Website Using Weebly.com (June 26, 2017 Update) Creating a Website Using Weebly.com (June 26, 2017 Update) Weebly.com is a website where anyone with basic word processing skills can create a website at no cost. No special software is required and there

More information

Excel 2013 for Beginners

Excel 2013 for Beginners Excel 2013 for Beginners Class Objective: This class will familiarize you with the basics of using Microsoft Excel. Class Outline: Introduction to Microsoft Excel 2013... 1 Microsoft Excel...2-3 Getting

More information

PART 7. Getting Started with Excel

PART 7. Getting Started with Excel PART 7 Getting ed with Excel When you start the application, Excel displays a blank workbook. A workbook is a file in which you store your data, similar to a three-ring binder. Within a workbook are worksheets,

More information

Microsoft Office Word 2010

Microsoft Office Word 2010 Microsoft Office Word 2010 Content Microsoft Office... 0 A. Word Basics... 4 1.Getting Started with Word... 4 Introduction... 4 Getting to know Word 2010... 4 The Ribbon... 4 Backstage view... 7 The Quick

More information

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

QUICK EXCEL TUTORIAL. The Very Basics

QUICK EXCEL TUTORIAL. The Very Basics QUICK EXCEL TUTORIAL The Very Basics You Are Here. Titles & Column Headers Merging Cells Text Alignment When we work on spread sheets we often need to have a title and/or header clearly visible. Merge

More information

Gloucester County Library System EXCEL 2007

Gloucester County Library System EXCEL 2007 Gloucester County Library System EXCEL 2007 Introduction What is Excel? Microsoft E x c e l is an electronic s preadsheet program. I t is capable o f performing many diff e r e n t t y p e s o f c a l

More information

Excel 2016 Basics for Windows

Excel 2016 Basics for Windows Excel 2016 Basics for Windows Excel 2016 Basics for Windows Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

PAGES, NUMBERS, AND KEYNOTE BASICS

PAGES, NUMBERS, AND KEYNOTE BASICS PAGES, NUMBERS, AND KEYNOTE BASICS Pages, Numbers, and Keynote are applications developed by Apple that are comparable to Microsoft Office and Google Docs. Pages, Numbers, and Keynote comes free with your

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon.

EXCEL 2007 TIP SHEET. Dialog Box Launcher these allow you to access additional features associated with a specific Group of buttons within a Ribbon. EXCEL 2007 TIP SHEET GLOSSARY AutoSum a function in Excel that adds the contents of a specified range of Cells; the AutoSum button appears on the Home ribbon as a. Dialog Box Launcher these allow you to

More information

Once you have entered your Google and password, you can click the Sign In button to continue.

Once you have entered your Google  and password, you can click the Sign In button to continue. Slide 1 Welcome to the Creating and Uploading with Google Docs Tutorial. Google Docs allows you to create documents, spreadsheets, presentations, draw pictures, create forms, and much more directly within

More information

MS Excel Advanced Level

MS Excel Advanced Level MS Excel Advanced Level Trainer : Etech Global Solution Contents Conditional Formatting... 1 Remove Duplicates... 4 Sorting... 5 Filtering... 6 Charts Column... 7 Charts Line... 10 Charts Bar... 10 Charts

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Getting Started with Word

Getting Started with Word Getting Started with Word gcflearnfree.org/print/word2016/word-2016-28 Introduction Microsoft Word 2016 is a word processing application that allows you to create a variety of documents, including letters,

More information

Microsoft Word 2007 on Windows

Microsoft Word 2007 on Windows 1 Microsoft Word 2007 on Windows Word is a very popular text formatting and editing program. It is the standard for writing papers and other documents. This tutorial and quick start guide will help you

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

Get More Out of Google

Get More Out of Google Get More Out of Google (317) 885-5036 questions@greenwoodlibrary.us www.greenwoodlibrary.us This course will cover free Google tools beyond searching and Gmail. You will be introduced to Google Docs, Drive,

More information

Excel 2003 Tutorial II

Excel 2003 Tutorial II This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial II Charts Chart Wizard Chart toolbar Resizing a chart

More information

Microsoft Word Tutorial

Microsoft Word Tutorial Microsoft Word Tutorial 1 GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

Budget Exercise for Intermediate Excel

Budget Exercise for Intermediate Excel Budget Exercise for Intermediate Excel Follow the directions below to create a 12 month budget exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know!

User s guide to using the ForeTees TinyMCE online editor. Getting started with TinyMCE and basic things you need to know! User s guide to using the ForeTees TinyMCE online editor TinyMCE is a WYSIWYG (what you see is what you get) editor that allows users a familiar word-processing interface to use when editing the announcement

More information

Word 2016 Advanced. North American Edition SAMPLE

Word 2016 Advanced. North American Edition SAMPLE Word 2016 Advanced Word 2016 Advanced North American Edition WORD 2016 ADVANCED Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without

More information

Excel 2013 Beyond TheBasics

Excel 2013 Beyond TheBasics Excel 2013 Beyond TheBasics INSTRUCTOR: IGNACIO DURAN Excel 2013 Beyond The Basics This is a class for beginning computer users. You are only expected to know how to use the mouse and keyboard, open a

More information

Intermediate Microsoft Excel

Intermediate Microsoft Excel Intermediate Microsoft Excel Class learning objectives By the end of class, students should be able to perform the following tasks in Microsoft Word: 1. Completing a Series 2. Review of Excel Basics Create

More information

Google Forms for Online Lessons, Assessment & More Class Notes

Google Forms for Online Lessons, Assessment & More Class Notes Google Forms for Online Lessons, Assessment & More Class Notes 1. Creating a new form: A. Go to Google Drive and click New>>More>>Google Forms. B. Rename the form in the top left and click the Change theme

More information

Excel 2010 Level 1: The Excel Environment

Excel 2010 Level 1: The Excel Environment Excel 2010 Level 1: The Excel Environment Table of Contents The Excel 2010 Environment... 1 The Excel Window... 1 File Tab... 1 The Quick Access Toolbar... 4 Access the Customize the Quick Access Toolbar

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu

USING DRUPAL. Hampshire College Website Editors Guide https://drupal.hampshire.edu USING DRUPAL Hampshire College Website Editors Guide 2014 https://drupal.hampshire.edu Asha Kinney Hampshire College Information Technology - 2014 HOW TO GET HELP Your best bet is ALWAYS going to be to

More information

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club

Using Windows 7 Explorer By Len Nasman, Bristol Village Computer Club By Len Nasman, Bristol Village Computer Club Understanding Windows 7 Explorer is key to taking control of your computer. If you have ever created a file and later had a hard time finding it, or if you

More information

GOOGLE APPS. GETTING STARTED Page 02 Prerequisites What You Will Learn. INTRODUCTION Page 03 What is Google? SETTING UP AN ACCOUNT Page 03 Gmail

GOOGLE APPS. GETTING STARTED Page 02 Prerequisites What You Will Learn. INTRODUCTION Page 03 What is Google? SETTING UP AN ACCOUNT Page 03 Gmail GOOGLE APPS GETTING STARTED Page 02 Prerequisites What You Will Learn INTRODUCTION Page 03 What is Google? SETTING UP AN ACCOUNT Page 03 Gmail DRIVE Page 07 Uploading Files to Google Drive Sharing/Unsharing

More information

Intro to Microsoft Word

Intro to Microsoft Word Intro to Microsoft Word A word processor is a computer program used to create and print text documents that might otherwise be prepared on a typewriter. The key advantage of a word processor is its ability

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

What we will learn in Introduction to Excel. How to Open Excel. Introduction to Excel 2010 Lodi Memorial Library NJ Developed by Barb Hauck-Mah

What we will learn in Introduction to Excel. How to Open Excel. Introduction to Excel 2010 Lodi Memorial Library NJ Developed by Barb Hauck-Mah Introduction to Excel 2010 Lodi Memorial Library NJ Developed by Barb Hauck-Mah What is Excel? It is a Microsoft Office computer software program to organize and analyze numbers, data and labels in spreadsheet

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 21.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Open Office Calc (Spreadsheet) Tutorial

Open Office Calc (Spreadsheet) Tutorial Open Office Calc (Spreadsheet) Tutorial Table of Contents Introduction...3 What is a Spreadsheet?...3 Starting OpenOffice Calc...3 OpenOffice Calc (Spreadsheet) Basics...4 Creating a New Document...5 Entering

More information

GOOGLE SHEETS TUTORIAL

GOOGLE SHEETS TUTORIAL GOOGLE SHEETS TUTORIAL STM TRAINING PROGRAM BY BREANA NARINE (Instructional Design Assistant) Google Sheets Tutorial Google Sheet is an online service provided by Google where you are able to create new

More information

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note:

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note: 1 of 1 NOTE: IT IS RECOMMENDED THAT YOU READ THE ACCOMPANYING DOCUMENT CALLED INTRO TO EXCEL LAYOUT 2007 TO FULLY GRASP THE BASICS OF EXCEL Introduction A spreadsheet application allows you to enter data

More information

Guide to Completing Your Senior English and Government Portfolios

Guide to Completing Your Senior English and Government Portfolios Sheridan High School s Guide to Completing Your Senior English and Government Portfolios Written by: Dave Burkhart Updated: August 24, 2014 2 Clicking on a topic or a page number will automatically take

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information