VLOOKUP - Google Sheets, Next Level Lookup Arrays - Advanced

  Рет қаралды 51,708

Learn Google Sheets & Excel Spreadsheets

Learn Google Sheets & Excel Spreadsheets

Күн бұрын

Пікірлер: 52
@ailearning-k5n
@ailearning-k5n 2 ай бұрын
I will watch every video you created. Please continue this channel because it really helps a lot!
@Avi8053
@Avi8053 3 жыл бұрын
Your content is for the Pros! Thank you for putting out such great resources for free. You are doing the world a great service!
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
I appreciate that!
@BustaCap
@BustaCap 4 жыл бұрын
This is exactly what I need! Thank you!
@poom_laupat
@poom_laupat 4 жыл бұрын
Wow. Just wow. I thought u gotta use index(match) there. Really nice trick for the virtual table one. Super cool.
@valentindistefano8731
@valentindistefano8731 4 жыл бұрын
Oh my god... I thought i was good at Google Sheet but you're clearly my master ! thanks ++ I'll share you chanel to my friends
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
Thanks :) Welcome aboard!
@ciromontes8924
@ciromontes8924 4 ай бұрын
thank you so much excllent content!
@giancarloschafloqueguzman9918
@giancarloschafloqueguzman9918 4 жыл бұрын
Excelent
@0x00nobody7
@0x00nobody7 4 жыл бұрын
Would be good if you posted the other video's you've mentioned - in your video description as well
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
kzbin.info/www/bejne/kJCygqVuipyFe5I
@kidszone2425
@kidszone2425 3 жыл бұрын
I want to apply array and match function to multiple google sheet and vlookup . How can I do that. Please guide
@raphaelobadia243
@raphaelobadia243 4 жыл бұрын
hi, first thx for your videos. small question : Does B2:B10 vs B2:B has an impact on speed with a very large spreadsheet?
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
Depends on how many non matching values you have. If there is always a match then it shouldn't make any difference, since VLOOKUP will search until it finds the first match.
@lpanebr
@lpanebr 4 жыл бұрын
Since you're on an array formula series you might want to address an annoying thing that happens and we try to use the AND and OR functions and find that they don't work and instead we need to use + and * with booleans true/false.
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
I'm pretty sure I've already covered this, just not sure in which video :)
@melihdiyala9307
@melihdiyala9307 2 жыл бұрын
It’s covered in this video at 8:30 kzbin.info/www/bejne/pJXbgHiYnMqkpbM
@aakritimoda4402
@aakritimoda4402 2 жыл бұрын
This content is advanced level. Would be great if you could share the data sheet link so that we could practise along
@ali5t4ir
@ali5t4ir 3 жыл бұрын
Really appreciate your tutorials & I have followed many, thank you! - I have used the above formula but when I'm bringing over separate Date & Time columns the format changes to numbers - how can I integrate the formatting for Date & Time for this VLOOKUP formula please?
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
Yuo could wrap it in a QUERY function and format your columns, but why not just format the column manually?
@ali5t4ir
@ali5t4ir 3 жыл бұрын
@@ExcelGoogleSheets Thank you for your quick response however, I have done that many times but on next data entry it always reverts back to numbers! I ideally need the formula to set the Date & Time formatting in below formula & dont know how? =ARRAYFORMULA(IF(B2:B="","", VLOOKUP(B2:B,{'Form responses 2'!W2:W,'Form responses 2'!C2:E},MATCH({"Sample Date","Sample Time","Priority"},'Form responses 2'!C1:1,0)+1,0)))
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
=QUERY(ARRAYFORMULA(IF(B2:B="","", VLOOKUP(B2:B,{'Form responses 2'!W2:W,'Form responses 2'!C2:E},MATCH({"Sample Date","Sample Time","Priority"},'Form responses 2'!C1:1,0)+1,0))),"SELECT Col1, Col2, Col3 format Col1 '$0.00',0) Watch QUERY format and label videos for more details.
@ali5t4ir
@ali5t4ir 3 жыл бұрын
@@ExcelGoogleSheets you are simply amazing, Im subscribed THANK YOU!
@parekhhemantm
@parekhhemantm 3 жыл бұрын
Thank you so much.... sir,...
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
:)
@adicalin7779
@adicalin7779 4 жыл бұрын
Hi! Your tutorials are amazing! I've learned so much in the last year or so! I have a special request in the matter of working with large arrays: Would you please give me a hint how to kind of "transpose" a large matrix with 108 rows and 76 columns? The word "transpose" is not in fact the most appropriate in my case. I would like, starting from my matrix, which is populated with every valid combination of Accounts and Subaccounts from a General Ledger transaction batch, to generate a list of 8208 rows, I mean each and every valid Account-Subaccount combination to be displayed in a list of 8208 rows and one column. Thank you very much.
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
I'm not sure. If you share and example sheet with input->output example I might find a solution.
@adicalin7779
@adicalin7779 4 жыл бұрын
@@ExcelGoogleSheets Okay. I have an example sheet ready to share. Which email? The one starting with chicago at gmail?
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
Please share here in comments. Emails are not read for security reason.
@adicalin7779
@adicalin7779 4 жыл бұрын
@@ExcelGoogleSheets docs.google.com/spreadsheets/d/1DudA9pkYOrvfFwDhgsiGoXmVPsch3txdwyjYPOu28ZI/edit?usp=sharing
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
Not sure how large of a dataset it will support, but I have an example in your sheet.
@ConsulthinkProgrammer
@ConsulthinkProgrammer 4 жыл бұрын
Sir, I found that arrayformula can not use together with filter function, because both of them are about array. I many case, we know that vlookup can refer to first value or last value (if we combined that arrayformula and vlookup with sort function). So, in short sentence, we can use vlookup if we just want to lookup for the first or last value. But, my question, how if we have 3 line of same reference data (same id, for an example), and we want to refer to the second line. It can be done with filter and index function, but how if we want make it automatically drop that vlookup like with arrayformula Sir?
@dsky6689
@dsky6689 4 жыл бұрын
Great! New knowledge!
@Jolly0071
@Jolly0071 3 жыл бұрын
How to do this: I want the text from the adjacent cell to appear automatically If I call one cell as a reference. That is I want the content of the B2 cell to appear if I refer A1 cell. For eg. say A1 is having a date "Jun 01, 2021" and B1 has the text "English", I want to refer the A1 cell and want to display the B1 cell content, like C2 = if A1 = "Jun 01, 2021" then it is equal to B2 and print B2. I have OCD and this one is killing me... Please help with formulae. SO I can automatically make my subjects appear on the specific dates on the dates calendar I have created
@factsnexts2720
@factsnexts2720 Жыл бұрын
Hello sir I want to this sheet for practice...
@lazalazarevic6192
@lazalazarevic6192 4 жыл бұрын
Great video!
@sungguhsetianto8954
@sungguhsetianto8954 3 жыл бұрын
Sir, thank you, but why it does not work for me?..i writed all the formula, but only one result that come up..
@GustavoMartinsShow
@GustavoMartinsShow 4 жыл бұрын
Nice tutorial!
@thuyvuong9874
@thuyvuong9874 3 жыл бұрын
Is there a file associated with this tutorial?
@brunocesardecastromachadob3497
@brunocesardecastromachadob3497 4 жыл бұрын
Excelente!
@pichit.raetai
@pichit.raetai 4 жыл бұрын
Thank you
@fttx6673
@fttx6673 3 жыл бұрын
Thank
@tanveerhussain3881
@tanveerhussain3881 4 жыл бұрын
Thanks
@vikasaggarwal1310
@vikasaggarwal1310 Жыл бұрын
Hi, your way of teaching is very good, but I stuck somewhere when I need to extend formula, I need to add multiple ifs for blank check Please shorten this formula =IF(IF($F7="","", VLOOKUP($F7, Sheet1!$D$110:$Q$301, 4, FALSE))="","",IF($F7="","", VLOOKUP($F7, Sheet1!$D$110:$Q$301, 4, FALSE))+I$3)
@lpanebr
@lpanebr 4 жыл бұрын
👏👏👏👏👏👏👏
@DragonXDrei
@DragonXDrei 3 жыл бұрын
Hmm and yet nothing I needed:)) Just a simple VLOOKUP Table where I can see the Types and total amount... yep... total price for Training Shoe. In my case my shop has lots of different items. I want to know how many units and how much of that type I sold, so I want a VLOOKUP table where I put the Type, and it would give me in 2 columns Total Units, Total Cost, Total Profit.
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
Sounds like you need a Pivot Table
@hivinay83
@hivinay83 2 жыл бұрын
Thanks
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
👍
Google Sheets - Join Tables using VLOOKUP & QUERY Functions
16:53
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 48 М.
How to use VLOOKUP in Google Sheets
12:36
Teacher's Tech
Рет қаралды 25 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 14 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 60 МЛН
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 2,6 МЛН
Google Sheets and Excel - A Better Dynamic Search Bar
7:01
Eamonn Cottrell
Рет қаралды 19 М.
Stop using VLOOKUP in Excel. Switch to INDEX MATCH
11:05
Excel Level Up
Рет қаралды 2,4 МЛН
IF Functions from Hell in Excel & Google Sheets Formulas
26:12
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 104 М.
10 INCREDIBLE things Google Sheets can do Right Now!
13:27
Jeff Su
Рет қаралды 60 М.
Google Sheets - Search,  QUERY function
22:49
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 226 М.
DGET - Powerful VLOOKUP, INDEX-MATCH Replacement - Google Sheets Tutorial
15:54
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 121 М.
How to VLOOKUP in Google Sheets with Apps Script?
17:16
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 40 М.
Next level FILTER Function tricks | Excel Off The Grid
13:23
Excel Off The Grid
Рет қаралды 34 М.
QUERY Function - Variables - Google Sheets
23:06
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 61 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН