WHEN SOFTWARE RESOURCES ARE LIMITED: EXCEL TIPS

Size: px
Start display at page:

Download "WHEN SOFTWARE RESOURCES ARE LIMITED: EXCEL TIPS"

Transcription

1 WHEN SOFTWARE RESOURCES ARE LIMITED: EXCEL TIPS A HANDOUT TO SUPPLEMENT SESSION W- 111 SRAI ANNUAL MEETING 2017 JUDY WILLIS ADMINISTRATOR OF GRADUATE RESEARCH ETHICS PROGRAMS SRAI ANNUAL MEETING OCTOBER 18, 2017

2 Table of Contents Introduction VLOOKUP - Looking up training completions from a table COUNTIF - Counting the number of occurrences of a training event LOOKUP Tips - Making sure your lookup values match 1) FIND/REPLACE 2) VALUE 3) TRIM Making the Results Pretty (while checking for incomplete training) IFNA Conditional LOOKUPS - IF - checking to see if a condition is true Multiple LOOKUPS 1) AND with IF - if multiple conditions are all true 2) AND with ISNA - if multiple conditions are all incomplete 3) OR with IF - if any of several conditions are true Text Strings - Converting names from two different systems to the same format 1) CONCATENATE and & 2) Convert First Last to Last, First Summary of Formulas Page This document may be shared and distributed in accordance with the Creative Commons Attribution- NonCommercial 4.0 International License. To view a copy of this license, visit licenses/by-nc/4.0/. Disclaimer: The examples used in the document are not real. The users names, their institutional IDs, career stages, and course completion data are fictitious; any resemblance to a real person is purely coincidental. Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 1

3 INTRODUCTION When software resources for creating custom RCR reports and queries are limited or delayed, it may be necessary to resort to spreadsheets as an interim solution. There are formulas and techniques which can help to quickly answer questions such as: Who has / has not completed online RCR training? How many in-person contact hours have workshop attendees received? Has the RCR training requirement been satisfied? The examples below demonstrate useful formulas and helpful tips for answering these questions and presenting the results in a useable format. (The formulas can of course be easily adapted to different situations and types of data other than RCR administration.) These examples are simplistic in nature but the techniques can be adapted to more complex situations. Disclaimer: The examples used in the document are not real. The users names, their institutional IDs, career stages, and course completion data are fictitious; any resemblance to a real person is purely coincidental. VLOOKUP This formula is very useful for comparing two or more large spreadsheets in order to quickly check for training completions, career stages, contact hours, etc. There must be a common LOOKUP VALUE such as a name or student ID number, and these names / numbers must be in the same format (refer to Lookup Tips). GOAL: With a list of 500 students who need online training and a list of 20,000 online completions, find out which of the 500 students have completed the online training*. Two tables of data: the completion records for all students have been exported to the spreadsheet on the right. The completion dates for the students who need RCR training will be pulled into the spreadsheet on the left from the one on the right. The common lookup value is the Georgia Tech ID (GTID). The online training used in these examples is referred to as CITI. The CITI Program is a Division of BRANY, and is the online training system that Georgia Tech uses. Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 2

4 VLOOKUP STEP 1 (Note that David Andrews did not log in through SSO, so he does not have an authenticated ID or username associated with his completion records. We need his authenticated GTID ( Auth GTID ) to look up his completions.) VLOOKUP STEP 2 Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 3

5 VLOOKUP STEP 3 Enter the Lookup value by placing the cursor in cell C2 - this is the value to be looked up in the CITI Completions table (in this example, it s the GTID). VLOOKUP STEP 4 4 A) Tab down to the Table_array box 4 B) Place the cursor in the CITI Completions tab. Enter the cell range in which you are looking up the data, which is from Col A through Col G ( A:G). Make a note of the column in which the value you are searching for is located. In this case it is the Completion Date in Col E - the 5th column over. (You ll use that info in the next step.) Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 4

6 VLOOKUP STEP 5 VLOOKUP STEP 6 Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 5

7 VLOOKUP STEP 7 IMPORTANT NOTES REGARDING VLOOKUP: If there are no matches found, your lookup values may be in different formats. Try forcing your lookup value to be a number by adding a +0 in Step 4, i.e. use Lookup_value C2+0 instead of C2. If there are still no matches found, your numbers may be in a text string format and need to be converted to a VALUE (see page 11) Alternatively you may have hidden blanks in your lookup values you can remove these with TRIM (see page 13) If you are looking up the closest match instead of an exact match, the lookup table (in this example the CITI Completions tab) must be sorted in order by lookup value. In this case, put TRUE instead of FALSE under Range_Lookup. (However, for online training completions, you will want an exact match.) Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 6

8 COUNTIF For counting the number of occurrences of something e.g. the number of 1-hour RCR workshop sessions attended by students who need in-person contact hours. Table 1: List of Student Researchers who are in need of in-person RCR contact hours, along with their respective usernames Table 2: List of Students and the RCR Workshop Sessions they have attended (each session worth 1 contact hour) GOAL: Count the number of occurrences of each username in Table 2 to determine the total number of Contact Hours each student has received (in this example, each session is worth 1 contact hour). Pull that number into the corresponding Contact Hour column in Table 1. You will use COUNTIF to find the answer. COUNTIF STEP 1 Place the cursor in cell D2 (the first Contact Hours cell) of the Student Researchers Table Click on the function symbol (fx ) and select COUNTIF. (In this example, both of the tables are different tabs of the same spreadsheet, Student Researchers and Workshop Attendance ) Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 7

9 COUNTIF STEP 2: The cursor should now be in the Range box COUNTIF STEP 3: Move the cursor to the Workshop Attendance Tab (Table 2). Workshop Attendance! will populate in the Range box automatically (you don t need to type it). Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 8

10 COUNTIF STEP 4: Enter the range of usernames that you will be searching in this example they are located in rows 2 to 16 in Table 2. Since you are searching for and summing multiple matching records within an exact range, you will need to confine the lookup precisely to rows 2 through 16. Enter it as either A$2:A$16 or as A:A. COUNTIF STEP 5: Enter the criteria for the search. In this case, the criteria is the username in Table 1 (we are trying to search for and count occurrences of each username). The usernames are in column C, starting in row 2. Type C2 in the Criteria Box (or place your cursor there). Click OK. Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 9

