Google Sheets - INDEX & MATCH - Part 1

Поділитися
Вставка
  • Опубліковано 24 сер 2024
  • Learn how to use INDEX and MATCH functions in Google Sheets. This tutorial covers fundamentals of Match function (exact type) & Index function.

КОМЕНТАРІ • 93

  • @hasanaskari7850
    @hasanaskari7850 5 років тому +28

    Dude.... you are a brilliant teacher. Slow, steady and very effective. how do you not have a million subscribers?

    • @mubasharali5909
      @mubasharali5909 5 років тому +5

      Because youtube don't promote the teachers and good people. they promote the singers, poppers etc,..

    • @3zha
      @3zha 3 роки тому

      I agree! Love this guy!

    • @_mytube_
      @_mytube_ 2 роки тому

      @@3zha He taught me everything I know about Google Sheets

  • @somanathdas
    @somanathdas 4 роки тому +1

    I have never seen a teacher like u who can solve people problem in a minute. Hats off to You!

  • @eugenek199
    @eugenek199 3 роки тому +2

    grasped the concept before the video was even done. that's how clear your build up was.
    exactly what i was looking for, thanks!

  • @nisi6295
    @nisi6295 Місяць тому

    I can't say enough about your channel. Thank you so much for your content

  • @lisamasquelier1677
    @lisamasquelier1677 3 роки тому

    You are a genius! Seriously. I would have thought initially that INDEX wasn't the right function for what I was trying to achieve. But Voila! Watching the tutorial made perfect sense, was easy to follow, and got me the result I was looking for.

  • @deepakjha6798
    @deepakjha6798 2 роки тому

    You deserve to be a Teacher. Your way of explaining hidden points helps more. Thanks you so much for the video.
    \

  • @FZPrestigeAutoMSdnBhd
    @FZPrestigeAutoMSdnBhd Рік тому

    more understand after watch this video, after try from just reading at other blog and google website.
    Thank you so much for this video.

  • @kennethlobo4079
    @kennethlobo4079 5 років тому +5

    Fantastic, learning so much from these videos!

  • @ukidding
    @ukidding Рік тому

    hey man v good presentation. easy to pick up on . strongly recommend this video for computer illiterates.

  • @johnyjacques4993
    @johnyjacques4993 4 роки тому +3

    Thank you, works like a damn charm and even though what I was trying to figure out was slightly different, these steps actually got me on the way to figuring out my problem.

  • @24SportsShorts
    @24SportsShorts 3 роки тому

    superbly well explained. was looking for a solution tried various options did not understand, till I saw your video. Thanks a ton

  • @rohitbhandari6382
    @rohitbhandari6382 7 місяців тому

    Thank you teacher. Your videos are amazing

  • @tijania
    @tijania 2 роки тому +2

    This was so brilliant!!! Thanks so much. Now I have an issue with sorting static and dynamic data on a tab. Could you please do a tutorial on this as well?

  • @JavierSanchez-mo2ef
    @JavierSanchez-mo2ef 3 роки тому +1

    Awesome, thanks for the video

  • @AlexSmith1
    @AlexSmith1 4 роки тому +1

    Your videos are so, incredibly useful. Thank you!

  • @kairoselvarro6546
    @kairoselvarro6546 2 роки тому

    15:36
    the moment he pressed enter...
    ...my mind IMMEDIATELY went 🤯.

  • @juarang
    @juarang 3 роки тому +1

    You are amazing bro, thank a lot

  • @thiquechinguyen-vietnam-9647
    @thiquechinguyen-vietnam-9647 2 роки тому

    very useful with super clear explanation. Thanks so much!

  • @lluiszardoya
    @lluiszardoya 4 роки тому +1

    THANK YOU SO MUCH!

  • @Viishhal.
    @Viishhal. 2 місяці тому

    You are Superb !! Keep up the good work

  • @juliemay9724
    @juliemay9724 2 роки тому

    Absolutely amazing teacher. I have went all over looking for information and this channel is the absolute best!! Google should hire you all for it's learning labs. The only thing that would be awesome is if you could include your final formula so I could copy and paste it into my own and adjust from there. But maybe people wouldn't watch it until the end and that would be no good for the channel. but thanks again!!

  • @ularueduard9945
    @ularueduard9945 2 роки тому

    Thank you Bro ! You saved my life ! :)

  • @to703
    @to703 Рік тому

    Very good. I would like to see matching on dates too.

  • @lainecandel7469
    @lainecandel7469 3 роки тому

    Thank you so much for your tutorial, such a big help!! God bless 😊

  • @vad637
    @vad637 4 роки тому +1

    Thank you so much! This info is invaluable!

  • @VishalSingh-gu9hf
    @VishalSingh-gu9hf 4 роки тому +1

    Great...!! thanks

  • @cheryll6020
    @cheryll6020 3 роки тому +1

    What is the opposite of the MATCH function. I.e. I want to find the cells that DO NOT CONTAIN a certain word, like NIKE. Is that possible?

  • @spld3rp1g
    @spld3rp1g 2 роки тому

    Thank you

  • @vketalk5604
    @vketalk5604 3 роки тому

    Great tutorial !!!, why don't you share the link of the Google sheet, then we can practise also. Thanks for the tutorial.

  • @NickAtsidas
    @NickAtsidas 2 роки тому

    So if we add a sort fuction to have them automaticaly from the maximum match to the lowest will do?

  • @Chanderv31
    @Chanderv31 7 місяців тому

    10:00

  • @Saiful_Rajib
    @Saiful_Rajib 4 місяці тому

    I merged two or three cell for stock number column cell and this formula only give the first match type/price. How can I solve this?

  • @StephRivera
    @StephRivera 4 роки тому

    Thank you! I finally got mine to work!

  • @Gogeta9K
    @Gogeta9K 5 років тому

    In google spreadsheets how would you simplify the below calculation? Basically, it's an if statement that finds the first number from bottom to top in a column and displays it, if there is no number in the column it checks the 2 columns to the left for a number (bottom to top).
    IFS(ISNUMBER($J$12),$J$12,ISNUMBER($J$11),$J$11,ISNUMBER($J$10),$J$10,ISNUMBER($J$9),$J$9,ISNUMBER($J$8),$J$8,ISNUMBER($J$7),$J$7,ISNUMBER($J$6),$J$6,ISNUMBER($J$5),$J$5,ISNUMBER($J$4),$J$4,ISNUMBER($G$12),$G$12,ISNUMBER($G$11),$G$11,ISNUMBER($G$10),$G$10,ISNUMBER($G$9),$G$9,ISNUMBER($G$8),$G$8,ISNUMBER($G$7),$G$7,ISNUMBER($G$6),$G$6,ISNUMBER($G$5),$G$5,ISNUMBER($G$4),$G$4,ISNUMBER($D$12),$D$12,ISNUMBER($D$11),$D$11,ISNUMBER($D$10),$D$10,ISNUMBER($D$9),$D$9,ISNUMBER($D$8),$D$8,ISNUMBER($D$7),$D$7,ISNUMBER($D$6),$D$6,ISNUMBER($D$5),$D$5,ISNUMBER($D$4),$D$4)

  • @TechyFriends
    @TechyFriends 2 роки тому

    Can you use filter and ONLY get the match?

  • @ngwelin5645
    @ngwelin5645 5 років тому

    thank you. very much explained

  • @lazalazarevic6192
    @lazalazarevic6192 6 років тому

    Great explanation!

  • @ferdieganymerchandise1592
    @ferdieganymerchandise1592 2 роки тому

    yeah

  • @pleabargain
    @pleabargain 4 роки тому

    Thanks for posting.

  • @cahayautamaresourcessdnbhd7198
    @cahayautamaresourcessdnbhd7198 3 роки тому

    Hi, how to highlight matched value in 2 different workbooks in Google sheet

  • @moheuddin_sehab
    @moheuddin_sehab 5 років тому

    awesome

  • @ronbuller7269
    @ronbuller7269 2 роки тому

    What is the advantage (if any) of INDEX and MATCH against VLOOKUP? Thanks for the answer.

  • @masdeyoutube7807
    @masdeyoutube7807 2 роки тому

    Thank You !!!

  • @deanjmorton
    @deanjmorton 4 роки тому +1

    Can we this work across multiple tabs/sheets?

    • @NULLDIVISIONofficial
      @NULLDIVISIONofficial 3 роки тому

      Yes, by either clicking the sheet and select dragging the cells, or by typing the sheet name 'Sheet2'!A1:A2, using apostrophes around the sheet name, instead of just cell names.

  • @stocknivesh
    @stocknivesh Рік тому

    What is the formula to link color from one cell to another?
    Without calculating cell value.
    as it is ( only color not conditional formatting from other cell)

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Рік тому

      There are no formulas to get color. You can do it with a script.

  • @JNStorageInvesting
    @JNStorageInvesting Рік тому

    why would you use combined index/match instead of VLOOKUP?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Рік тому

      to avoid hard-coded column index in VLOOKUP, which fails once you add or remove columns from your source data.

  • @Teatiramet
    @Teatiramet 5 років тому

    Great! Thank you.

  • @pangakeo5463
    @pangakeo5463 Рік тому

    Now... how do you formulate all of these functions to a drop down list? So instead of typing in a query, you just select a stock number from the drop down list.

  • @mhav
    @mhav 3 роки тому

    Great Video. I have a challange. I am using the following formula to auto populate a cell in a sheet from a rolling down cell in another sheet but when I run it, it doesn't show me the latest cell's value. Do I need to do anything in my sheet1 for this to show the latest cell's data? Thanks
    =index(sheet1!M:M,COUNT(sheet1!M:M)+1)

  • @cuneiformscript2665
    @cuneiformscript2665 4 роки тому

    🙏🏻

  •  4 роки тому

    First, how google search only now directed me to your channel after years of me "fighting" Google Sheets. Great Content!
    I'm trying to merge formulas from a few of your videos, but I'm lost now...
    I have a number values in 'Sheet 1'!A:A, and in 'Sheet 2' thru 'Sheet 11' numbers scattered in A:D tables with Column A being the rows identifiers. How do I pull in 'Sheet 1'!B:B the identifier row of the Sheet 1'!A:A values that could be in any of those sheets from 'Sheet 2' thru 'Sheet 11' and are not repetitive numbers.
    I'm trying the INDEX, MATCH, INDIRECT combination but can't make it work.
    Please help! Thank you!

  • @DaveEKardos
    @DaveEKardos 5 років тому

    I have a question that I can't seem to figure out, perhaps you have a video on it or you could guide me in the right direction.
    I want to have a table of various expenses, and then I want to create an expense tracker using these various categories.
    In my expense tracker, I want the first column to be to select the category, and then I want the second column to have a drop down list of only the items under that category.
    Ex. Select "Home" in column 1, then column 2 drop down list dynamically changes to show only "Mortgage" "Internet" "House insurance" etc... the items that are under the Home category in the other table.
    I can't seem to get the 2nd column to show the correct values in the drop down, dependent on what is selected in the drop down in the first column.
    I am using Google Sheets.
    Thank you for your help!

  • @KotuKediSerafettinn
    @KotuKediSerafettinn 6 років тому

    Thank you bro..

  • @homemakercentre
    @homemakercentre 5 років тому

    Thank you!

  • @paulloup5210
    @paulloup5210 6 років тому

    thank you very much

  • @Swaggn012
    @Swaggn012 5 років тому

    For some odd reason Google Sheets will not allow my Index Match Match Function to work. Never had this issue in Excel. I copied your exact sheet, but still no success. Any advice?

  • @somanathdas
    @somanathdas 4 роки тому

    You are really brilliant. Do u know how to get dynamic web data to google spreadsheet?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      Depends. This may work for you ua-cam.com/video/pwZ44kAeiOo/v-deo.html

    • @somanathdas
      @somanathdas 4 роки тому

      @@ExcelGoogleSheets Thank You I will check it.

  • @nowaysir7576
    @nowaysir7576 4 роки тому

    hello ! please i need your help ! i want to replace numbers with rows : for example : i want to replace number 53 ( the cell only countains this number ) with the row 53 please save me !!!

  • @ligamenshikov5382
    @ligamenshikov5382 5 років тому

    Thanks a lot

  • @boxerfencer
    @boxerfencer 2 роки тому

    Can you mix if and match functions? As in if it matches then do something, else do something else.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 роки тому +1

      =if(ISNUMBER(MATCH(blah)),doifmatch,doifdoesntmacth)

    • @boxerfencer
      @boxerfencer 2 роки тому

      @@ExcelGoogleSheets thank you. Will try it. Idea for a video tutorial?

  • @tightaznbreaka
    @tightaznbreaka 3 роки тому

    Can you do this across different google sheets/files?

  • @cheewurz
    @cheewurz 5 років тому

    How did you get the $ to the left?

  • @adrianw7238
    @adrianw7238 3 роки тому

    If I may conclude, what INDEX & MATCH does is equal VLOOKUP right?

  • @bluejay12293
    @bluejay12293 2 роки тому

    what if there are two matches??? how to reveal the other one?

  • @murilosouza1419
    @murilosouza1419 4 роки тому

    Why not a vlookup?

    • @Simba.Luna.
      @Simba.Luna. 2 роки тому

      I was told if what you're looking for is on the left side.

  • @apolovzla_ccs
    @apolovzla_ccs 6 років тому +1

    This is some kind of backward vlookup , isn't it?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  6 років тому +1

      Yes. It is a lot more flexible than VLOOKUP though.

  • @somanathdas
    @somanathdas 4 роки тому

    I want to extract
    1. the row and a specific column where CM exceeds RCM first time and its previous row
    2. the row and a specific column where Difference is minimum
    in the sheet docs.google.com/spreadsheets/d/1N9VL5nxNZI33dz6itlVTM5vqZMT_IaQZudD_O0mXT0M/edit#gid=0
    If you can give me the idea it will be great help for me

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      1. =arrayformula(MATCH(TRUE,B:B>G:G,0))
      2. I don't understand the second question.

    • @somanathdas
      @somanathdas 4 роки тому

      @@ExcelGoogleSheets Thanks for your reply. But for first question I need to extract the entire row 32 and 33 by comparing column A and B only and for second question I need to extract the row 28 because the column H contain the minimum value.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      The spreadsheet is read only and what do you mean by "entire row"?

    • @somanathdas
      @somanathdas 4 роки тому

      It was in view mode Now I have changed it to Edit Mode. Entire row means the following data
      3736.45 1385.45 361.05 1200 3.85 33.1 1443.1 57.65

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 роки тому

      You are all set.