VLOOKUP Functions How do I?

Size: px
Start display at page:

Download "VLOOKUP Functions How do I?"

Transcription

1 For Adviser use only (Not to be relied on by anyone else)

2 Once you ve produced your ISA subscription report and client listings report you then use the VLOOKUP to create all the information you need into the one excel spreadsheet. You can then generate a mail merge from the data on your newly created spreadsheet. VLOOKUP is an Excel function to import information from one spreadsheet into another. To use VLOOKUP, there must be one unique data item or reference that exists in both spreadsheets. For Wrap, this will be the WP number. In this example we have table 1 that shows WP numbers, names and addresses. The second table shows just the account product value and WP number. If you want to add the product value to the first table, you could do this manually but it would be time consuming with the risk of manual errors. Alternatively, the VLOOKUP tool can be used. The first thing to do is add a new column to the table. It s possibly simplest to add this to the end you can always move it later if need be: Table 1 Table 3 Table 2 Wrap platform user guide 02

3 The table you are retrieving data from needs to be in a particular order. It should be in ascending order based on the references you are looking up; secondly, the column that you are looking up should be to the left of the data you want to extract. So in this example where we are looking up data using WP numbers and looking to retrieve the product value, the columns should be swapped around and then the WP number column needs to be in ascending order: Table 4 Now for the VLOOKUP You need to add a formula to the table where you want the new data to be added. Go into the first cell where the data is required and enter a formula as follows: = adding an equal sign tells Excel you are adding a formula rather than a value VLOOKUP this tells Excel the type of formula you want to use. It s not case sensitive ( opening a bracket tells Excel you are about to add the first instruction CELL REFERENCE type in here the reference of the Cell you want to look up. You can either type the cell reference in manually (eg C2 or H17) OR you can click on the relevant cell, after entering the cell reference, add a comma this tells Excel your first instruction is complete LOOKUP RANGE type in the reference of the Cell you want to look up. You can either type the cell reference in manually (eg G24:H30) but it s MUCH easier to go to the table where you plan to retrieve data from and highlight the range of data you want to look up. Starting at the top of the first column you want to go all the way down to the bottom of the last column, after entering the lookup range add another comma to tell Excel your second instruction is complete NUMBER now enter the number of the column you want to retrieve the data from. If you have highlighted a range of five columns, and you want to pull the value shown in the fifth column, type in 5. ) closing a bracket tells Excel your instructions are complete Then hit enter and the formula should retrieve the relevant piece of information from the second table and add it to the first. Wrap platform user guide 03

4 In our example, we ve been using the WP number as the lookup reference as it s a unique reference and it appears in both of the tables. So I ve told Excel to use B3 as the first Cell Reference to lookup, I ve highlighted the table I want Excel to look into (just highlighting from the start of the WP number column down to the end of the Product Value column), and I ve said Excel I want the data from the second column highlighted). So when I hit enter, I am hoping that Excel will retrieve the value 1,000,000 from the second table as that is the product value relating to WP You can copy the formula down the column by using Copy & Paste or by double clicking the bottom right corner of the cell you ve entered the formula into. Wrap platform user guide 04

5 Hints and tips If the table that you re retrieving data from is not in order, then the formula will not work correctly remember to sort it into ascending order by highlighting the data and selecting Data / Sort. The two sets of data do not need to be in the same spreadsheet in fact it s simpler if they re not. The column that you are looking up should be to the left of the data that you want to retrieve or the formula will fail. If you re looking up a value that occurs more than once in the table you re retrieving data from then the formula will retrieve the relevant value from the first example it finds. When you have done your VLOOKUP and are happy with the results, you may wish to lock down the retrieved data you can do this by copy the retrieved data and use the paste special / values option: If the reference you want to look up isn t in the same format in the two tables eg in one the format is WP and in the other, the format is WP then to make VLOOKUP work, you ll need to either add -002 to the first table or remove -002 (or whatever the suffix is) from the second table. The formula =LEFT(CELLREFERENCE,NUMBER OF CHARACTERS) can be used to retrieve just the left-most characters from a field; the format =RIGHT(CELLREFERENCE,NUMBER OF CHARACTERS) does the opposite. If you want to add a string of data to the end of a value, the CONCATENATE function will do this for you. If the reference you are searching for doesn t exist in the table you are looking up then Excel will retrieve the next available value (which will generally not be what you want). VLOOKUP is one useful function but it has limitations HLOOKUP is a similar tool but it retrieves data horizontally across rows rather than vertically down columns. The INDEX and MATCH options maybe more useful if your data is more complex. Paste special / values option Wrap platform user guide 05