11 COUNTIF STEP 6: You should see the result for the first entry Travis Allen has attended one workshop and has 1 contact hour. COUNTIF STEP 7: Copy and paste the formula down the column. The number of contact hours for each student are now in column D! IMPORTANT TIP: If you want to use the results of this calculation elsewhere (which you likely will), it s preferable to preserve the Contact Hour VALUES, not the formula. (Refer to Value section, p. 11). Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 10

12 LOOKUP TIPS making sure your LOOKUP values match A common issue with VLOOKUP and other similar formulas is that the lookup values must be in the same format in order for a match to occur. For example, will not match in a search for Alternatively, a number might be imported from another system as a text string and will not match a number unless it is converted to a value. Or there may be leading or trailing blanks in a text string that cause a mis-match. 1) FIND/REPLACE - a quick fix for data format inconsistencies In this example, the lookup value has hyphens but the common data field in the other table does not have hyphens the lookup value must be converted to match. Student ID numbers (which may or may not be hyphenated) are a common example of this at Georgia Tech. - Find what: - Replace with: (nothing) Hyphens are now removed. 2) VALUE - when numbers are imported from other systems as text and need to be converted back to numbers The green triangle in the upper left-hand corner indicates that these numbers are actually stored as text. They will NOT match in a number lookup. This situation happens often when data is imported from other reports or systems. A solution is to convert the text string to a VALUE. Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 11

13 VALUE STEP 1 Insert a new column into which to calculate your VALUE formula. Place your cursor in B2 and Insert the VALUE function. Click OK. Alternatively you can type the formula directly into B2: =VALUE(A2) And then copy it down the column. In this case, skip to Step 4. VALUE STEP 2 Place the cursor in cell A2. Click OK. Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 12

14 VALUE STEP 3 Copy the formula from B2 all the way down. VALUE STEP 4 Copy Column B and paste it on top of itself as a Value (the clipboard with 123). This will get rid of your formulas and leave just the GTID Values. Then delete Column A. (Alternatively you can leave Column A there but if you do, remember to use Column B for your lookup.) Your data is ready for lookup! Copy and Paste Col B onto itself as a value Delete the original Col. A (GTID). GTID Value becomes the new Col. A. 3) TRIM - useful when you are using data exported from other systems which has fields with leading or training blanks. (Note that you can t see the trailing blanks, but they are there and will prevent a match.) Copy =TRIM(A2) all the way down. Copy Col B and paste it as a value, and delete Col A, just as you did in VALUE Step 4 Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 13

15 MAKING THE RESULTS PRETTY (while also checking for training completions) IFNA In our VLOOKUP example, the values that weren t found display as #N/A. To replace #N/A with something more descriptive, use IFNA. Remember that David Andrews did not go through SSO. He completed the training, but it doesn t show as complete in his records. Identity management through SSO is key! The formula =IFNA(D2, Not Complete ) Which means... IF D2 is #N/A then display Not Complete, otherwise display the value of D2. Copy this formula down column E. ISNA is a variation of IFNA which can be handy for checking for training completions too. Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 14

16 CONDITIONAL LOOKUPS (IF) Useful for checking whether a certain condition is true. For example, Faculty members are not required to complete RCR training for NSF projects. The Formula to be copied down is =IF(D2 = Faculty, Not Required, Required ) Which means... IF the person is a Faculty member THEN display Not Required, ELSE display Required. (Of course, you could always sort the data and filter on the Class column to easily eliminate the Faculty members from this list, but this is just a way to demonstrate the IF technique!) Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 15

17 MULTIPLE LOOKUPS 1) AND with IF In this example, we know the students Class (master s or undergrad) and the number of in-person contact hours they received. We need to determine if they have satisfied the in-person requirement (for Georgia Tech, that s a minimum of 1 hour for NSF undergrads and 2 hours for NSF master s students). We can find the answer with a combination of IF and AND. The AND formula for Master s Students is =AND(D2= Masters, F2>=2), which means... If the student is a master s student and if the contact hours is greater than or equal to 2, then return the value of TRUE. The AND formula for Undergrads is =AND(D2= Undergrad, F2>=1), which means... If the student is an undergrad and if the contact hours is greater than or equal to 1, then return the value of TRUE. Therefore, the AND with IF formula will check to see if either of these cases are true: =IF(AND(D2= Masters, F2>=2), Yes, IF(AND(D2= Undergrad, F2>=1), Yes, No )) Which means IF it s a master s student AND the hours are greater than or equal to 2, then YES the requirement is satisfied; ELSE IF it s an undergrad with hours greater than or equal to 1 then YES it s satisfied, ELSE NO it s not satisfied. After copying and pasting the formula down column G, you can easily see who has and who has not satisfied the in-person training requirement. Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 16

18 MULTIPLE LOOKUPS (Continued) 2) AND with ISNA In order to satisfy Georgia Tech s Academic RCR Policy for Master s Thesis Students, master s students must complete ONE of three different RCR training options. Notices about the training need to be sent to those who haven t satisfied the requirement. In this example, we can do lookups on each of the three options and then check to see if all three are #N/A (incomplete). To do this we need to use a combination of AND and ISNA. The ISNA formula to check for completion of online training is =ISNA(D2), which means... If the student s online training (cell D2) is #N/A (i.e. not complete), then return the value TRUE. Therefore the AND with ISNA formula to test for all three training completions is =AND(ISNA(D2), ISNA(E2), ISNA(F2)) Which means If online, master s AND doctoral courses are all incomplete, then it is TRUE that the requirement has not been satisfied. A notice should be sent out. Alternatively you can add an IF statement to indicate what action to take: = IF(AND(ISNA(D2), ISNA(E2), ISNA(F2)), Yes, No ) Which means if all three are #N/A then YES, send a notice, otherwise NO do not send a notice (since the requirement is satisfied when one of the three options is complete). Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 17

