Compare Lists or Tables in Google Sheets Using VLOOKUP or MATCH Functions - Part 1

  Рет қаралды 33,929

Learn Google Sheets & Excel Spreadsheets

Learn Google Sheets & Excel Spreadsheets

Күн бұрын

Learn how to compare two lists (tables) in Google Sheets. We'll be primarily using MATCH function, however, we'll also walk through doing it using VLOOKUP.
Part 2 • Compare Two Sheets for...
#googlesheets #compare

Пікірлер: 34
@waqarahmad1651
@waqarahmad1651 Жыл бұрын
Sorry to bother you, i have 2 diff sheets sir, but you working on same sheet?like we use importrange for 2 sheets? but i have 2 diff sheet with data, suppose i enter new data so if the data is matching with my new entry so it shouild highlight.please help sir, Thanks
@syedarshad6985
@syedarshad6985 3 жыл бұрын
very helpful, I have got a question for you, what if I need custom text for each condition. for example instead of true I want it to return as "old customer" and for false "new customer"
@ryan05108
@ryan05108 9 ай бұрын
what if I filter a different sheet? Will it highlight only the filtered items?
@danmurphy7338
@danmurphy7338 4 жыл бұрын
This is great, look forward to you showing me how to prevent or hightlight a duplicate from different sheets.
@mostainbillah
@mostainbillah 3 жыл бұрын
Thanks for the tutorial
@taitaasersiron4375
@taitaasersiron4375 2 ай бұрын
Thank you! Best explanation on YTB right now, nice and clear 😊
@ExcelGoogleSheets
@ExcelGoogleSheets 2 ай бұрын
Glad it was helpful!
@vishey
@vishey 4 жыл бұрын
Hi, Your videos are great.. Can you please help or suggest is there any way to stop duplicate entries for any specific item or more then one item which contains the same value as duplicate via Google form to google sheet. I explain more, anyone can submit as many responses as they want via google form but I want any duplicate entry for any specific items should automatically be cleared from the linked google sheet or something like that
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
You won't be able to prevent it from being entered. However, you can run a script to check for duplicates and remove them when a new line is submitted.
@vishey
@vishey 4 жыл бұрын
@@ExcelGoogleSheets yeah, thank You. So On Edit trigger will work here .. right ??
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
@Vishal Form submit developers.google.com/apps-script/guides/triggers/events#form-submit
@vishey
@vishey 4 жыл бұрын
@@ExcelGoogleSheets thank You very Much.. I have done it..
@michaelking9156
@michaelking9156 4 жыл бұрын
Hi - your videos are always awesome. Been looking for a solution for GDocs that allows one to use app script in making in a doc different page orientation portrait and landscape. Any ideas? Many thanks.
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
Have you tried setting setPageHeight(pageHeight) & setPageWidth(pageHeight) for body?
@mangafreak5514
@mangafreak5514 Жыл бұрын
So If I want to compare two different values and return pre define numerical value how do I do that ? For example I have select country in 1st column drop down , then select product code and then I need to fill another column Relevant price automatically based on the selection. How do I do that ? I've been searching for that over 3h now.. Please help me Sir. Ican do the dropdown part with data validation.. and depend product code using index. But I can't return a product price which should be automatic
@lisamildenberger4128
@lisamildenberger4128 2 жыл бұрын
OMG!! THANK YOU THANK YOU!!! You have saved me from so much frustration! Comparing 2 different sheets!
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
:)
@daniel76900
@daniel76900 2 жыл бұрын
great tutorial. Thank you for sharing your knowledge.
@justbelit
@justbelit 3 жыл бұрын
Question. Column A has a list of customer names, column B has all the different items purchased by each customer. Where A2 is: [Jane Doe] and B2 is: [item1, item2, item3, item4] and so on. The store offers 20 standard items, so some customers choose 3 items, some 7, some 9 and so on. How do we separate all the items into individual columns, then run a formula that will insert the customer names under each item they purchased. This is an ongoing order list submitted via google forms, so the formula needs to search and categorize customers according to item1, item2, item3, each time it is submitted
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
Looks like you need filter function and then VLOOKUP customer name next your results from FILTER.
@jojobopo
@jojobopo 3 жыл бұрын
Thank you so much for this. I've been trying to figure this out for over a week!
@sebiporini
@sebiporini Жыл бұрын
I am learning a lot with your videos. I really enjoy them, you are a great teacher and it seems you are a great person too. Thank you very very very much for all your videos, all you good mood and the wise you spread. I am turning into a more productive and professional person thanks to you. Cheeeeers!
@ExcelGoogleSheets
@ExcelGoogleSheets Жыл бұрын
👍
@ninamariearong3033
@ninamariearong3033 3 жыл бұрын
Hi, thank you for this tutorial; it helps me a lot. But, I have some concerns; some of the data did not highlight even though they are on the other sheet. What are the possible reason for this issue and how can I avoid? Thank you so much.
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
That would happen if the data didn't match. Maybe some difference in spelling, spaces, commas, etc.
@sheetomatic
@sheetomatic 4 жыл бұрын
Good One
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
Thanks
@cheewurz
@cheewurz 4 жыл бұрын
Okay
@bocobox
@bocobox 4 жыл бұрын
U are just another level. Thanks for the video.
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
Thank You!
@seccisec
@seccisec 4 жыл бұрын
Love your videos! Just wanted to say that!
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
I appreciate that!
@MauricioHernandez87
@MauricioHernandez87 4 жыл бұрын
why IF and not ISBLANK
@ExcelGoogleSheets
@ExcelGoogleSheets 4 жыл бұрын
2 different things. ISBLANK checks for true blanks, ="" checks for blanks or empty strings. So long as you understand the difference you should be able to use the one that fits the situation.
Compare Two Sheets for Matches in Google Sheets Using MATCH & FILTER Functions - Part 2
20:03
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 39 М.
Google Sheets - Get Matching Values From Two Lists / Ranges Tutorial
19:53
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 80 М.
Which One Is The Best - From Small To Giant #katebrush #shorts
00:17
Остановили аттракцион из-за дочки!
00:42
Victoria Portfolio
Рет қаралды 3,8 МЛН
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 38 МЛН
The day of the sea 😂 #shorts by Leisi Crazy
00:22
Leisi Crazy
Рет қаралды 2,3 МЛН
How to use VLOOKUP in Google Sheets
12:36
Teacher's Tech
Рет қаралды 9 М.
DGET - Powerful VLOOKUP, INDEX-MATCH Replacement - Google Sheets Tutorial
15:54
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 119 М.
Google Sheets VLOOKUP Function Tutorial - INDEX & MATCH, QUERY - Part 1
32:51
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 242 М.
Stop using VLOOKUP in Excel. Switch to INDEX MATCH
11:05
Excel Level Up
Рет қаралды 2,4 МЛН
Google Sheets ARRAYFORMULA, Introductions to Arrays, ARRAY_CONSTRAIN, SORT Functions Tutorial
23:17
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 267 М.
Google Sheets Pivot Table (BASIC to ADVANCED)
44:21
Yoda Learning Academy
Рет қаралды 19 М.
QUERY - Drop Down List to Filter Data - Google Sheets
15:25
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 349 М.
Pivot Tables in Google Sheets A-Z Tutorial
42:04
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 13 М.
Which One Is The Best - From Small To Giant #katebrush #shorts
00:17