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/
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
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!!
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)
@@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!!
Great - so what happens when the return is multiple? So in your example with looking up names that include "etta", what if you have a Letta and a Henrietta in your data? I know the answer (well how I'd do it), but wirth covering?
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/
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?
Hi Kristine.. do check this video where I explicitly compare V & XLOOKUP and show you more reasons to try this formula - th-cam.com/video/DDlZXXEI1bU/w-d-xo.html
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.
I love how you explain things. It's so much easier to understand than many other people teaching the same thing
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.
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/
As always short n smart
sir, your every ms excel tutorial very very informative for me, thank a lot.
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
Thanks, Chandoo....it was very insightfully especially the transpose & Xlookup combination
I have been a deep follower on mailing since long time. Just love your tactics and trainings.
Thank you, Chandoo..
You are the genies !
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!!
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)
@@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!!
Wow... That is easier. I am going to use it from now :)
Awesome , just like all your videos!
It's so amazing formula
Thanks for it
Thank you Ankit...
Great tips, always! Thanks
Glad you like them!
New subscriber here! Thank you!
Thanks for subbing!
Great - so what happens when the return is multiple? So in your example with looking up names that include "etta", what if you have a Letta and a Henrietta in your data? I know the answer (well how I'd do it), but wirth covering?
Wonderful video. Just I was searching how to compare data from 3 columns of 2 tables and get the result?
more than great ♥
thanks for the video, Please provide the sample data file for this, that would be helpful!
Hi Chandoo.thanks . Can you please cover the INDIRECT and OFFSET function and it's usage with ROW or Column function?
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/
@@chandoo_ thanks a lot. I shall be waiting for that.
We hope we will get a recorded version later
You can watch it anytime on TH-cam...
thanks great tutorial. Goodbye vlookup
2:18 Xlookup
4:00 advanced scenarios
Sir how can we make xlookup a part of our daily excel work
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?
You can use FILTER in this case. =FILTER(table[subject], table[marking type]="Grading") should work.
Hi Chandoo I use Vlookup all the time for data not in a table; why would we use xlookup instead of a vlookup?
Hi Kristine.. do check this video where I explicitly compare V & XLOOKUP and show you more reasons to try this formula - th-cam.com/video/DDlZXXEI1bU/w-d-xo.html
💙❤️
I am using excel 365 however I am unable to getting Xlookup function.. How can I enable it?
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.
@@chandoo_ Oh, great..
Thanks again
Xlookup waiting for in telugu Anna
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
You can use FILTER for that. See this video for more details - th-cam.com/video/JuTdj2j-9Kg/w-d-xo.html
U looks like Navajot sing sidu the crickter
That is a new one. 😎
amazing. share the file
In the description
6:53 : Entire row
Good video but please - not so fast.
Thanks for the feedback. I deliberately speeded up the video during edit. I will use normal speed next time.
Heavy, heavy, very heavy