19 MULTIPLE LOOKUPS (Continued) 3) OR with IF In order to satisfy Georgia Tech s Academic RCR Policy for Doctoral Students, PhD students must complete BOTH online (CITI) training and an RCR Doctoral Course. In this example, we can do lookups on both requirements and then check to see if either of them are #N/A (incomplete). To do this we need to use a combination of OR and IF. (In this example we are also using ISNA.) The OR formula to check for lack of completion of either requirement is =OR(ISNA(D2), ISNA(E2)), which means... If either cell D2 or cell E2 is #N/A (i.e. incomplete), then return the value TRUE. Therefore the OR with IF formula to test for a missing training completion is: =IF(OR(ISNA(D2), ISNA(E2)), No, Yes ) Which means If the online training is incomplete (#N/A) OR if the doctoral course is incomplete (#N/A), then NO, the requirement is not satisfied, ELSE YES the requirement is satisfied. Another way to accomplish the same thing is to use AND combined with ISNUMBER: =IF(AND(ISNUMBER(D2), ISNUMBER(E2)), Yes, No ) Which means If the online training AND the doctoral course fields are both numbers, then YES, the requirement is satisfied, ELSE NO the requirement is not satisfied. There are usually multiple ways to accomplish the same goal. Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 18

20 TEXT STRINGS Converting names from two different systems to the same format Sometimes you need names to be in the same format - for example, for a roster or a list - but one source of data uses Last, First and another uses First Last. Or perhaps you have First Name in one column and Last Name in another column, but you need them both in the same column. CONCATENATE Fortunately, concatenating two text strings is really easy. All you need is to join them with the & symbol: The CONCATENATE formula in this example is =B2 & & A2 Which means Join the First name to the Last name with a space in-between. Alternatively you can write =CONCATENATE(B2,,A2). Another common formatting task is to take a name in Last, First format and convert it to First Last. A multi-step process is to use Data - Text to Columns to split the name into Last and First and then rearrange it using CONCATENATE. However, there is a one-step formula for this. It s complicated, but you don t have to understand it - it just works!: =TRIM(MID(A2&" "&A2,FIND (",",A2)+1,LEN(A2))) Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 19

21 Summary of Formulas WHEN SOFTWARE RESOURCES ARE LIMITED: EXCEL TIPS VLOOKUP(lookup_value, table_array, col_index_num, range_lookup) Looks for a value in the leftmost column of a table and returns a value in the same row from a column that you specify. The values to be returned must be to the right of the lookup value. Useful for looking up training completions from exported data. COUNTIF(range, criteria) Counts the number of cells within a range that meet the given criteria. Useful for counting the number of occurrences of a training event. VALUE(text) Converts a text string to a value. Useful for forcing lookup values to match. TRIM(text) Removes trailing and leading blanks from a text string. Useful for forcing lookup values to match. IF(logical_test, value_if_true, value_if_false) Checks whether a condition is met - then indicates what to do if it s met and what to do if it s not met. Useful for checking to see if training criteria have been met and taking an action depending on the results. AND(logical1, logical2, ) Returns TRUE if all are conditions are true; returns FALSE if one or more are false. Useful for checking for multiple conditions when all conditions are required to be true. OR(logical1, logical2, ) Returns TRUE if any are true; returns FALSE if none are true. Useful for checking for multiple conditions when only one or more is required. IFNA(value, value_if_na) Returns the value you specify if the result is #N/A, otherwise returns the result. Useful for making the results look nicer. ISNA(value) Returns TRUE if the result is #N/A, otherwise returns FALSE. Useful for testing whether or not training has been completed. &: Used to concatenate text strings. text1 & text2 is the same as CONCATENATE(text1,text2). Useful for making data exported from different systems look the same. Absolute References: These keep the row or column from changing when you copy a formula across or down. Put a $ before the row or column that you want to lock - for example, $A1 locks the column; $A$1 locks both the row and column. The F4 key will toggle the absolute reference on and off. Judy Willis Georgia Tech (judy.willis@gatech.edu) SRAI Annual Meeting W111 Handout Page 20

How to use the Vlookup function in Excel

How to use the Vlookup function in Excel How to use the Vlookup function in Excel The Vlookup function combined with the IF function would have to be some of the most used functions in all my Excel spreadsheets. The combination of these functions

More information

Excel VLOOKUP. An EMIS Coordinator s Friend

Excel VLOOKUP. An EMIS Coordinator s Friend Excel VLOOKUP An EMIS Coordinator s Friend Vlookup, a function in excel, stands for Vertical Lookup. This function allows you to search a specific table of data, look for a match within the table of data

More information

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae

Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae Excel Tips for Compensation Practitioners Weeks 9-12 Working with Lookup Formulae Week 9 Using lookup functions Microsoft Excel is essentially a spreadsheet tool, while Microsoft Access is a database tool.

More information

IF & VLOOKUP Function

IF & VLOOKUP Function IF & VLOOKUP Function If Function An If function is used to make logical comparisons between values, returning a value of either True or False. The if function will carry out a specific operation, based

More information

Printing Monthly Eligible List for Providers

Printing Monthly Eligible List for Providers Printing Monthly Eligible List for Providers We have to begin by obtaining two lists from WebKIDSS. The first one will be a Service Line Export, the second will be a Medicaid List Form. *If you do not

More information

Microsoft Excel Lookup Functions - Reference Guide

Microsoft Excel Lookup Functions - Reference Guide LOOKUP Functions - Description Excel Lookup functions are used to look up and extract data from a list or table and insert the data into another list or table. Use the appropriate lookup function depending

More information

Microsoft Excel 2007

Microsoft Excel 2007 Kennesaw State University Information Technology Services Microsoft Excel 2007 Special Topics PivotTable IF Function V-lookup Function Copyright 2010 KSU Dept. of Information Technology Services This document

More information

Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting

Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting Excel as a Tool to Troubleshoot SIS Data for EMIS Reporting Overview Basic Excel techniques can be used to analyze EMIS data from Student Information Systems (SISs), from the Data Collector and on ODE