6 If you need any additional support or information, please contact the Platform Customer Centre on: Calls may be monitored and/or recorded to protect both you and us and help with our training. Call charges will vary. Or refer to the Microsoft Excel guide: Standard Life Savings Limited, registered in Scotland (SC180203) is provider of the Wrap Platform, Wrap Personal Portfolio and Wrap ISA. The registered office of Standard Life Savings Limited is at Standard Life House, 30 Lothian Road, Edinburgh EH1 2DH and is authorised and regulated by the Financial Services Authority. Calls may be monitored and/or recorded to protect both you and us and help with our training. Call charges will vary. GEN Standard Life (images reproduced under licence)

Using VLOOKUP to Combine Data in Microsoft Excel

Using VLOOKUP to Combine Data in Microsoft Excel Using VLOOKUP to Combine Data in Microsoft Excel Microsoft Excel includes a very powerful function that helps users combine data from multiple sources into one table in a spreadsheet. For example, if you

More information

Lesson 4.3: Using the VLOOKUP Function

Lesson 4.3: Using the VLOOKUP Function Lesson 4.3: Using the VLOOKUP Function Excel 2003 provides two lookup functions that you can use to quickly retrieve information from a table. The functions are called HLOOKUP (horizontal lookup) and VLOOKUP

More information

Performing Simple Calculations Using the Status Bar

Performing Simple Calculations Using the Status Bar Excel Formulas Performing Simple Calculations Using the Status Bar If you need to see a simple calculation, such as a total, but do not need it to be a part of your spreadsheet, all you need is your Status

More information

Microsoft Excel 2010

Microsoft Excel 2010 Microsoft Excel 2010 Special Topics PivotTable IF Function V-Lookup Function Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 KSU Department of Information Technology

More information

Self Invested Personal Pension and Group Self Invested Personal Pension

Self Invested Personal Pension and Group Self Invested Personal Pension Self Invested Personal Pension and Group Self Invested Personal Pension Instruction for payment of death benefits Who this form is for You should complete this form to let Standard Life know how you would

More information

Sample- for evaluation only. Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc.

Sample- for evaluation only. Advanced Excel. TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. A Presentation of TeachUcomp Incorporated. Copyright TeachUcomp, Inc. 2010 Advanced Excel TeachUcomp, Inc. it s all about you Copyright: Copyright 2010 by TeachUcomp, Inc. All rights reserved. This publication,

More information

In This Issue: Excel Sorting with Text and Numbers

In This Issue: Excel Sorting with Text and Numbers In This Issue: Sorting with Text and Numbers Microsoft allows you to manipulate the data you have in your spreadsheet by using the sort and filter feature. Sorting is performed on a list that contains

More information

Getting Started with Excel 2008. Table of Contents

Getting Started with Excel 2008. Table of Contents Table of Contents Elements of An Excel Document... 2 Resizing and Hiding Columns and Rows... 3 Using Panes to Create Spreadsheet Headers... 3 Using the AutoFill Command... 4 Using AutoFill for Sequences...

More information

Excel for Mac Text Functions

Excel for Mac Text Functions [Type here] Excel for Mac Text Functions HOW TO CLEAN UP TEXT IN A FLASH This document looks at some of the tools available in Excel 2008 and Excel 2011 for manipulating text. Last updated 16 th July 2015

More information

To add a data form to excel - you need to have the insert form table active - to make it active and add it to excel do the following:

To add a data form to excel - you need to have the insert form table active - to make it active and add it to excel do the following: Excel Forms A data form provides a convenient way to enter or display one complete row of information in a range or table without scrolling horizontally. You may find that using a data form can make data

More information

EXCEL 2007 VLOOKUP FOR BUDGET EXAMPLE

EXCEL 2007 VLOOKUP FOR BUDGET EXAMPLE EXCEL 2007 VLOOKUP FOR BUDGET EXAMPLE 1 The primary reports used in the budgeting process, particularly for Financial Review, are the Quarterly Financial Review Reports. These expense and revenue reports

More information

