What the function - XLOOKUP for Excel in simple words

  Рет қаралды 18,665

Chandoo

Chandoo

Күн бұрын

Welcome to what the function - a new series of no nonsense guides on Excel functions.
In the first instalment, let's look at XLOOKUP, the VLOOKUP killer.
Use XLOOKUP to find matching data from your tables or ranges. The syntax for XLOOKUP is,
=XLOOKUP(what you want to lookup, lookup range, result range, optional if error value)
XLOOKUP will return EXACT match by default.
For more information on XLOOKUP, please see this page -
chandoo.org/wp/xlookup-examples/
#xlookup #WhatIsXlookup #VlookupAlternative

Пікірлер: 51
@duurduranto
@duurduranto Жыл бұрын
I love how you explain things. It's so much easier to understand than many other people teaching the same thing
@sameer9045
@sameer9045 8 ай бұрын
I really addicted to your Excel videos. But if you add the data set as well with the video, that would be even more better.
@chandoo_
@chandoo_ 8 ай бұрын
Thank you. I have datasets / sample files for almost all the videos. Please check the video description. For this one, you can also visit chandoo.org/wp/xlookup-examples/
@sadashivpal9423
@sadashivpal9423 4 жыл бұрын
I have been a deep follower on mailing since long time. Just love your tactics and trainings.
@MrBillava
@MrBillava 4 жыл бұрын
Thanks, Chandoo....it was very insightfully especially the transpose & Xlookup combination
@MRaedAlLulu
@MRaedAlLulu 4 жыл бұрын
Thank you, Chandoo.. You are the genies !
@funwithfatty6067
@funwithfatty6067 4 жыл бұрын
I want 2 pray more subscribers will joint this channel and get the valuable knowledge from your videos, just like me... Whenever I stuck in excel dashboard creation I have visited to your website and followed your instructions to resolved my issue. Thank you
@asimsiddiq475
@asimsiddiq475 2 жыл бұрын
sir, your every ms excel tutorial very very informative for me, thank a lot.
@qaisurrehman
@qaisurrehman Жыл бұрын
Awesome , just like all your videos!
@wayneedmondson1065
@wayneedmondson1065 4 жыл бұрын
Hi Chandoo.. great stuff. XLOOKUP is so powerful and versatile. Thanks for the examples. Also, thanks for the sample workbook from your blog. I worked through all the examples and learned a lot. I especially like your formula for returning the Net Sales of the second person with the name Jamie.. is in: =XLOOKUP(H16&"2",FILTER(sales[Sales Person],sales[Sales Person]=H16)&SEQUENCE(3),FILTER(sales[Net Sales],sales[Sales Person]=H16)). Very clever use of concatenation on the lookup_value argument of XLOOKUP and the include argument of FILTER to coax out the item from the second record.. excellent! Thanks for the great insights there. Thumbs up!!
@chandoo_
@chandoo_ 4 жыл бұрын
Thanks Wayne... Since writing that post, I learned a shorter version of the same formula (that avoids XLOOKUP altogether). Here it is =FILTER(FILTER(sales[Net Sales], sales[Sales Person]="Jamie"), SEQUENCE(COUNTIFS(sales[Sales Person], "Jamie"))=2)
@wayneedmondson1065
@wayneedmondson1065 4 жыл бұрын
@@chandoo_ Excellent.. thanks for sharing the alternate formula! Inspired by your construct, here is another one I just created which is even a bit shorter/simpler: =INDEX(FILTER(sales[Net Sales],sales[Sales Person]="Jamie"),2). Some great learning on this exercise. Thumbs up!!
@chandoo_
@chandoo_ 4 жыл бұрын
Wow... That is easier. I am going to use it from now :)
@Teenageo1
@Teenageo1 4 жыл бұрын
Great tips, always! Thanks
@chandoo_
@chandoo_ 4 жыл бұрын
Glad you like them!
@hazemali382
@hazemali382 3 жыл бұрын
more than great ♥
@ankitbhardwaj4595
@ankitbhardwaj4595 2 жыл бұрын
It's so amazing formula Thanks for it
@chandoo_
@chandoo_ 2 жыл бұрын
Thank you Ankit...
@DROIDFARM
@DROIDFARM 3 жыл бұрын
New subscriber here! Thank you!
@chandoo_
@chandoo_ 3 жыл бұрын
Thanks for subbing!
@atifr
@atifr 4 жыл бұрын
Wonderful video. Just I was searching how to compare data from 3 columns of 2 tables and get the result?
@MrAeolson
@MrAeolson 4 жыл бұрын
thanks great tutorial. Goodbye vlookup
@sandipgumtya130
@sandipgumtya130 4 жыл бұрын
Hi Chandoo.thanks . Can you please cover the INDIRECT and OFFSET function and it's usage with ROW or Column function?
@chandoo_
@chandoo_ 4 жыл бұрын
Thanks for these suggestions Sandip. I will cover them in future episodes. If you want, check out these pages for a good explanation on OFFSET and making running numbers: chandoo.org/wp/offset-formula-explained/ chandoo.org/wp/rows-and-columns-excel-formulas/
@sandipgumtya130
@sandipgumtya130 4 жыл бұрын
@@chandoo_ thanks a lot. I shall be waiting for that.
@immagod5285
@immagod5285 Жыл бұрын
💙❤️
@nagathreyasharma
@nagathreyasharma 2 ай бұрын
thanks for the video, Please provide the sample data file for this, that would be helpful!
@serenemary873
@serenemary873 Жыл бұрын
2:18 Xlookup 4:00 advanced scenarios
@rahulchopra2030
@rahulchopra2030 4 жыл бұрын
Sir how can we make xlookup a part of our daily excel work
@spyxxx566
@spyxxx566 3 жыл бұрын
For annoying date issue, can we pre-formate those cells ahead so it will output the correct format we wanted?
@chandoo_
@chandoo_ 3 жыл бұрын
Yeah, that is the workaround for this issue. In future Excel might automatically format data based on source settings.
@ublogs
@ublogs 3 жыл бұрын
i have a question. there are two tables (created with ctrl + t command) on the same sheet in first table there are two headings 1. subject 2. marking type (means particular subject will be awarded grades or marks) (for example there are four subjects i.e. ENGLISH , MATH, DRAWING, SPORTS, MUSIC) [FIRST TWO SUBJECTS WILL BE AWARDED MARKS AND REST OF THREE WILL BE GRADED] now there is second table having one column 1. grading subject aim of creating second table is to show only grading subjects from ist table WHICH ARE DRAWING SPORTS AND MUSIC XLOOKUP NOT WORKING IS THERE ANY OTHER OPTION?
@chandoo_
@chandoo_ 3 жыл бұрын
You can use FILTER in this case. =FILTER(table[subject], table[marking type]="Grading") should work.
@yesiunderstand6044
@yesiunderstand6044 4 жыл бұрын
We hope we will get a recorded version later
@chandoo_
@chandoo_ 4 жыл бұрын
You can watch it anytime on KZbin...
@kristinemurray6476
@kristinemurray6476 2 жыл бұрын
Hi Chandoo I use Vlookup all the time for data not in a table; why would we use xlookup instead of a vlookup?
@chandoo_
@chandoo_ 2 жыл бұрын
Hi Kristine.. do check this video where I explicitly compare V & XLOOKUP and show you more reasons to try this formula - kzbin.info/www/bejne/enXPi4uOeq5kmLc
@anilkumarkarimbanakkal5043
@anilkumarkarimbanakkal5043 4 жыл бұрын
I am using excel 365 however I am unable to getting Xlookup function.. How can I enable it?
@chandoo_
@chandoo_ 4 жыл бұрын
Hi Anil... You may be on semi-annual update cycle for Office 365. You can change the preferences from Home > Account page in Excel. Alternatively, as per MS website, semi-annual channel people will get XLOOKUP in July 2020, so you can wait.
@anilkumarkarimbanakkal5043
@anilkumarkarimbanakkal5043 4 жыл бұрын
@@chandoo_ Oh, great.. Thanks again
@soundlee3399
@soundlee3399 2 жыл бұрын
6:53 : Entire row
@jucedica1
@jucedica1 2 жыл бұрын
How to search for a record with more than 3 results since with searchx you can search from the first to the last and from the last to the first
@chandoo_
@chandoo_ 2 жыл бұрын
You can use FILTER for that. See this video for more details - kzbin.info/www/bejne/gKa3lZ1on5Jsgck
@isuruwickramasinghe9119
@isuruwickramasinghe9119 8 ай бұрын
U looks like Navajot sing sidu the crickter
@chandoo_
@chandoo_ 8 ай бұрын
That is a new one. 😎
@sahithikoluguri9539
@sahithikoluguri9539 Ай бұрын
Xlookup waiting for in telugu Anna
@ubaidillahmuhammad20
@ubaidillahmuhammad20 4 жыл бұрын
amazing. share the file
@chandoo_
@chandoo_ 4 жыл бұрын
In the description
@m.ahsaniqbal3218
@m.ahsaniqbal3218 4 жыл бұрын
Heavy, heavy, very heavy
@finnpj
@finnpj 4 жыл бұрын
Good video but please - not so fast.
@chandoo_
@chandoo_ 4 жыл бұрын
Thanks for the feedback. I deliberately speeded up the video during edit. I will use normal speed next time.
XLOOKUP vs. INDEX MATCH - Which is faster?
13:56
Chandoo
Рет қаралды 30 М.
He Threw A Banana Peel At A Child🍌🙈😿
00:27
Giggle Jiggle
Рет қаралды 19 МЛН
Conforto para a barriga de grávida 🤔💡
00:10
Polar em português
Рет қаралды 102 МЛН
Be kind🤝
00:22
ISSEI / いっせい
Рет қаралды 5 МЛН
маленький брат прыгает в бассейн
00:15
GL Show Russian
Рет қаралды 4,5 МЛН
I don't use VLOOKUP anymore. I use this instead....
10:25
Chandoo
Рет қаралды 616 М.
10 Advanced XLOOKUP Tips & Tricks
21:04
Chandoo
Рет қаралды 27 М.
XLOOKUP in Excel Tutorial
16:40
Kevin Stratvert
Рет қаралды 278 М.
DON'T Make These 5 Pivot Table Mistakes
12:20
Chandoo
Рет қаралды 170 М.
xlookup Function in excel in Tamil
14:17
Endless Knowledge
Рет қаралды 166 М.
Добавления ключа в домофон ДомРу
0:18
wyłącznik
0:50
Panele Fotowoltaiczne
Рет қаралды 16 МЛН