Google Sheets - INDEX & MATCH - Part 1

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

Комментарии • 95

  • @hasanaskari7850
    @hasanaskari7850 5 лет назад +30

    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

  • @kennethlobo4079
    @kennethlobo4079 5 лет назад +5

    Fantastic, learning so much from these videos!

  • @Saiful_Rajib
    @Saiful_Rajib 5 месяцев назад

    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?

  • @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!

  • @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?

  • @lluiszardoya
    @lluiszardoya 4 года назад +1

    THANK YOU SO MUCH!

  • @cheryll6020
    @cheryll6020 4 года назад +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?

  • @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.

  • @rytis314
    @rytis314 16 дней назад +1

    superb

  • @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.

  • @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.

  • @JavierSanchez-mo2ef
    @JavierSanchez-mo2ef 3 года назад +1

    Awesome, thanks for the video

  • @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.

  • @somanathdas
    @somanathdas 4 года назад +1

    I have never seen a teacher like u who can solve people problem in a minute. Hats off to 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.

  • @7igor7
    @7igor7 Месяц назад

    never thought I could succeed with these, i understood 100% of what you've demonstrated and it worked for me.
    Thanks.

  • @juarang
    @juarang 3 года назад +1

    You are amazing bro, thank a lot

  • @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)

  • @bluejay12293
    @bluejay12293 2 года назад

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

  •  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!

  • @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 !!!

  • @kairoselvarro6546
    @kairoselvarro6546 3 года назад

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

  • @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)

  • @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.

  • @ronbuller7269
    @ronbuller7269 2 года назад

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

  • @ukidding
    @ukidding Год назад

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

  • @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?

  • @NickAtsidas
    @NickAtsidas 2 года назад

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

  • @cahayautamaresourcessdnbhd7198
    @cahayautamaresourcessdnbhd7198 3 года назад

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

  • @juliemay9724
    @juliemay9724 2 года назад +1

    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!!

  • @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

  • @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.

  • @TechyFriends
    @TechyFriends 2 года назад

    Can you use filter and ONLY get the match?

  • @rohitbhandari6382
    @rohitbhandari6382 9 месяцев назад

    Thank you teacher. Your videos are amazing

  • @to703
    @to703 Год назад

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

  • @AlexSmith1
    @AlexSmith1 4 года назад +1

    Your videos are so, incredibly useful. Thank you!

  • @apolovzla_ccs
    @apolovzla_ccs 6 лет назад +1

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

  • @VishalSingh-gu9hf
    @VishalSingh-gu9hf 4 года назад +1

    Great...!! thanks

  • @ularueduard9945
    @ularueduard9945 2 года назад

    Thank you Bro ! You saved my life ! :)

  • @vad637
    @vad637 5 лет назад +1

    Thank you so much! This info is invaluable!

  • @lainecandel7469
    @lainecandel7469 3 года назад

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

  • @thiquechinguyen-vietnam-9647
    @thiquechinguyen-vietnam-9647 3 года назад

    very useful with super clear explanation. Thanks so much!

  • @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.

  • @adrianw7238
    @adrianw7238 3 года назад

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

  • @spld3rp1g
    @spld3rp1g 2 года назад

    Thank you

  • @deepakjha6798
    @deepakjha6798 2 года назад

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

  • @nisi6295
    @nisi6295 2 месяца назад

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

  • @ferdieganymerchandise1592
    @ferdieganymerchandise1592 2 года назад

    yeah

  • @tightaznbreaka
    @tightaznbreaka 3 года назад

    Can you do this across different google sheets/files?

  • @Chanderv31
    @Chanderv31 8 месяцев назад

    10:00

  • @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?

  • @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!

  • @pleabargain
    @pleabargain 4 года назад

    Thanks for posting.

  • @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 ruclips.net/video/pwZ44kAeiOo/видео.html

    • @somanathdas
      @somanathdas 4 года назад

      @@ExcelGoogleSheets Thank You I will check it.

  • @StephRivera
    @StephRivera 4 года назад

    Thank you! I finally got mine to work!

  • @ngwelin5645
    @ngwelin5645 5 лет назад

    thank you. very much explained

  • @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.

  • @cheewurz
    @cheewurz 5 лет назад

    How did you get the $ to the left?

  • @masdeyoutube7807
    @masdeyoutube7807 3 года назад

    Thank You !!!

  • @Teatiramet
    @Teatiramet 5 лет назад

    Great! Thank you.

  • @cuneiformscript2665
    @cuneiformscript2665 4 года назад

    🙏🏻

  • @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.

  • @paulloup5210
    @paulloup5210 6 лет назад

    thank you very much

  • @moheuddin_sehab
    @moheuddin_sehab 5 лет назад

    awesome

  • @lazalazarevic6192
    @lazalazarevic6192 6 лет назад

    Great explanation!

  • @Viishhal.
    @Viishhal. 3 месяца назад

    You are Superb !! Keep up the good work

  • @homemakercentre
    @homemakercentre 5 лет назад

    Thank you!

  • @ligamenshikov5382
    @ligamenshikov5382 6 лет назад

    Thanks a lot

  • @KotuKediSerafettinn
    @KotuKediSerafettinn 6 лет назад

    Thank you bro..