More information

Excel 2. Module 2 Formulas & Functions

Excel 2. Module 2 Formulas & Functions Excel 2 Module 2 Formulas & Functions Revised 1/1/17 People s Resource Center Module Overview This module is part of the Excel 2 course which is for advancing your knowledge of Excel. During this lesson

More information

Ahmad Al-Rjoub Excel Tutorial 7. Using Advanced Functions, Conditional Formatting, and Filtering

Ahmad Al-Rjoub Excel Tutorial 7. Using Advanced Functions, Conditional Formatting, and Filtering Ahmad Al-Rjoub Excel Tutorial 7 Using Advanced Functions, Conditional Formatting, and Filtering Objectives Evaluate a single condition using the IF function Evaluate multiple conditions using the AND function

More information

Using Advanced Formulas

Using Advanced Formulas 10 Using Advanced Formulas LESSON SKILL MATRIX Skills Exam Objective Objective Number Using Formulas to Conditionally Summarize Data Adding Conditional Logic Functions to Formulas Using Formulas to Modify

More information

Excel Formulas 2018 Cindy Kredo Page 1 of 23

Excel Formulas 2018 Cindy Kredo Page 1 of 23 Excel file: Excel_Formulas_BeyondIntro_Data.xlsx Lab One: Sumif, AverageIf and Countif Goal: On the Demographics tab add formulas in Cells C32, D32 and E32 using the above functions. Use the cross-hair

More information

Safari ODBC on Microsoft 2010

Safari ODBC on Microsoft 2010 Safari ODBC on Microsoft 2010 Creating an Excel spreadsheet using Safari ODBC 1. Click Data/From Other Sources/From Microsoft Query 2. Select your data source and click OK 3. Enter your Reflections username

More information

What is a VLOOKUP? Source

What is a VLOOKUP? Source VLOOKUP What is a VLOOKUP? VLOOKUP (short for vertical lookup ) is a function that is used to extract a particular value from a spreadsheet, given a unique identifier Let s say we wanted to know the weight

More information

Excel: Tips and Tricks Speaker: Marlene Groh, CCE, ICCE Date: June 13, 2018 Time: 2:00 to 3:00 & 3:30 to 4:30 Session Number: & 27097

Excel: Tips and Tricks Speaker: Marlene Groh, CCE, ICCE Date: June 13, 2018 Time: 2:00 to 3:00 & 3:30 to 4:30 Session Number: & 27097 Excel: Tips and Tricks Speaker: Marlene Groh, CCE, ICCE Date: June 13, 2018 Time: 2:00 to 3:00 & 3:30 to 4:30 Session Number: 27083 & 27097 Recording and Using Macros: Macros can be used to record steps

More information

COMM 205 MANAGEMENT INFO SYSTEMS 2016 FALL MIDTERM EXAM REVIEW SESSION BY LEAH ZHANG

COMM 205 MANAGEMENT INFO SYSTEMS 2016 FALL MIDTERM EXAM REVIEW SESSION BY LEAH ZHANG COMM 205 MANAGEMENT INFO SYSTEMS 2016 FALL MIDTERM EXAM REVIEW SESSION BY LEAH ZHANG TABLE OF CONTENT I. Introduction II. IF; nested IF; AND/OR; putting it all together III. COUNTIFS; SUMIFS IV. VLOOKUP

More information

MODULE VI: MORE FUNCTIONS

MODULE VI: MORE FUNCTIONS MODULE VI: MORE FUNCTIONS Copyright 2012, National Seminars Training More Functions Using the VLOOKUP and HLOOKUP Functions Lookup functions look up values in a table and return a result based on those

More information

My Top 5 Formulas OutofhoursAdmin

My Top 5 Formulas OutofhoursAdmin CONTENTS INTRODUCTION... 2 MS OFFICE... 3 Which Version of Microsoft Office Do I Have?... 4 How To Customise Your Recent Files List... 5 How to recover an unsaved file in MS Office 2010... 7 TOP 5 FORMULAS...

More information

Instructions on Adding Zeros to the Comtrade Data

Instructions on Adding Zeros to the Comtrade Data Instructions on Adding Zeros to the Comtrade Data Required: An excel spreadshheet with the commodity codes for all products you want included. In this exercise we will want all 4-digit SITC Revision 2

More information

Commonly Used Excel Formulas

Commonly Used Excel Formulas Microsoft Excel 2016 Advanced Formulas Look Up Values in a List of Data: Commonly Used Excel Formulas Let's say you want to look up an employee's phone extension by using their badge number or the correct

More information

Open you WordPad/NotePad File in Excel. How to Move Text to Columns (You can see all data in Column A)

Open you WordPad/NotePad File in Excel. How to Move Text to Columns (You can see all data in Column A) NMASO 9/14/17 EXCEL PRESENTAITON NOTES Open you WordPad/NotePad File in Excel. How to Move Text to Columns (You can see all data in Column A) Highlight Column A (left click at the top of column A) and

More information

10 Ways To Efficiently Analyze Your Accounting Data in Excel

10 Ways To Efficiently Analyze Your Accounting Data in Excel 10 Ways To Efficiently Analyze Your Accounting Data in Excel Live Demonstration Investment advisory services are offered through CliftonLarsonAllen Wealth Advisors, LLC, an SEC-registered investment advisor.

More information

Jump Right In! Essential Computer Skills Using Microsoft 2013 By Andrews, Dark, and West

Jump Right In! Essential Computer Skills Using Microsoft 2013 By Andrews, Dark, and West Jump Right In! Essential Computer Skills Using Microsoft 2013 By Andrews, Dark, and West Chapter 10 Managing Numbers and Text Using Excel 1 Objectives Examine the Excel window and tools Enter and format

More information

Vlookup and Sumif Formulas to assist summarizing queried data

Vlookup and Sumif Formulas to assist summarizing queried data Vlookup and Sumif Formulas to assist summarizing queried data When accessing data from Foundation through the MS Query tool, at times it is necessary to join multiple tables together to retrieve the required