Commonly Used Excel Functions. Supplement to Excel for Budget Analysts

Commonly Used Excel Functions. Supplement to Excel for Budget Analysts Supplement to Excel for Budget Analysts Version 1.0: February 2016 Table of Contents Introduction... 4 Formulas and Functions... 4 Math and Trigonometry Functions... 5 ABS... 5 ROUND, ROUNDUP, and ROUNDDOWN...

More information

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 training@csun.edu TABLE OF CONTENTS Introduction... 1 Import Excel

More information

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas

Excel Level Two. Introduction. Contents. Exploring Formulas. Entering Formulas Introduction Excel Level Two This workshop introduces you to formulas, functions, moving and copying data, using autofill, relative and absolute references, and formatting cells. Contents Introduction

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Creating A Grade Sheet With Microsoft Excel

Creating A Grade Sheet With Microsoft Excel Creating A Grade Sheet With Microsoft Excel Microsoft Excel serves as an excellent tool for tracking grades in your course. But its power is not limited to its ability to organize information in rows and

More information

Standard Life Active Retirement For accessing your pension money

Standard Life Active Retirement For accessing your pension money Standard Life Active Retirement For accessing your pension money Standard Life Active Retirement our ready-made investment solution that allows you to access your pension savings while still giving your

More information

Salary Review Spreadsheets

Salary Review Spreadsheets Salary Review Spreadsheets What s a Salary Review Spreadsheet? You might know them by another term. Every year you have to make up these spreadsheets that have each employee s current salary and a way

More information

Instruction for payment of death benefits

Instruction for payment of death benefits Instruction for payment of death benefits Group Flexible Retirement Plan/ Active Money Personal Pension/ Personal Pension/Stakeholder Pension Filling in this form 0515 Your payments aim to build up a fund

More information

Excel I Sorting and filtering Revised February 2013

Excel I Sorting and filtering Revised February 2013 Excel I Sorting and filtering Revised February 2013 Nerd notes: total number of columns in a worksheet = 256 total number of rows in a worksheet = 65,536 (old)/1 million (Excel 2007) total number of characters

More information

You will use these functions a moderate amount, much more so for due diligence and analysis of order/customer/other data than in financial models.

You will use these functions a moderate amount, much more so for due diligence and analysis of order/customer/other data than in financial models. What This Guide Covers and How to Use It Rather than re-explaining every single function here, we re mostly going to give you solid examples that demonstrate how to use each function. Note that this guide

More information

Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard

Intro to Mail Merge. Contents: David Diskin for the University of the Pacific Center for Professional and Continuing Education. Word Mail Merge Wizard Intro to Mail Merge David Diskin for the University of the Pacific Center for Professional and Continuing Education Contents: Word Mail Merge Wizard Mail Merge Possibilities Labels Form Letters Directory

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

General User/Technical Guide for Microsoft Access

General User/Technical Guide for Microsoft Access General User/Technical Guide for Microsoft Access School of Nursing University of Michigan This guide is the first step in understanding your database. See the list of documentation locations at the end

More information

Pulling a Random Sample from a MAXQDA Dataset

Pulling a Random Sample from a MAXQDA Dataset In this guide you will learn how to pull a random sample from a MAXQDA dataset, using the random cell function in Excel. In this process you will learn how to export and re-import variables from MAXQDA.

More information

How to Excel with CUFS Part 2 Excel 2010

How to Excel with CUFS Part 2 Excel 2010 How to Excel with CUFS Part 2 Excel 2010 Course Manual Finance Training Contents 1. Working with multiple worksheets 1.1 Inserting new worksheets 3 1.2 Deleting sheets 3 1.3 Moving and copying Excel worksheets

More information

Importing Email addresses from DiamondCounter into Mozilla Thunderbird

Importing Email addresses from DiamondCounter into Mozilla Thunderbird Importing Email addresses from DiamondCounter into Mozilla Thunderbird This guide will walk you through how to export your customer email list from DiamondCounter and import it into Mozilla Thunderbird

More information

Atlantic Automation. Document Storage and Retrieval System. Administrator s Guide

Atlantic Automation. Document Storage and Retrieval System. Administrator s Guide Atlantic Automation Document Storage and Retrieval System Administrator s Guide Copyright Notice This document is copyright material. It may not be reproduced in any form whatsoever, including physical,

More information

