“This is the quickest I have come across!!!! You are a big help.” Ron
Do you hate going home late?
Do you want to make your job easier?
If you answered yes to either of these questions, then read on.
But before we proceed, many of you have been asking for a step by step tutorial on Pivot Tables, which is now here: Pivot Tables in Excel.We’ve also launched Working with Numbers.
We’ve also created a video version of the tutorial which you can watch here.
Use this file to go try out what is shown in this free excel video tutorial.
The vlookup is the most useful, yet most mis-understood function in Excel. Learning how to vlookup in Excel 2007/2010/2013/2016 and the Excel version in Office 365 can be very useful.
This is a step by step vlookup tutorial (only 7 steps) suitable for beginners. It’s the quickest and simplest way to do a vlookup! It works in all versions of Excel – Excel 2007, Excel 2010, Excel 2013, Excel 2016, Office 365, etc (you just need to find the fx button above column B as shown in the example below).
LEARN HOW TO USE THE VLOOKUP FUNCTION IN EXCEL AND SAVE YOURSELF HOURS WITH ANALYSIS!!
vlookups are usually done between different spreadsheets, but to make it easier to show how they work, I’ve put the data on to one spreadsheet (see image below).
The tables in the spreadsheet have some of the most famous 100m runners in the world – including Usain Bolt (the World Champion!). The runners are numbered from 1 to 10 in column B (the numbers are for illustrative purposes only).
I’ve put the names of the runners / athletes in column C.
IMPORTANT: You should note that the table on the LEFT HAND SIDE is set in ASCENDING NUMERCIAL order ie numbers 1 to 10.
However, the table on the RIGHT HAND SIDE is arranged in ALPHABETICAL order of the names of the athletes. So the numbers in that table DO NOT go from 1 to 10 in ascending order.
We’ll use the vlookup function to get the ‘Prize Money’ each athlete has won in column J in the second table into column D in the first table.
If you want to actually test out the instructions below with exactly the same data in Excel, then we have included a link to the file with the data here –
vlookup specimen file – Usain Bolt, etc.
STEP 1
First, click into cell D2 – as this is where we want the first vlookup result to appear.
STEP 2
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!
(you will see the ‘Insert Function’ table pop up – screenshot below)
From this window, we will select the vlookup function, as it is one of the ‘most recently used’ functions in the category here.
If the vlookup function isn’t one of the ‘most recently used’ functions, then change the “Or Select a Category” field to ‘All, then scroll to the bottom, where you will see the word ‘vlookup’ and click on it.
Click ‘ok’ and the function arguments window will pop up. This table will show the Syntax (a fancy word for the format of the formula) and it will display the different parts of the syntax ie VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)
STEP 3
Here, you should click into cell ‘B2’ because that’s the first number or reference for which you want to lookup a value. The ‘look up value’ is the corresponding value we want to find in the first column of the second table – so we want to find out what ‘Prize Money’ the runner in position 1 got in the table that spans columns H to J.
STEP 4
Now click in the next field, the ‘table array’ field (the table array consists of two or more columns of data and the first column in the table array – in this case col. H – has the corresponding numbers that the ‘lookup value is looking at ie the runner positions in this case).
STEP 5
After clicking in the ‘table array’ field, you then need to highlight the columns that that you want to look up data from; so here, we will highlight columns H to J, because our lookup value column starts from column H in the second table, and the Prize Money which we want to check is in col. J
An alternative way to populate the “Table_array” field is to highlight the range of data you’re looking up, starting with your first unique value – in this case cell H2. So you’d highlight cells H2 to J11, because J11 is the last cell in the range. You’d then need to FIX this table array by putting dollar signs in before the H, before the 2, before the J and before the 11, so your formula at the end looks like this: =VLOOKUP(B2,$H$2:$J$11,3,FALSE). If you’re in the table array field and you press F4, then Excel will do this automatically for you. This is useful to know if the spreadsheet doesn’t allow you to highlight cells H to J because some cells are merged or you’re getting an invalid error. But for now, just leave it, ensure, you’re fields look the same as those in the screenshot above then proceed to Step 6, the second last step.
STEP 6
When you highlight the columns, you should note that column J is the 3rd column from column H. We then move onto the next step, Col_index_num, which is the column Index number. Click in that field and type the number 3) – this is because column J is three columns away from column H.
STEP 7
Now, for the last bit, simply click in the ‘range lookup’ field and type in the word false. You should always type in the word false here, because we want the vlookup to return an exact match for what we‘re looking for, and if it doesn’t then we want it to return the word false.
Now click ‘Ok’, and like magic, you will notice that the vlookup has returned the figure of $1,000,000 against Usain Bolt’s name in the first table. If you look at the second table, the figure of $1,000,000 is also against Usain Bolt’s name, so we know the vlookup has worked. And that’s how you string together the vlookup formula in excel.
Now all you have to do is drag down the formula, so that the cells below cell D2 populate, and you save yourself the hassle of manually finding the corresponding Prize Money value for each and every athlete in the first table. In a work scenario, if you had hundreds of rows of data, this would literally save you hours of work!
IMPORTANT point to note – the numbers in the “lookup value” column MUST precede the data you’re looking up! The same is true for the table that you are looking up data from (you must ALWAYS move from the left to the right, when using vlookups!)
Congratulations on finishing the tutorial! If you want to try out a vlookup between two separate workbooks, you can do so here: https://howtovlookupinexcel.com/vlookup-between-two-workbooks
If you want to learn about Pivot Tables, you can do so via this website we created following user demand: http://pivottablesinexcel.com/
If you have problems with your vlookup click here – 13 common problems:
We ask that you take a moment to read our Terms and Conditions and Privacy Policies.
clean steps..thanq u
Very helpful man….thumbs up….!!!!
Very easy to understand and very helpful, thanks so much for sharing.
need to use this information outside the net,can’t copy. very good for learners like. like it
Thank u so much……….
Very helpful………
Wonderful explanation, kudos!!! I can use VLOOKUP now thanks to you.
Thanks a lot…………….
Perfect when compared to the other sites!
good going, simple and easy.
How do I combine vlookup with sum function?
Suppose I vlookup Position 10 on the 2nd table,
found it on the 3rd row and the prize is $100000, then I want to sum it with 1st & 2nd row. how do I do it?
Apologies for the delay. You can sum up data from different columns using vlookups, but not different rows. Not sure why you’d want to sum up the data in the way that you describe though? What’s the common factor in the query you have? If there is a common theme between the rows you describe eg same month, then you’d be better off using a pivot table.
Thanks for the Best and superb description, but I have some more queries. I have three different tables in a same spreadsheet, all the tables contain different kinds of expenses of different months. Will it be possible to get the total sum of a respective month. As an example I want to get the total expenses of August month from Table1 (Telephone Expenses), Table2 (Electrical Expenses) and Table3(Miscellaneous Expenses) of August month in another spreadsheet of same file. Will it be possible with vlook and sum function? Kindly reply.
Hi Sudeep
Apologies for the delay in responding. Yes, you can do that with a vlookup, but it would be much better to do it with a Pivot Table, as you can sum up the data for the respective months in a much easier to read format – I’ve created a simple tutorial on pivot tables which actual tells you how you can sum up data for different months for various expenses, which seems to be exactly what the nature of your query is! The tutorial is here: http://pivottablesinexcel.com/ If you still have questions, let me know.
thanks for the explanation best ever
Thank you so much! Went through a few explanation sites before this and just couldn’t get my head around it. This really helped!
very good. very helpful
Good article. Very helpful!! Thank you.
It was awesome! Thanks a lot.
Many Thanks
awsum man….thanks.
Best tutorial I’ve seen for vlookup. Thank you!!
Thanks. And you’re welcome.
I use vlookup daily but honestly don’t know how it works.
I am comparing similar data in two separate spreadsheets, looking for matches. I am told that vlookup can do it with no problem.
What I can’t do, is lose the information that doesn’t match. I am sure it is a simple process but I can’t figure it out.
Hi Bill
When you say you want to ‘lose the information that doesn’t match’ do you simply want to return a ‘0’ or a ‘blank cell’ instead of an #N/A? If so, you can do this using the formula I’ve described in problem 8 on this page: https://howtovlookupinexcel.com/10-common-problems-with-vlookups
If you want to do something else, then drop me a line at the email address that you receive this email from.
it was awesome…………
Thank you.
Nice tutorial for Vlookup and with the explanation so clear that I was able to solve the the error without any difficulty. Thanks once again.
You’re welcome.
nice presentation
Too good, understood at one shot…………..txs
Thanks
Thank you sooooo much. I didn’t know Excel is sooo easy. All the credit goes to you coz u did it for us 😛
Ha ha. Thanks.
Thank You!!!
You’re welcome.
Was well understood and very easy to understand and use, hopefully I can get a refund for the $30 book I brought as I could not understand its teachings at all.
Thanks again !
No worries. Good luck.
Exellent!!
Nice expirience to learn like this
Thanks so much this is exactly what I’ve been looking for. Your instructions are well put together as I didn’t make one mistake going through it. I didn’t even read the instructions prior to starting the steps
Great, thank you.
Thanks a lot, it helped me a lot.
You’re welcome.
Thanks a million! I have been trying to gasp this concept for over a year and most examples are very complicated.
You should write a book! 🙂 i’d buy it.
Ha ha! Thanks.
Thank you so much, that’s helped alot.
You’re welcome.
Excellent!!! really easy to understand.
Thanks so much sir,
Please send me a personal e-mail.
Thanks!Excellent .
You’re welcome.
Thanks so much…. u r a winner.
You’re welcome.
Superb!!
Superb!
Thanks man!!
You’re welcome.
SuperB
The tutorial was a huge help. I also used the 8 common problems and got exactly what I needed from it. I’m using vlookup to display a name if/when an ID# is typed. The spreadsheet uses 50 rows, and only if/when there is data to track. The problem was that #N/A displayed regardless (i.e., without any ID#), visually cluttering all unused row. The ‘=IF(ISERROR(VLOOKUP(…’ function gave me what I wanted – a value of ‘0’. I then used conditional formatting to suppress the zeros displaying – a blank spreadsheet unless an ID# was entered. Thank you!
Awesome! Glad I could help!
And thank you for your comment.
best way to explain
Thanks.