More information

FSFOA EXCEL INSTRUCTIONS. Tips and Shortcuts

FSFOA EXCEL INSTRUCTIONS. Tips and Shortcuts Tips and Shortcuts Drag Fill 1. Go to the 2016 Sales Report worksheet. 2. In cell E4 key in the calculation =D4-C4 and hit enter. 3. Go back to cell E4 and put your cursor in the bottom right corner of

More information

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems

Advanced Excel. IMFOA Conference. April 11, :15 pm 4:15 pm. Presented By: Chad Jarvi, CPA President, Civic Systems Advanced Excel Presented By: Chad Jarvi, CPA President, Civic Systems IMFOA Conference April 11, 2019 3:15 pm 4:15 pm COPY AND PASTE... 4 USING THE RIBBON... 4 USING RIGHT CLICK... 4 USING CTRL-C AND CTRL-V...

More information

1.a) Go to it should be accessible in all browsers

1.a) Go to  it should be accessible in all browsers ECO 445: International Trade Professor Jack Rossbach Instructions on doing the Least Traded Product Exercise with Excel Step 1 Download Data from Comtrade [This step is done for you] 1.a) Go to http://comtrade.un.org/db/dqquickquery.aspx

More information

Engineering. Engr.10 JKA & KY. College of. San Jose State University

Engineering. Engr.10 JKA & KY. College of. San Jose State University JKA & KY 1 Analysis analysis is a systematic process for analyzing problems that arise in the various fields of engineering. As part of the problem solving process, the data collected has to be processed,

More information

EXCEL AS BUSINESS ANALYSIS TOOL. 10-May-2015

EXCEL AS BUSINESS ANALYSIS TOOL. 10-May-2015 EXCEL AS BUSINESS ANALYSIS TOOL 10-May-2015 TOUCH POINTS Part A- Excel Shortcuts Part B: Useful Excel Functions Part C: Useful Excel Formulas Part D: Sheet and Cell Protection Part A: EXCEL SHORTCUTS EXCEL

More information

VLOOKUP Function Purpose (Mac Guide)

VLOOKUP Function Purpose (Mac Guide) VLOOKUP Function Purpose (Mac Guide) Let s say that you have two different Excel documents. Each document has different student achievement or outcomes data. In this example, the first document has DIBELS

More information

Pivot Table Project. Objectives. By the end of this lesson, you will be able to:

Pivot Table Project. Objectives. By the end of this lesson, you will be able to: Pivot Table Project Objectives By the end of this lesson, you will be able to: Set up a Worksheet Enter Labels and Values Use Sum and IF functions Format and align cells Change column width Use AutoFill

More information

Programs for American Fidelity WorxTime

Programs for American Fidelity WorxTime Programs for American Fidelity WorxTime There are 2 programs that can be run to create the Employee Upload File: W2WAGE and WRXTM_EMP. These programs are located on the USPS_LCL menu or the command name

More information

Excel: Linking sheets and summary sheets (Mac OS)

Excel: Linking sheets and summary sheets (Mac OS) Excel: Linking sheets and summary sheets (Mac OS) To make the content of one cell appear somewhere else Click in the destination cell and type = Click on the cell whose content you want to pull in and

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited EXCEL ADVANCED EXCEL ADVANCED Overview OVERVIEW... 2 ADVANCED FORMULAS... 4 VIEW THE PROJECT... 4 Viewing Available Excel Functions... 5 Help with Functions... 6 TEXT FUNCTIONS... 7 Text Functions Used in this Section:...

More information

EDIT202 Spreadsheet Lab Prep Sheet

EDIT202 Spreadsheet Lab Prep Sheet EDIT202 Spreadsheet Lab Prep Sheet While it is clear to see how a spreadsheet may be used in a classroom to aid a teacher in marking (as your lab will clearly indicate), it should be noted that spreadsheets

More information

EXCELLING WITH ANALYSIS AND VISUALIZATION

EXCELLING WITH ANALYSIS AND VISUALIZATION EXCELLING WITH ANALYSIS AND VISUALIZATION A PRACTICAL GUIDE FOR DEALING WITH DATA Prepared by Ann K. Emery July 2016 Ann K. Emery 1 Welcome Hello there! In July 2016, I led two workshops Excel Basics for

More information

Technology Applications for the Financial Aid Office. Wes Brothers Director of Financial Aid Ohio Christian University

Technology Applications for the Financial Aid Office. Wes Brothers Director of Financial Aid Ohio Christian University Technology Applications for the Financial Aid Office Wes Brothers Director of Financial Aid Ohio Christian University Ctrl F will change your life! Ctrl F Applications Find what you are looking for quickly

More information

Microsoft Office Excel 2007: Advanced Unit 02 - Lookups and Data Tables

Microsoft Office Excel 2007: Advanced Unit 02 - Lookups and Data Tables Microsoft Office Excel 2007: Advanced Unit 02 - Lookups and Data Tables Slide 1 Lookups and data tables Unit objectives Use VLOOKUP and HLOOKUP to find values in a worksheet list Use MATCH to find the

More information

EMIS - Excel Reference Guide

