No video

VLOOKUP - Google Sheets, Next Level Lookup Arrays - Advanced

  Рет қаралды 50,189

Learn Google Sheets & Excel Spreadsheets

Learn Google Sheets & Excel Spreadsheets

Күн бұрын

Learn how to create advanced VLOOKUP functions using Google Sheets arrays.
#vlookup #googlesheets #advanced #arrays

Пікірлер: 51
@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 10 күн бұрын
thank you so much excllent content!
@giancarloschafloqueguzman9918
@giancarloschafloqueguzman9918 3 жыл бұрын
Excelent
@dsky6689
@dsky6689 4 жыл бұрын
Great! New knowledge!
@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.
@lazalazarevic6192
@lazalazarevic6192 4 жыл бұрын
Great video!
@kidszone2425
@kidszone2425 3 жыл бұрын
I want to apply array and match function to multiple google sheet and vlookup . How can I do that. Please guide
@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?
@GustavoMartinsShow
@GustavoMartinsShow 4 жыл бұрын
Nice tutorial!
@parekhhemantm
@parekhhemantm 2 жыл бұрын
Thank you so much.... sir,...
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
:)
@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
@brunocesardecastromachadob3497
@brunocesardecastromachadob3497 4 жыл бұрын
Excelente!
@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.
@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
@hivinay83
@hivinay83 2 жыл бұрын
Thanks
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
👍
@pichit.raetai
@pichit.raetai 4 жыл бұрын
Thank you
@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!
@fttx6673
@fttx6673 3 жыл бұрын
Thank
@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
@lpanebr
@lpanebr 4 жыл бұрын
👏👏👏👏👏👏👏
@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...
@vikasaggarwal1310
@vikasaggarwal1310 11 ай бұрын
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)
@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..
@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
@thuyvuong9874
@thuyvuong9874 3 жыл бұрын
Is there a file associated with this tutorial?
@tanveerhussain3881
@tanveerhussain3881 4 жыл бұрын
Thanks
Google Sheets - Join Tables using VLOOKUP & QUERY Functions
16:53
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 45 М.
QUERY - Drop Down List to Filter Data - Google Sheets
15:25
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 344 М.
Please Help Barry Choose His Real Son
00:23
Garri Creative
Рет қаралды 21 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 46 МЛН
黑天使遇到什么了?#short #angel #clown
00:34
Super Beauty team
Рет қаралды 44 МЛН
CHOCKY MILK.. 🤣 #shorts
00:20
Savage Vlogs
Рет қаралды 30 МЛН
LET Function - Excel, Variables, Performance, Speed Improvements
17:32
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 14 М.
Indirect - Google Sheets & Excel - Basic Use and Using Function with Multiple Sheets
19:29
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 65 М.
VLOOKUP Google Sheets
9:24
Code With Curt
Рет қаралды 48 М.
15 Spreadsheet Formulas Working Professionals Should Know!
14:42
How to use the powerful MAP Function in Google Sheets
19:02
Ben Collins
Рет қаралды 5 М.
Google Sheets - Search,  QUERY function
22:49
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 219 М.
10 Advanced XLOOKUP Tips & Tricks
21:04
Chandoo
Рет қаралды 31 М.
ARRAYFORMULA in Google Sheets - 4 useful hacks included 🎁
16:31
Coupler․io Academy
Рет қаралды 90 М.
DGET - Powerful VLOOKUP, INDEX-MATCH Replacement - Google Sheets Tutorial
15:54
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 118 М.
Please Help Barry Choose His Real Son
00:23
Garri Creative
Рет қаралды 21 МЛН