Card sort analysis spreadsheet

Card sort analysis spreadsheet Interaction Design Instructions for use: Card sort analysis spreadsheet June 2007 Page Card sort analysis spreadsheet About the spreadsheet I have an Excel spreadsheet that I use to analyze data from physical

More information

Designed by Jason Wagner, Course Web Programmer, Office of e-learning ZPRELIMINARY INFORMATION... 1 LOADING THE INITIAL REPORT... 1 OUR EXAMPLE...

Designed by Jason Wagner, Course Web Programmer, Office of e-learning ZPRELIMINARY INFORMATION... 1 LOADING THE INITIAL REPORT... 1 OUR EXAMPLE... Excel & Cognos Designed by Jason Wagner, Course Web Programmer, Office of e-learning ZPRELIMINARY INFORMATION... 1 LOADING THE INITIAL REPORT... 1 OUR EXAMPLE... 2 DEFINED NAMES... 2 BUILDING THE DASHBOARD:

More information

SPREADSHEETS. TIP! Whenever you get some new data, save it under a new name! Then if you mess things up, you can always go back to the original.

SPREADSHEETS. TIP! Whenever you get some new data, save it under a new name! Then if you mess things up, you can always go back to the original. SPREADSHEETS Spreadsheets are great tools for sorting, filtering and running calculations on tables of data. Journalists who know the basics can interview data to find stories and trends that others may

More information

ProExtra eclaiming User Guide

ProExtra eclaiming User Guide ProExtra eclaiming User Guide Welcome to ProExtra eclaiming. You can use this system to submit claims to ProCare, for the services you have provided to patients referred to you by their GPs. You will need

More information

Excel Budget Homework

Excel Budget Homework Excel Budget Homework CSE 3, Fall 2009 Due at the BEGINNING of your next lab. A. Annual Budget One of the most common uses of a spreadsheet is to chart financial information. We are going to create an

More information

Introduction to Microsoft Access 2013

Introduction to Microsoft Access 2013 Introduction to Microsoft Access 2013 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Welcome to Basic Math Skills!

Welcome to Basic Math Skills! Basic Math Skills Welcome to Basic Math Skills! Most students find the math sections to be the most difficult. Basic Math Skills was designed to give you a refresher on the basics of math. There are lots

More information

Google Docs: Share and collaborate

Google Docs: Share and collaborate Google Docs: Share and collaborate Once you've created your document, share it with others! Collaborators can then edit the same document at the same time -- you'll always have the most up-to-date version

More information

Teacher Activities Page Directions

Teacher Activities Page Directions Teacher Activities Page Directions The Teacher Activities Page provides teachers with access to student data that is protected by the federal Family Educational Rights and Privacy Act (FERPA). Teachers

More information

Excel Intermediate. Table of Contents UPPER, LOWER, PROPER AND TRIM...28

Excel Intermediate. Table of Contents UPPER, LOWER, PROPER AND TRIM...28 Excel Intermediate Table of Contents Formulas UPPER, LOWER, PROPER AND TRM...2 LEFT, MID, and RIGHT...3 CONCATENATE...4 & (Ampersand)...5 CONCATENATE vs. & (Ampersand)...5 ROUNDUP, and ROUNDDOWN...6 VLOOKUP...7

More information

Microsoft Excel 2007 Critical Data Analysis Using Functions

Microsoft Excel 2007 Critical Data Analysis Using Functions V O L U M E 4 Microsoft Excel 007 Critical Data Analysis Using Functions DASH DESIGNS CONSULTING Technology Training and Consulting Services Excel 007 Critical Data Analysis Using Functions For The Haas

More information

Microsoft Excel 2010 Training. Use Excel tables to manage information

Microsoft Excel 2010 Training. Use Excel tables to manage information Microsoft Excel 2010 Training Use Excel tables to manage information Overview: Help with data management In this course, you ll learn how to manage information by using tables in Excel. Tables make it

More information

MICROSOFT EXCEL FORMULAS

MICROSOFT EXCEL FORMULAS MICROSOFT EXCEL FORMULAS Building Formulas... 1 Writing a Formula... 1 Parentheses in Formulas... 2 Operator Precedence... 2 Changing the Operator Precedence... 2 Functions... 3 The Insert Function Button...

More information