EMIS - Excel Reference Guide EMIS - Excel Reference Guide Create Source Data Files Create a Source Data File from your Student Software program. Current Year (valid as of the day pulled) Previous Year (used when reviewing data that

More information

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet!

Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Become strong in Excel (2.0) - 5 Tips To Rock A Spreadsheet! Hi folks! Before beginning the article, I just wanted to thank Brian Allan for starting an interesting discussion on what Strong at Excel means

More information

Using Advanced Formulas and 9 Securing Workbooks

Using Advanced Formulas and 9 Securing Workbooks Using Advanced Formulas and 9 Securing Workbooks LESSON SKILL MATRIX Skill Exam Objective Objective Number Using Formulas to Conditionally Use a series of conditional 5.4.3 Summarize Data logic values

More information

Excel 2016: Formulas & Functions

Excel 2016: Formulas & Functions Excel 2016: Formulas & Functions Rylander Consulting www.rylanderconsulting.com sandy@rylanderconsulting.com 425.445.0064 ii Excel 2016: Formulas & Functions Excel 2016: Formulas & Functions i Table of

More information

1. NORM.INV function Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation.

1. NORM.INV function Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation. Excel Primer for Risk Management Course 1. NORM.INV function Returns the inverse of the normal cumulative distribution for the specified mean and standard deviation. 2. VLOOKUP The VLOOKUP function syntax

More information

Excel for Data Visualization

Excel for Data Visualization Introduction to Excel for Data Visualization CHEAT SHEET CONTENT Basic data cleaning troubleshooting... 04 Three useful excel formulas... 05 INDEX MATCH VLOOKUP COUNTIF Why use INDEX MATCH?... 06 Why use

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited INTERMEDIATE MICROSOFT EXCEL 2016 Intermediate Microsoft Excel 2016 (EXC2016.2 version 1.0.1) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn joined

More information

Excel & Business Math Video/Class Project #33 VLOOKUP Function for Incentive Pay: Commissions and Piecework

Excel & Business Math Video/Class Project #33 VLOOKUP Function for Incentive Pay: Commissions and Piecework Topics Excel & Business Math Video/Class Project #33 VLOOKUP Function for Incentive Pay: Commissions and Piecework 1) Incentive Pay... 2 2) Straight Piecework Example... 3 3) Variable Piecework Example

More information

Advanced Formulas and Functions in Microsoft Excel

Advanced Formulas and Functions in Microsoft Excel Advanced Formulas and Functions in Microsoft Excel This document provides instructions for using some of the more complex formulas and functions in Microsoft Excel, as well as using absolute references

More information

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS

MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS MS EXCEL: TABLES, FORMATS, FUNCTIONS AND MACROS ü Open the file Task_1_Template.xlsx. All the further tasks will be conducted in this file, on particular sheets (Menu, Task 1, Task 2, Task 3). TASK 1.

More information

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function. Today Function The today function: =TODAY() It has no arguments, and returns the date that the computer is set to. It is volatile, so if you save it and reopen the file one month later the new, updated

More information

ADVANCED EXCEL: LOOKUP FUNCTIONS

ADVANCED EXCEL: LOOKUP FUNCTIONS ADVANCED EXCEL: LOOKUP FUNCTIONS Excel has several Lookup and Reference functions available that are used to search through rows of data to locate specific values to display in a cell or to use in a formula.

More information

Streamlined Reporting with

Streamlined Reporting with Streamlined Reporting with Presentation by: Ryan Black, M.B.A. Business and Fiscal Officer Office of the Provost Wright State University, Dayton, Ohio Microsoft Excel offers one of the most powerful software

More information

Identifying Updated Metadata and Images from a Content Provider

Identifying Updated Metadata and Images from a Content Provider University of Iowa Libraries Staff Publications 4-8-2010 Identifying Updated Metadata and Images from a Content Provider Wendy Robertson University of Iowa 2010 Wendy C Robertson Comments Includes presenter's

More information

Introduction to Information Technology

Introduction to Information Technology Introduction to Information Technology Assessment of Fundamental Competencies Model Paper 50 marks 1 hour 30 minutes Instructions to Candidates: (i) Select the most appropriate answer from the options

More information

MS Excel How To Use VLOOKUP In Microsoft Excel

MS Excel How To Use VLOOKUP In Microsoft Excel MS Excel 2013 How To Use VLOOKUP In Microsoft Excel Use VLOOKUP function to find data you don t know in a large Excel spreadsheet, by entering a data you know VLOOKUP function contains of arguments in

More information

Skill Set 5. Outlines and Complex Functions

Skill Set 5. Outlines and Complex Functions Spreadsheet Software OCR Level 3 ITQ Skill Set 5 Outlines and Complex Functions By the end of this Skill Set you should be able to: Create an Outline Work with an Outline Create Automatic Subtotals Use

More information

VLOOKUP() takes three mandatory parameters and one default/optional parameter:

VLOOKUP() takes three mandatory parameters and one default/optional parameter: Excel Lesson: Table Lookup Functions Topics Covered: VLookup() [Look across] HLookup() [Look down] Lookup() [Look almost anywhere] Related Functions (a list) We will not be examining all forms of these

More information

UPDATING E-AUTOMATE VENDOR ITEM NUMBERS WITH NEW SN REFERENCE NUMBERS

UPDATING E-AUTOMATE VENDOR ITEM NUMBERS WITH NEW SN REFERENCE NUMBERS UPDATING E-AUTOMATE VENDOR ITEM NUMBERS WITH NEW SN REFERENCE NUMBERS NOTES: If you only carry/purchase the items that are being migrated (CTG), please see options/steps defined in Scenario #1. o All options

More information

Excel Flash Fill. Excel Flash Fill Example

Excel Flash Fill. Excel Flash Fill Example 1 Excel Flash Fill Some of the most time consuming and irritating aspects of Excel are working with repetitive information. This included writing formulas, formatting, separating dates, and entering names

More information

Microsoft Excel Prepare Test Session File

Microsoft Excel Prepare Test Session File Microsoft Excel Prepare Test Session File Download Teacher/Course and Test Session Files Step 1. In Infinite Campus, download the Teacher/Course file and save to your computer. a) Login to Infinite Campus.

More information

Excel 2013 KPMG Excel Formulas and Functions

Excel 2013 KPMG Excel Formulas and Functions Excel 2013 KPMG Excel Formulas and Functions Introduction This document looks at linking between Excel Sheets and Excel Workbooks, including copy/paste link, creating three dimensional formulas, and using

More information

BASIC EXCEL WORKSHOP 2017

BASIC EXCEL WORKSHOP 2017 BASIC EXCEL WORKSHOP 2017 Download the training materials at: www.nusbas.com/excel-2017 28 FEBRUARY 2017 NUS BUSINESS ANALYTICS SOCIETY (BAS) fb.com/nusbasociety nusbas.com WHAT WILL I BE LEARNING? 1.

More information

