Using VLOOKUP Part 1
Uploader Comments (edkinsconsulting)
Top Comments
-
this is great i have college degree in math and i read the instructions 10 times but this video explained in one sitting
-
I have been trying to understand this function from a 'dummies' book for hours, without success. Cheers, I get it now !!
All Comments (10)
-
Thanks a million. Been looking for this function for quite some time now
-
I got dizzy because of the camera moving with the cursor. But great video.
By the way, if you write "true" for the last argument, it will choose the next nearest lower number, but then your range must be sorted from lowest to highest.
-
thank you for posting...I've just begun working with the vlookup function and found this short demo to be quite helpful.
-
thank uuuuuu sooooooo much it was helpful
-
where is part 2
-
really great thanks!
-
very helpful thank you
y do we rite false??
kashuish 4 years ago
Hi. Writing false at the end forces the function to find an exact match or return an error. If you set it yo true, the function will find the closest match numerically. This is useful if you are looking up numerical values, but as in the example we wanted to look up names, we don't want the function making any assumptions and we want it to find the exact name, so we set it to false. Hope that helps. Cheers Simon
edkinsconsulting 4 years ago