Mail Merge Tutorial (for Word 2003-2007) By Allison King Spring 2007 (updated Fall 2007)

Mail Merge Tutorial (for Word 2003-2007) By Allison King Spring 2007 (updated Fall 2007) Mail Merge Tutorial (for Word 2003-2007) By Allison King Spring 2007 (updated Fall 2007) What is mail merge? You've probably heard it mentioned around the office or at an interview (especially for a temp

More information

Learning Services IT Guide. Access 2013

Learning Services IT Guide. Access 2013 Learning Services IT Guide Access 2013 Microsoft Access is a programme which allows you to store a lot of information easily in the form of a database. For example you could create a database which stored

More information

Your retirement income. Exploring your options

Your retirement income. Exploring your options Your retirement income Exploring your options Contents 01 Accessing your pension savings with Standard Life 03 What do you want to do with your pension pot? 09 A regular retirement income for the rest

More information

Commission Formula. Value If True Parameter Value If False Parameter. Logical Test Parameter

Commission Formula. Value If True Parameter Value If False Parameter. Logical Test Parameter Excel Review This review uses material and questions from Practice Excel Exam 1 found on the Lab Exam 2 Study Guide webpage. Print out a copy of Practice Excel Exam 1. Download the Practice Excel Exam

More information

Chapter 9 Creating Reports in Excel

Chapter 9 Creating Reports in Excel Chapter 9 Creating Reports in Excel One of the most powerful features of Standard & Poor s Research Insight is its ability to communicate with Microsoft Excel through Active-X Technology. Excel requests

More information

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18

Basic Pivot Tables. To begin your pivot table, choose Data, Pivot Table and Pivot Chart Report. 1 of 18 Basic Pivot Tables Pivot tables summarize data in a quick and easy way. In your job, you could use pivot tables to summarize actual expenses by fund type by object or total amounts. Make sure you do not

More information

Spreadsheets Hop-around Cards

Spreadsheets Hop-around Cards Spreadsheets Hop-around Cards Visit us online at HOP-AROUND CARDS Preparation Print the cards out using a high quality colour printer Laminate each sheet and then cut out the individual cards to make a

More information

SharePoint for fans of Excel

SharePoint for fans of Excel Your free source of essential SharePoint know-how from Combined Knowledge SharePoint for fans of Excel By Rob Pratt Relevant to SharePoint 2007, 2010 and 2013 (including Office 365) www.combined-knowledge.com

More information

Using Microsoft Office to Manage Projects

Using Microsoft Office to Manage Projects (or, Why You Don t Need MS Project) Using Microsoft Office to Manage Projects will explain how to use two applications in the Microsoft Office suite to document your project plan and assign and track tasks.

More information

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click.

To launch the Microsoft Excel program, locate the Microsoft Excel icon, and double click. EDIT202 Spreadsheet Lab Assignment Guidelines Getting Started 1. For this lab you will modify a sample spreadsheet file named Starter- Spreadsheet.xls which is available for download from the Spreadsheet

More information

Watchlist your ultimate tool for tracking stocks and funds

Watchlist your ultimate tool for tracking stocks and funds Watchlist your ultimate tool for tracking stocks and funds Have you tried Globe Investor s Watchlist? It is a tool both novice and advanced investors can use to track stocks, mutual funds, exchange-traded

More information

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time.

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time. MS Word, Part 3 & 4 Office 2007 Line Numbering Sometimes it can be helpful to have every line numbered. That way, if someone else is reviewing your document they can tell you exactly which lines they have

More information

Loading Data into salesforce.com

Loading Data into salesforce.com Overview Data can be uploaded into salesforce.com from Excel using the sforce connector, an open source plugin for excel, available here: http://sforce.sourceforge.net/excel/downloads.htm This plug-in

More information

Introduction to Microsoft Access 2010

Introduction to Microsoft Access 2010 Introduction to Microsoft Access 2010 A database is a collection of information that is related. Access allows you to manage your information in one database file. Within Access there are four major objects:

More information

Excel Intermediate Session 2: Charts and Tables

Excel Intermediate Session 2: Charts and Tables Excel Intermediate Session 2: Charts and Tables Agenda 1. Introduction (10 minutes) 2. Tables and Ranges (5 minutes) 3. The Report Part 1: Creating and Manipulating Tables (45 min) 4. Charts and other