Department of Language and Linguistics LG400. Computer Induction for Linguists. Class Handouts. Week 7. Working with data on MS Excel.

Department of Language and Linguistics LG400. Computer Induction for Linguists. Class Handouts. Week 7. Working with data on MS Excel. Department of Language and Linguistics LG400 Computer Induction for Linguists Class Handouts Week 7 Working with data on MS Excel by Mutsumi Ogawa mogawa@essex.ac.uk Session description Do you work with

More information

Excel Expert Microsoft Excel 2010

Excel Expert Microsoft Excel 2010 Excel Expert Microsoft Excel 2010 Formulas & Functions Table of Contents Excel 2010 Formulas & Functions... 2 o Formula Basics... 2 o Order of Operation... 2 Conditional Formatting... 2 Cell Styles...

More information

3 Excel Tips for Marketing Efficiency

3 Excel Tips for Marketing Efficiency 3 Excel Tips for Marketing Efficiency 3 Excel Database Tips for Marketing Efficiency In these challenging times, companies continue to reduce staff to save money. Those who remain must do more. How to

More information

Excel Format cells Number Percentage (.20 not 20) Special (Zip, Phone) Font

Excel Format cells Number Percentage (.20 not 20) Special (Zip, Phone) Font Excel 2013 Shortcuts My favorites: Ctrl+C copy (C=Copy) Ctrl+X cut (x is the shape of scissors) Ctrl+V paste (v is the shape of the tip of a glue bottle) Ctrl+A - or the corner of worksheet Ctrl+Home Goes

More information

Advanced Excel for EMIS Coordinators

Advanced Excel for EMIS Coordinators Advanced Excel for EMIS Coordinators Helen Mills helenmills@metasolutions.net 2015 Metropolitan Educational Technology Association Outline Macros Conditional Formatting Text to Columns Pivot Tables V-Lookup

More information

NUMERICAL COMPUTING For Finance Using Excel. Interpolation

NUMERICAL COMPUTING For Finance Using Excel. Interpolation NUMERICAL COMPUTING For Finance Using Excel Interpolation Outline 1 Excel Look-up Functions LOOKUP HLOOKUP VLOOKUP INDEX MATCH 2 Interpolation Linear interpolation (Cubic splines) Excel Look-up Functions

More information

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected.

ICT IGCSE Practical Revision Presentation Spreadsheets. Columns. Rows. This is a range of cells. More than one cell has been selected. Cell References Columns Rows Column Reference G Yellow Cell Reference B2 Green Cell Reference D3 This is a range of cells. More than one cell has been selected. G6:G11 From Row 6 To 11 A range will be

More information

Chapter 3: The IF Function and Table Lookup

Chapter 3: The IF Function and Table Lookup Chapter 3: The IF Function and Table Lookup Objectives This chapter focuses on the use of IF and LOOKUP functions, while continuing to introduce other functions as well. Here is a partial list of what

More information

Excel Level 3 - Advanced

Excel Level 3 - Advanced Excel Level 3 - Advanced Introduction This document covers some of the more advanced features of Excel. Spreadsheets can be used in such a multiplicity of ways that it cannot hope to even touch on all

More information

NHS e-referral Service

NHS e-referral Service Translating Extracts Published June 2017 Copyright 2016 Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental body created by statute, also known

More information

Section 6. Functions

Section 6. Functions Section 6 Functions By the end of this Section you should be able to: Use Logical Functions Use Date and Time Functions Use Lookup Functions Use Maths and Financial Functions Use Concatenate Nest Functions

More information

Getting Started with Excel

Getting Started with Excel Getting Started with Excel Excel Files The files that Excel stores spreadsheets in are called workbooks. A workbook is made up of individual worksheets. Each sheet is identified by a sheet name which appears

More information

DESCRIPTION 1 TO DEFINE A NAME 2. USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6

DESCRIPTION 1 TO DEFINE A NAME 2. USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6 Table of contents The use of range names 1 DESCRIPTION 1 TO DEFINE A NAME 2 USING RANGE NAMES 2 Functions 4 THE IF FUNCTION 4 THE VLOOKUP FUNCTION 5 THE HLOOKUP FUNCTION 6 THE ROUND FUNCTION 7 THE SUMIF

More information

exam. Number: Passing Score: 800 Time Limit: 120 min MICROSOFT Excel 2013 Expert Part One.

exam. Number: Passing Score: 800 Time Limit: 120 min MICROSOFT Excel 2013 Expert Part One. 77-427.exam Number: 77-427 Passing Score: 800 Time Limit: 120 min MICROSOFT 77-427 Excel 2013 Expert Part One Exam E QUESTION 1 Conditional Formatting. Use a formula to determine formatting of a cell.

More information

Excel and Banner. Presented by: Annelle Colevins University of West Georgia Friday, Sept 30, :30 a.m.

Excel and Banner. Presented by: Annelle Colevins University of West Georgia Friday, Sept 30, :30 a.m. Excel and Banner Presented by: Annelle Colevins University of West Georgia Friday, Sept 30, 2011 8:30 a.m. 1 Introduction This session will cover how to get data from Banner, how to move it into Excel,

More information

Key concepts through Excel Basic videos 01 to 25

Key concepts through Excel Basic videos 01 to 25 Key concepts through Excel Basic videos 01 to 25 1) Row and Colum make up Cell 2) All Cells = Worksheet = Sheet 3) Name of Sheet is in Sheet Tab 4) All Worksheets = Workbook File 5) Default Alignment In

More information

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function. Today Function The today function: =TODAY() It has no arguments, and returns the date that the computer is set to. It is volatile, so if you save it and reopen the file one month later the new, updated

More information

CMPF124 Microsoft Excel Tutorial

CMPF124 Microsoft Excel Tutorial Lab 5: Microsoft Excel Tutorial Excel Worksheet Microsoft Excel works as account ledger. An Excel Workbook (1) could have multiple Worksheets (2). A cell in Excel is referred by its Column and Row naming

More information

Using Excel for a Gradebook: Advanced Gradebook Formulas

