• Complain

Sanusi A. L. - Excel Vlookup: A Step by Step Visual Guide

Here you can read online Sanusi A. L. - Excel Vlookup: A Step by Step Visual Guide full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: Sanusi A. L., genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Sanusi A. L. Excel Vlookup: A Step by Step Visual Guide
  • Book:
    Excel Vlookup: A Step by Step Visual Guide
  • Author:
  • Publisher:
    Sanusi A. L.
  • Genre:
  • Year:
    2021
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Excel Vlookup: A Step by Step Visual Guide: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Excel Vlookup: A Step by Step Visual Guide" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Practice Projects & Solutions Included for BeginnersWhen you need to find information in a large spreadsheet, or if you are always looking for the same kind of information, then you need to use the Excel Vlookup function. Vlookup works a lot like a phone book. Excel Lookup functions in general are used to look up and extract data from a list or table and insert it into another list or table.It is widely agreed that close to 60 percent of Excel users leave 80 percent of Excel untouched. That is, most users do not tap into the full potential of Excels built-in utilities. Of these utilities, one of the most prolific by far is the Excel Vlookup. Despite the fact that pivot tables have been a cornerstone of Excel for more than 18 years, Vlookup remains one of the most underutilized tools in the entire Microsoft Office Suite.Having found this book, you are savvy enough to have heard of Excel Vlookup or even have used them on occasion. You have a sense that Vlookup has some power that you are not using, and you want to learn how to leverage that power to increase your productivity quickly.With only this book, you will be able to increase your productivity, and produce reports in minutes instead of hours.

Sanusi A. L.: author's other books


Who wrote Excel Vlookup: A Step by Step Visual Guide? Find out the surname, the name of the author of the book and a list of all author's works by series.

Excel Vlookup: A Step by Step Visual Guide — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Excel Vlookup: A Step by Step Visual Guide" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make

EXCEL

VLOOKUP

A Step by Step Visual Guide

By

Sanusi A. L.

EXCEL VLOOKUP

Excel Vlookup A Step by Step Visual Guide - image 1

Copyright Sanusi A. L.

ISBN: 9791220837439

Published in the United States

Microsoft and Excel are registered trademarks of Microsoft Corporation. The author or publisher of this book is in no way associated with any product or vendor mentioned in this book.

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. The author/publisher, its dealers and distributors will not be held liable for any damages caused or alleged to be caused directly or indirectly by this book. The author/publisher has endeavored to provide trademark information about all of the companies and products mentioned in this book. However, he cannot guarantee the accuracy of this information.

Table of Contents

How to Use This Book

This book can be used as a tutorial or quick reference guide. It is intended for users who are comfortable with the basics of Microsoft Excel and are now ready to build upon this skill by learning Vlookup .

This book assumes you already know how to create, open, save, and modify an Excel workbook and have a general familiarity with the Excel toolbar (Ribbon).

Most of the examples in this book use Microsoft Excel 2016. However, the functionality and formulas can be applied with Microsoft Excel version 2013. Although the screenshots in this book use Microsoft Excel 2016, functionality and display are not very much different if you are using Excel 2013.

Please always back-up your work and save often as we go. A good best practice when attempting any new functionality is to create a copy of the original spreadsheet and implement your changes on the copied spreadsheet. Should anything go wrong, you then have the original spreadsheet to fall back on.

Download Link for Exercise Files

The worksheets (exercise/quiz files) we will use in this book are available for download at the following website: https://bit.ly/383JN6h.

Chapter 1: What Are Excel Lookup Functions?

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. How you use the appropriate lookup function depends on how you organize your data.

There are different types of lookup functions. They are explained below. However, Vlookup is the most commonly used of all, and is the one we will focus on in this book.

HLOOKUP

Use HLOOKUP, or horizontal lookup, when the lookup values are contained in the first row of a table, and the values to be returned are in the same column but in a different row that you specify.

Fuzzy Lookup

Fuzzy Lookup is an Excel Add-In tool developed by Microsoft to be used for comparing textual data that is not an exact match, also referred to as fuzzy matching.

VLOOKUP

Excel Vlookup is a useful data analysis function for comparing data in two spreadsheets when the lookup values are contained in the first column of a lookup table. It can be used to import data from one spreadsheet to another for comparison purposes. Once you have become familiar with Vlookup, you will find it a valuable tool to use for data analysis.

Syntax of Vlookup Function

The formula for Vlookup looks like this (shown with a different font for readability):

=VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]).

As you can see, a properly formed Vlookup function has four parts, separated by commas. No spaces are allowed . These parts are also known as arguments (data that is passed to the function). Each of the four arguments are explained briefly below. We will look at them in detail later.

Lookup_value: This is the value you want to search or look up in the first column of a table or range. It is a required argument.

Table_array: This is the range of cells where you want to look up the comparison data. The values in the first column of the table_array are the values searched by the lookup_value. These can be text, numbers or logical values and are not case sensitive. It is a required argument.

Col_index_num (Meaning Column Index Number ): It is the number of the column in the table_array from which the matching value must be returned. For example, a col_index_num argument of returns the value in the first column in table_array. Another example: A col_index_num argument of returns the value in the second column in table_array. And so on! It is a required argument.

Range_lookup (Also known simply as theRange): A logical value specifying whether you want VLOOKUP to find an exact match (FALSE) or an approximate match (TRUE). If it is omitted, it defaults to TRUE () for an approximate match, meaning that if an exact match is not found, the next highest value in a range will be returned. It is recommended that FALSE () be used in most cases. It is an optional argument.

Important Notes :

  1. When searching text values, make sure the data in the first column of table_array does not contain any trailing or leading spaces, inconsistent use of straight and curly quotation marks, or non-printing characters. Otherwise, VLOOKUP could return an incorrect or unexpected value.
  2. When searching number or date values, make sure data in the first column of table_array is not stored as text values. Otherwise, VLOOKUP could return an incorrect or unexpected value.
  3. If the lookup_value is not found in the first column of the table_array, then the #N/A error value is returned.
Quiz 1: Using A Vlookup Function

To know how the VLOOKUP function works, use your Excel application to open the Quiz 1 worksheet in your exercise folder to solve this quiz:

Consider Fig. 1.0, the worksheet which shows the Excel table with its headers in row 2 and the first column in column B of the worksheet.

Fig 10 Excel table for Quiz 1 In Fig 10 use the VLOOKUP function to - photo 2

Fig. 1.0 : Excel table for Quiz 1

In Fig. 1.0, use the VLOOKUP function to look for the name of a customer whose CustomerID is CU03.

Solution to Quiz 1

The first thing to do is go to your worksheet and prepare the second table where your search result will be displayed. Make sure you enter your Lookup_value (CU03) in cell E3.

Therefore, the 4 arguments of Vlookup as stated as follows:

Lookup_value: E3.

Table_array: B3:C6 (This is the range of cells where you want to perform your search. It starts from cell B3 and ends at cell C6). Check it out in Fig. 1.1.

Col_index_num: 2 (since we are sure the result we are looking for is in the column 2 of the table).

Range_lookup: FALSE (using the recommended logical value of FALSE (0) to find an exact match).

Therefore, the Vlookup formula is:

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Excel Vlookup: A Step by Step Visual Guide»

Look at similar books to Excel Vlookup: A Step by Step Visual Guide. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Excel Vlookup: A Step by Step Visual Guide»

Discussion, reviews of the book Excel Vlookup: A Step by Step Visual Guide and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.