More information

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro

Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro Lab 9 Access PreLab Copy the prelab folder, Lab09 PreLab9_Access_intro, to your M: drive. To do the second part of the prelab, you will need to have available a database from that folder. Creating a new

More information

AUTO-ENROLMENT PAYROLL GUIDE FOR EMPLOYERS. Pension reform data exchange guide

AUTO-ENROLMENT PAYROLL GUIDE FOR EMPLOYERS. Pension reform data exchange guide AUTO-ENROLMENT PAYROLL GUIDE FOR EMPLOYERS Pension reform data exchange guide Data makes auto-enrolment run smoothly Employers have a number of duties as part of auto-enrolment including assessment of

More information

Highline Excel 2016 Class 11: Lookup Formulas & Functions: VLOOKUP & More: Comprehensive Lessons

Highline Excel 2016 Class 11: Lookup Formulas & Functions: VLOOKUP & More: Comprehensive Lessons Highline Excel 2016 Class 11: Lookup Formulas & Functions: VLOOKUP & More: Comprehensive Lessons Table of Contents Why are Lookup Formulas so Common in Spreadsheets?... 2 Examples of Common Lookup Situations:...

More information

MS Excel as a Database

MS Excel as a Database Centre for Learning and Academic Development (CLAD) Technology Skills Development Team MS Excel as a Database http://intranet.birmingham.ac.uk/itskills Using MS Excel as a Database (XL2103) Author: Sonia

More information

MODELLING. IF...THEN Function EXCEL 2007. Wherever you see this symbol, make sure you remember to save your work!

MODELLING. IF...THEN Function EXCEL 2007. Wherever you see this symbol, make sure you remember to save your work! MODELLING IF THEN IF...THEN Function EXCEL 2007 Wherever you see this symbol, make sure you remember to save your work! IF.Then Function Some functions do not calculate values but instead do logical tests

More information

Excel Spreadsheet Activity Redo #1

Excel Spreadsheet Activity Redo #1 Excel Spreadsheet Activity Redo #1 Melissa Ebling 11/9/06 Directions: Please follow all directions in this packet. This assignment will consist of your tracking ten different stocks over a period of a

More information

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another Microsoft Excel 2003: Part V Advanced Custom Tools Windows XP (I) Linking Data from Several Worksheets and Workbooks In Excel Level III, we have learned and seen examples of how to link data from one worksheet

More information

Dynamics CRM for Outlook Basics

Dynamics CRM for Outlook Basics Dynamics CRM for Outlook Basics Microsoft Dynamics CRM April, 2015 Contents Welcome to the CRM for Outlook Basics guide... 1 Meet CRM for Outlook.... 2 A new, but comfortably familiar face................................................................

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Wealth management. Guide for private clients

Wealth management. Guide for private clients Wealth management Guide for private clients Contents 01 Welcome to Standard Life Wealth 03 Understanding your financial goals 04 Different goals, different approaches 07 What you can expect as a client

More information

University of Southern California Marshall Information Services

University of Southern California Marshall Information Services University of Southern California Marshall Information Services Determine Breakeven Price Using Excel - Using Goal Seek, Data Tables, Vlookup & Charts This guide covers how to determine breakeven price

More information

Spreadsheet - Introduction

Spreadsheet - Introduction CSCA0102 IT and Business Applications Chapter 6 Spreadsheet - Introduction Spreadsheet A spreadsheet (or spreadsheet program) is software that permits numerical data to be used and to perform automatic

More information

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access.

COURSE DESCRIPTION. Queries in Microsoft Access. This course is designed for users with a to create queries in Microsoft Access. COURSE DESCRIPTION Course Name Queries in Microsoft Access Audience need This course is designed for users with a to create queries in Microsoft Access. Prerequisites * Keyboard and mouse skills * An understanding

More information

Rob Gagne & Anne Andrea

Rob Gagne & Anne Andrea Rob Gagne & Anne Andrea To understand when there s value in working with accounting data in Excel To understand the various methods of getting data to Excel, and why you d choose one method over another

More information

TheFinancialEdge. Reports Guide for Accounts Receivable

TheFinancialEdge. Reports Guide for Accounts Receivable TheFinancialEdge Reports Guide for Accounts Receivable 041813 2013 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or

More information

FundZone ISA Stocks & Shares Transfer (cash)