Using Excel for a Gradebook: Advanced Gradebook Formulas Using Excel for a Gradebook: Advanced Gradebook Formulas Objective 1: Review basic formula concepts. Review Basic Formula Concepts Entering a formula by hand: Always start with an equal sign, and click

More information

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

More information

Excel 2016 Functions

Excel 2016 Functions Excel 2016 Functions A function is a preset formula in Excel that is intended to carry out a specific calculations, logical tests, formats, etc. in the cell in which it is located. All functions begin

More information

Comparing and linking tables of data using VLOOKUP

Comparing and linking tables of data using VLOOKUP [Type here] Comparing and linking tables of data using VLOOKUP This document looks at how you can minimise duplication in your Excel data by sharing data between worksheets. Instead of copying and pasting

More information

Tutorial 8: Working with Advanced Functions. Microsoft Excel 2013 Enhanced

Tutorial 8: Working with Advanced Functions. Microsoft Excel 2013 Enhanced Tutorial 8: Working with Advanced Functions Microsoft Excel 2013 Enhanced Objectives Use the IF function Use the AND function Use the OR function Use structured references in formulas Nest the IF function

More information

2. In Video #6, we used Power Query to append multiple Text Files into a single Proper Data Set:

2. In Video #6, we used Power Query to append multiple Text Files into a single Proper Data Set: Data Analysis & Business Intelligence Made Easy with Excel Power Tools Excel Data Analysis Basics = E-DAB Notes for Video: E-DAB 07: Excel Data Analysis & BI Basics: Data Modeling: Excel Formulas, Power

More information

IC3-2. IC3 Key Applications Exam Exam.

IC3-2. IC3 Key Applications Exam Exam. Certiport IC3-2 IC3 Key Applications Exam Exam TYPE: DEMO http://www.examskey.com/ic3-2.html Examskey Certiport IC3-2 exam demo product is here for you to test the quality of the product. This Certiport

More information

Concatenate Function Page 505

Concatenate Function Page 505 Concatenate Function Page 505 The Concatenate Function is used to tie together different text strings. It is useful, for example, if you have columns in your Excel workbook for First Name and Last Name

More information

Excel Formulas Cheat Sheet

Excel Formulas Cheat Sheet Basic Formulas AVERAGE =AVERAGE(A2:A10) Returns a mathematical average of a given cell range COUNT =COUNT(A2:A10) Returns the count of the numbers in given cell range MAX =MAX(A2:A10) Finds the largest

More information

MICROSOFT OFFICE APPLICATIONS

MICROSOFT OFFICE APPLICATIONS MICROSOFT OFFICE APPLICATIONS EXCEL 2016 : LOOKUP, VLOOKUP and HLOOKUP Instructor: Terry Nolan terry.nolan@outlook.com Friday, April 6, 2018 1 LOOKUP FUNCTIONS WHAT ARE LOOKUP FUNCTIONS USUALLY USED FOR?

More information

ADDITIONAL EXCEL FUNCTIONS

ADDITIONAL EXCEL FUNCTIONS ADDITIONAL EXCEL FUNCTIONS The following notes and exercises on additional Excel functions are based on the Grade 12 Examination Guidelines for 2016 recently issued by the DBE. As such, they represent

More information

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function.

Today Function. Note: If you want to retrieve the date and time that the computer is set to, use the =NOW() function. Today Function The today function: =TODAY() It has no arguments, and returns the date that the computer is set to. It is volatile, so if you save it and reopen the file one month later the new, updated

More information

Excel Intermediate

Excel Intermediate Excel 2013 - Intermediate (103-124) Advanced Functions Quick Links Range Names Pages EX394 EX407 Data Validation Pages EX410 EX419 VLOOKUP Pages EX176 EX179 EX489 EX500 IF Pages EX172 EX176 EX466 EX489

More information

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex

Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Basic Topics: Formulas, LookUp Tables and PivotTables Prepared for Aero Controlex Review ribbon terminology such as tabs, groups and commands Navigate a worksheet, workbook, and multiple workbooks Prepare

More information

Vlookup for dummies two sheets vlookup

Vlookup for dummies two sheets vlookup Vlookup for dummies two sheets Click on the 'fx' button above column B many people start by typing "=vlookup. " but you don't have to! Clicking the "fx" button is much quicker!. * IF AND-OR Combinations:

More information

Intermediate Excel 2016

Intermediate Excel 2016 Intermediate Excel 2016 Relative & Absolute Referencing Relative Referencing When you copy a formula to another cell, Excel automatically adjusts the cell reference to refer to different cells relative

More information

Excel Tips for Compensation Practitioners Weeks Data Validation and Protection

Excel Tips for Compensation Practitioners Weeks Data Validation and Protection Excel Tips for Compensation Practitioners Weeks 29-38 Data Validation and Protection Week 29 Data Validation and Protection One of the essential roles we need to perform as compensation practitioners is

More information

EXCEL WORKSHOP II ADVANCED FORMULAS AND FUNCTIONS IN EXCEL

EXCEL WORKSHOP II ADVANCED FORMULAS AND FUNCTIONS IN EXCEL EXCEL WORKSHOP II ADVANCED FORMULAS AND FUNCTIONS IN EXCEL Table of Contents Text Functions: Text to Columns, LEFT, RIGHT, MID, FIND, LEN Lookup Functions: VLOOKUP, INDEX and MATCH PivotTable Features:

More information

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon

Excel Intermediate. Click in the name column of our Range of Data. (Do not highlight the column) Click on the Data Tab in the Ribbon Custom Sorting and Subtotaling Excel Intermediate Excel allows us to sort data whether it is alphabetic or numeric. Simply clicking within a column or row of data will begin the process. Click in the name

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel in Excel Although calculations are one of the main uses for spreadsheets, Excel can do most of the hard work for you by using a formula. When you enter a formula in to a spreadsheet

More information

Formulas and Functions

Formulas and Functions Formulas and Functions Excel's Golden Rule (Dan Bricklin and Bob Frankston) Excel's Golden Rule: If formula input data can change, put it in cell and refer to it with cell references. If data will not

More information