Excel Tutorials For Beginners Pdf
What is VLOOKUP?
- Microsoft Excel 2016 Manual Pdf
- Excel User Guide Pdf
- Excel For Beginners
- Microsoft Excel Tutorials For Beginners Pdf
- Excel Macro Tutorial For Beginners Pdf
- This chapter teaches you how to start an excel 2010 application in simple steps. Assuming you have Microsoft Office 2010 installed in your PC, start the excel application following the below mentioned steps in your PC. Step 1: Click on the Start button. Step 2: Click on All Programs option from the menu. Excel 2010 ─ Getting Started.
- Starting Excel To start up the program: 1. Click on the Windows Start button 2. Choose All Programs then Microsoft Office 2013 followed by Excel 2013 Tip: To create a shortcut on the Desktop, right click on Excel 2013 then choose Send To followed by Desktop (create shortcut). You’ll then be able to load Excel using the icon on the Desktop.
- The lessons of this Excel training are well detailed and well designed to allow people who are new to Excel to follow easily. The Excel forum is at your disposal if you need help! Excel Training. Microsoft Excel (or Ms Excel) is a powerful tool for analyzing, sharing and managing information that you can use to make decisions.
- Check out the training for newer versions of Excel. Start using Excel. Create a chart. Add numbers in Excel 2013. Basic math in Excel 2013. Top tips for working in Excel Online. Understand and use cell references. Use AutoFill and Flash Fill. Add or subtract time. Average a group of numbers. Insert headers and footers.
Vlookup (V stands for 'Vertical') is an in-built function in excel which allows establishing a relationship between different columns of excel. In other words, it allows you to find (look up) a value from one column of data and returns it's respective or corresponding value from another column.
Microsoft Excel 2016 Course for Beginners. This course is a practical Guide Excel 2016 Level 1 for Beginners in PDF to download for free. The purpose of this training is to identify the elements of the Excel window, to create and format a table, to use a few simple calculation formulas and to print a table. Table of contents. Excel Basics.
In this VLOOKUP guide, we will learn
Usage of VLOOKUP:
When you need to find some information in a larges Name)
To find the information you don't know:
(In this case, we want to look up for Employee's Salary)
Excel Spreadsheet for the above instance:
In the above spreadsheet, to find out the Employee Salary which we don know -
We will enter the Employee Code which is already available.
Moreover, By Applying VLOOKUP, How to use windows 95 startup disk. value(Employee's salary) of the corresponding Employee's Code will be displayed.
Steps for Applying the VLOOKUP function
Step 1) we need to navigate to the cell where you want to view the Salary of the particular Employee.- (in this instance, Click the cell with index 'H3')
Download minecraft free full version pc windows 7 64 bit. Step 2) Enter the VLOOKUP Function in the above Cell: Start with an equal sign which denotes that a function is entered, 'VLOOKUP' keyword is used after the equal sign depicting VLOOKUP function =VLOOKUP ()
The parenthesis will contain the Set of Arguments (Arguments are the piece of data that function needs in order to execute).
VLOOKUP uses four arguments or pieces of data:
Step 3) First Argument: the first argument would be the cell reference (as the placeholder) for the value that needs to be searched or the lookup value. Lookup value refers to the data which is already available or data which you know. (In this case, Employee Code is considered as the lookup value so that the first argument will be H2, i.e., the value which needs to be looked up or searched, will be present on the cell reference 'H2').
Step 4) Second Argument: It refers to the block of values that are needed to be searched. In Excel, this block of values is known as table array or the lookup table. In our instance, the lookup table would be from cell reference B2 to E25,i.e., the complete block where the corresponding value would be searched.
NOTE: The lookup values or the data you know have to be in the left-hand column of your lookup table,i.e., your cell range.
Step 5) Third Argument: It refers to the column reference. In other words, it notifies VLOOKUP where you expect to find the data, you want to view. (Column reference is the column index in the lookup table of the column where the corresponding value ought to be found.) In this case, the column reference would be 4 as the Employee's Salary column has an index of 4 as per the lookup table.
Step 6) Fourth Argument: The last argument is range lookup. It tells the VLOOKUP function whether we want the approximate match or the exact match to the lookup value. In this case, we want the exact match ('FALSE' keyword).
- FALSE: Refers to the Exact Match.
- TRUE: Refers for Approximate Match.
Step 7) Press 'Enter' to notify the cell that we have completed the function. However, you get an error message as below because no value has been entered in the cell H2i.e. No employee code has been entered in Employee Code which will allow the value for lookup.
However, as you enter any Employee Code in H2, it will return the corresponding value i.e. Employee's Salary.
So in a brief what happened is I told the cell through the VLOOKUP formula is that the values which we know are present in the left-hand column of the data,i.e., depicting the column for Employee's Code. Now you have to look through my lookup table or my range of cells and in the fourth column to the right of the table find the value on the same row,i.e., the corresponding value (Employee's Salary) in the same row of the corresponding Employee's Code.
The above instance explained about the Exact Matches in VLOOKUP,i.e., FALSE Keyword as the last parameter.
VLOOKUP for Approximate Matches (TRUE Keyword as the last parameter)
Consider a scenario where a table calculates discounts for the customers who do not want to buy exactly tens or hundreds of items.
As shown below, certain Company has imposed discounts on the quantity of items ranging from 1 to 10,000:
Now it is uncertain that the customer buys exactly hundreds or thousands of items. In this case, Discount will be applied as per the VLOOKUP's Approximate Matches. In other words, we do not want to limit them for finding matches to just the values present in the column that are 1, 10, 100, 1000, 10000. Here are the steps:
Microsoft Excel 2016 Manual Pdf
Step 1) Click on the cell where the VLOOKUP function needs to be applied i.e. Cell reference 'I2'.
Step 2) Enter '=VLOOKUP()' in the cell. In the parenthesis enter the set of Arguments for the above instance.
Step 3) Enter the Arguments:
Argument 1: Enter the Cell reference of the cell at which the value present will be searched for the corresponding value in the lookup table.
Step 4) Argument 2: Choose the lookup table or the table array in which you want VLOOKUP to search for the corresponding value.(In this case, choose the columns Quantity and Discount)
Step 5) Argument 3: The third argument would be the column index in the lookup table you want to be searched for the corresponding value.
Step 5) Argument4: Last argument would be the condition for Approximate Matches or Exact Matches. In this instance, we are particularly looking for the Approximate matches (TRUE Keyword).
Step 6) Press 'Enter.' Vlookup formula will be applied to the mentioned Cell reference, and when you enter any number in the quantity field, it will show you the discount imposed based on Approximate Matches in VLOOKUP.
NOTE: If you want to use TRUE as the last parameter, you can leave it blank and by default it chooses TRUE for Approximate Matches.
Vlookup function applied between 2 different sheets placed in the same workbook
Excel User Guide Pdf
Let's see an instance similar to the above case scenario. We are provided with one workbook containing two different sheets. One where Employee's Code along with Employee's Name and Employee's Designation is given another sheet contains Employee's Code and respective Employee's Salary (as shown below).
SHEET 1:
SHEET 2:
Now the objective is to view all the data in one page, i.e., Sheet 1 as below:
VLOOKUP can help us aggregate all the data so that we can see Employee's Code, Name, and Salary in one place or sheet.
We will start our work on Sheet 2 as that sheet provides us with two arguments of the VLOOKUP function that is – Employee's Salary is listed in Sheet 2 which is to be searched by VLOOKUP and reference of the Column index is 2 (as per the lookup table).
Also, we know we want to find the employee's salary corresponding to the Employee's Code.
Moreover, that data starts in A2 and ends in B25. So that would be our lookup table or the table array argument.
Step 1) Navigate to sheet 1 and enter the respective headings as shown.
Step 2) Click on the cell where you want to apply the VLOOKUP function. In this case, it would be cell alongside Employee's Salary with cell reference 'F3'.
Enter the Vlookup function: =VLOOKUP ().
Step 3) Argument 1: Enter the cell reference which contains the value to be searched in the lookup table. In this case, 'F2' is the reference index which will contain Employee's Code to match for corresponding Employee's Salary in the lookup table.
Step 4) Argument 2: In the second argument, we enter the lookup table or the table array. However, in this instance, we have the lookup table situated in another sheet in the same workbook. Therefore, for building a relationship we need to enter address of the lookup table as Sheet2!A2:B25 – (A2:B25 refers to the lookup table in sheet 2)
Step 5) Argument 3: Third argument refers to the Column index of the column present in Lookup table where values ought to be present.
Step 6) Argument 4: Last Argument refers to the Exact Matches (FALSE) or Approximate Matches (TRUE). In this instance, we want to retrieve the exact matches for the Employee's Salary.
Step 7) Press Enter and when you enter the Employee's Code in the cell, you will be returned with corresponding Employee's Salary for that Employee's Code.
Conclusion
The above 3 scenarios explain the working of VLOOKUP Functions. You can play around using more instances. VLOOKUP is an important feature present in MS-Excel which allows you to manage data more efficiently.
- Short Description:
- Download free Microsoft Excel 2013 Tutorial , a PDF training file under 12 pages for beginners.
- Submitted On:
- 2017-08-07
- File Size:
- 904.75 Kb
- Downloads:
- 1390
- Short Description:
- Download free Microsoft Excel 2013 advanced Tutorial , course tutorial training, a PDF file in 87 pages for beginners.
- Submitted On:
- 2017-09-24
- File Size:
- 10,235.75 Kb
- Downloads:
- 6057
- Short Description:
- Download free Microsoft Office Excel 2013 file under 505 pages,step by step to learn Excel and build your skills , course tutorial training on pdf by Curtis D. Frye.
- Submitted On:
- 2015-11-16
- File Size:
- 11,924.93 Kb
- Downloads:
- 1878
- Short Description:
- The purpose of this course is to provide a basic guide for student who wants to be familar with the basics of Microsoft Excel 2007.
- Submitted On:
- 2015-12-30
- File Size:
- 601.19 Kb
- Downloads:
- 390
- Short Description:
- Download free Microsoft Office Excel 2013 Tutorial course material, tutorial training, PDF file on 25 pages.
- Submitted On:
- 2016-04-06
- File Size:
- 977.20 Kb
- Downloads:
- 829
- Short Description:
- Download free Microsoft Office Excel 2013 Tutorial course material, tutorial training, PDF file on 25 pages intended to beginners.
- Submitted On:
- 2017-08-06
- File Size:
- 977.20 Kb
- Downloads:
- 347
- Short Description:
- Quick guide to Excel 2016 intended to beginners in order to learn the fundamentals of Microsoft Excel 2016, training document in pdf.
- Submitted On:
- 2017-09-24
- File Size:
- 988.51 Kb
- Downloads:
- 513
- Short Description:
- Download a basic pdf tutorial about Microsoft Excel 2016, free training document under 12 pages
- Submitted On:
- 2017-09-24
- File Size:
- 1,341.67 Kb
- Downloads:
- 1064
- Short Description:
- Submitted On:
- 2017-09-24
- File Size:
- 194.54 Kb
- Downloads:
- 577
- Short Description:
- Looking for Excel 2016 tutorials? this page is a free training document of Excel 2016 courses, in pdf.
- Submitted On:
- 2017-09-24
- File Size:
- 824.82 Kb
- Downloads:
- 975
- Short Description:
- Download the complete list.of Microsoft Excel functions, free training document in pdf.
- Submitted On:
- 2017-10-09
- File Size:
- 150.64 Kb
- Downloads:
- 6505
- Short Description:
- Download basic formulas in Excel tutorial, free training document in PDF under 6 pages by Lauren Wicks.
- Submitted On:
- 2018-04-02
- File Size:
- 110.73 Kb
- Downloads:
- 703
- Short Description:
- With this PDF tutorial you will learn how to use the Formulas in Excel to compile, claculate and manage data, free training document by OWL.
- Submitted On:
- 2018-04-02
- File Size:
- 266.34 Kb
- Downloads:
- 472
- Short Description:
- Download Formulas and Functions in Excel PDF tutorial, free training document by Theresa Scott.
- Submitted On:
- 2018-04-02
- File Size:
- 130.30 Kb
- Downloads:
- 578
- Short Description:
- Download Excel 2016 Functions Tutorial, free PDF document intended to anyone wants to learn the basics of Excel functions.
- Submitted On:
- 2018-04-02
- File Size:
- 781.41 Kb
- Downloads:
- 388
- Short Description:
- Introduction to Excel VBA Macro programming, Learn Excel tools by utilizing them in various cases, Understand the logic and syntax behind Visual Basic programming, which interacts with the Excel interface
- Submitted On:
- 2018-05-23
- File Size:
- 878.189 Kb
- Downloads:
- 485
- Short Description:
- This is a tutorial showing how to use the macro facility in Microsoft Office—Visual Basic for Applications—to simplify analytical tasks in Excel.
- Submitted On:
- 2018-05-23
- File Size:
- 260.632 Kb
- Downloads:
- 394
- Short Description:
- Download free VBA tutorial course in PDF, training file in 31 chapters and 128 pages. Free unaffiliated ebook created from Stack OverFlow contributor.
- Submitted On:
- 2019-04-30
- File Size:
- 2.46 MB
- Downloads:
- 104
- Short Description:
- This is a free Excel PDF tutorial in 11 chapters and 23 pages. This course aims to give students the basics of Microsoft Excel tips and trics.
- Submitted On:
- 2019-05-01
- File Size:
- 2.08 MB
- Downloads:
- 108
Free Excel Course
Through the lessons provided below, you will learn how to use Excel 2007, 2010, 2013 or 2016 for free (if you are using a version of Excel lower than 2007, prefer the course for Excel 2000-2003).
Excel For Beginners
The lessons of this Excel training are well detailed and well designed to allow people who are new to Excel to follow easily.
The Excel forum is at your disposal if you need help!
Excel Training
Microsoft Excel (or Ms Excel) is a powerful tool for analyzing, sharing and managing information that you can use to make decisions. It includes a new results-oriented interface, new easy-to-use creation and use pivot tables, more powerful formula creation and visualization features, and new ways to create professional-looking graphics and charts.
To see the details of our Excel courses, click on the course below:
- Excel Training for Beginners (Base)
- Excel Intermediate Training
- Advanced Excel Training
Microsoft Excel Tutorials For Beginners Pdf
Excel Lessons
Excel Macro Tutorial For Beginners Pdf
- Basics (bases, text)
- Basics (formatting the text)
- Bases (alignments, cell fusion, colors)
- The basics (move / copy content)
- Basics (recording, printing, sheets)
- Basics (exercise to download)
- Tables (borders)
- Tables (background colors, table models)
- Tables (exercise to download)
- Cell format and formatting
- Inserting objects (shapes)
- Inserting Objects (WordArt and Images)
- Inserting objects (SmartArt)
- The incremented copy
- The incremented copy (exercise to download)
- Calculation formulas, SUM and AVERAGE functions
- SI function, copy of formulas
- Comparison Operators
- Functions and calculations (exercise to download)
- Inserting graphics
- Inserting sparkline graphics
- Conditional formatting
- Layout
- Dropdown list
- Multiple drop-down lists
- Using a database
- Using a database (continued)