FundZone ISA Stocks & Shares Transfer (cash) FundZone ISA Stocks & Shares Transfer (cash) Application Form Who this form is for This form is for anyone who wishes to transfer a Stocks & Shares ISA in cash from another ISA Manager to Standard Life

More information

DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS

DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS DIRECTIONS FOR SETTING UP LABELS FOR MARCO S INSERT STOCK IN WORD PERFECT, MS WORD AND ACCESS WORD PERFECT FORMAT MARCO ITEM #A-3LI - 2.25 H x 3W Inserts First create a new document. From the main page

More information

Briefing document: How to create a Gantt chart using a spreadsheet

Briefing document: How to create a Gantt chart using a spreadsheet Briefing document: How to create a Gantt chart using a spreadsheet A Gantt chart is a popular way of using a bar-type chart to show the schedule for a project. It is named after Henry Gantt who created

More information

Your Guide to Generating Auto Disinvestment Quotes. Funding Wrap Charges

Your Guide to Generating Auto Disinvestment Quotes. Funding Wrap Charges Your Guide to Generating Auto Disinvestment Quotes Funding Wrap Charges Introduction To accommodate Funding Wrap Charges (auto disinvestment), we ll provide you with the facility to illustrate the effect

More information

Importing Data from a Dat or Text File into SPSS

Importing Data from a Dat or Text File into SPSS Importing Data from a Dat or Text File into SPSS 1. Select File Open Data (Using Text Wizard) 2. Under Files of type, choose Text (*.txt,*.dat) 3. Select the file you want to import. The dat or text file

More information

Our goal, as journalists, is to look for some patterns and trends in this information.

Our goal, as journalists, is to look for some patterns and trends in this information. Microsoft Excel: MLB Payrolls exercise This is a beginner exercise for learning some of the most commonly used formulas and functions in Excel. It uses an Excel spreadsheet called MLB Payrolls 2009_2011

More information

Tools for Excel Modeling. Introduction to Excel2007 Data Tables and Data Table Exercises

Tools for Excel Modeling. Introduction to Excel2007 Data Tables and Data Table Exercises Tools for Excel Modeling Introduction to Excel2007 Data Tables and Data Table Exercises EXCEL REVIEW 2009-2010 Preface Data Tables are among the most useful of Excel s tools for analyzing data in spreadsheet

More information

TheEducationEdge. Export Guide

TheEducationEdge. Export Guide TheEducationEdge Export Guide 102111 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

Mail Merge Creating Mailing Labels 3/23/2011

Mail Merge Creating Mailing Labels 3/23/2011 Creating Mailing Labels in Microsoft Word Address data in a Microsoft Excel file can be turned into mailing labels in Microsoft Word through a mail merge process. First, obtain or create an Excel spreadsheet

More information

Indiana County Assessor Association Excel Excellence

Indiana County Assessor Association Excel Excellence Indiana County Assessor Association Excel Excellence Basic Excel Data Analysis Division August 2012 1 Agenda Lesson 1: The Benefits of Excel Lesson 2: The Basics of Excel Lesson 3: Hands On Exercises Lesson

More information

Advanced Microsoft Excel 2013

Advanced Microsoft Excel 2013 Advanced Microsoft Excel 2013 Introduction Microsoft Excel is program designed to efficiently manage spreadsheets and analyze data. It contains both basic and advanced features that anyone can learn. Once

More information

quick start guide A Quick Start Guide inflow Support GET STARTED WITH INFLOW

quick start guide A Quick Start Guide inflow Support GET STARTED WITH INFLOW GET STARTED WITH INFLOW quick start guide Welcome to the inflow Community! This quick-start guide includes all the important stuff to get you tracking your inventory before you know it! Just follow along

More information

Using Mail Merge in Microsoft Word 2003

Using Mail Merge in Microsoft Word 2003 Using Mail Merge in Microsoft Word 2003 Mail Merge Created: 12 April 2005 Note: You should be competent in Microsoft Word before you attempt this Tutorial. Open Microsoft Word 2003 Beginning the Merge

More information

Microsoft Excel Tips & Tricks

Microsoft Excel Tips & Tricks Microsoft Excel Tips & Tricks Collaborative Programs Research & Evaluation TABLE OF CONTENTS Introduction page 2 Useful Functions page 2 Getting Started with Formulas page 2 Nested Formulas page 3 Copying

More information

Your retirement income. Exploring your options

Your retirement income. Exploring your options Your retirement income Exploring your options Contents 02 What do you want to do with your pension fund? 07 A regular retirement income for the rest of your life 10 A flexible income from a Self Invested

More information

Let s talk pension flexibility The current position

Let s talk pension flexibility The current position Let s talk pension flexibility The current position 1 Let s talk pension flexibility the current position Change is coming. Budget 2014 heralded a shake-up of the pension system that will change how we

More information

Chapter 5. Microsoft Access

Chapter 5. Microsoft Access Chapter 5 Microsoft Access Topic Introduction to DBMS Microsoft Access Getting Started Creating Database File Database Window Table Queries Form Report Introduction A set of programs designed to organize,

More information

retirement planning the retirement you want Heineken UK Flexible Retirement Plan

retirement planning the retirement you want Heineken UK Flexible Retirement Plan my retirement planning the retirement you want Heineken UK Flexible Retirement Plan Contents Get an overview of the Heineken UK Flexible Retirement Plan What is the Flexible Retirement Plan? 4 Your benefits

More information

Using Microsoft Excel to Manage and Analyze Data: Some Tips

Using Microsoft Excel to Manage and Analyze Data: Some Tips Using Microsoft Excel to Manage and Analyze Data: Some Tips Larger, complex data management may require specialized and/or customized database software, and larger or more complex analyses may require

More information

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1 Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

Introduction to Data Tables. Data Table Exercises

Introduction to Data Tables. Data Table Exercises Tools for Excel Modeling Introduction to Data Tables and Data Table Exercises EXCEL REVIEW 2000-2001 Data Tables are among the most useful of Excel s tools for analyzing data in spreadsheet models. Some

More information

Time Matters and Billing Matters 11.1. User Guide

Time Matters and Billing Matters 11.1. User Guide Time Matters and Billing Matters 11.1 User Guide About this guide This guide provides steps to achieve basic, commonly performed tasks. For additional details, including interface elements and advanced

More information

Southern Mailing List User Guide

Southern Mailing List User Guide How do I login to the system! The url for the system is srdc.msstate.edu/mailinglist.htm.! Once you have accessed the site, type in your user id and pin number. (To obtain a user id and pin number please

More information

Bulk Upload Tool (Beta) - Quick Start Guide 1. Facebook Ads. Bulk Upload Quick Start Guide

Bulk Upload Tool (Beta) - Quick Start Guide 1. Facebook Ads. Bulk Upload Quick Start Guide Bulk Upload Tool (Beta) - Quick Start Guide 1 Facebook Ads Bulk Upload Quick Start Guide Last updated: February 19, 2010 Bulk Upload Tool (Beta) - Quick Start Guide 2 Introduction The Facebook Ads Bulk

More information

SPSS (Statistical Package for the Social Sciences)

SPSS (Statistical Package for the Social Sciences) SPSS (Statistical Package for the Social Sciences) What is SPSS? SPSS stands for Statistical Package for the Social Sciences The SPSS home-page is: www.spss.com 2 What can you do with SPSS? Run Frequencies

More information

Ad Hoc Advanced Table of Contents

Ad Hoc Advanced Table of Contents Ad Hoc Advanced Table of Contents Functions... 1 Adding a Function to the Adhoc Query:... 1 Constant... 2 Coalesce... 4 Concatenate... 6 Add/Subtract... 7 Logical Expressions... 8 Creating a Logical Expression:...

More information

Microsoft Access 3: Understanding and Creating Queries

Microsoft Access 3: Understanding and Creating Queries Microsoft Access 3: Understanding and Creating Queries In Access Level 2, we learned how to perform basic data retrievals by using Search & Replace functions and Sort & Filter functions. For more complex

More information

Using Excel As A Database

Using Excel As A Database Using Excel As A Database Access is a great database application, but let s face it sometimes it s just a bit complicated! There are a lot of times when it would be nice to have some of the capabilities

More information

Vodafone Hosted Services - A Guide to Selecting and Preparing Your Own Domain

Vodafone Hosted Services - A Guide to Selecting and Preparing Your Own Domain Vodafone Hosted Services Domain and email packages User guide Welcome. This guide will help you to choose and purchase your Vodafone Hosted Services packages. From here you can select and buy your own

More information