Find 1st, 2nd, Nth Highest Matching Value in Excel & Google Sheets and Return Another Cell

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024

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

  • @garychadwick1240
    @garychadwick1240 3 года назад +2

    Once again, incredibly useful. I also never realised the full functionality of the sort function until now. Thank you!

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

    I was looking for a formula for the second highest value in a filtered list more than a week now! I just knew I had to use the index function somehow :) But I could not wrap my head around to combine 3 functions for that. Excellent, thank you so much for the video!

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

    Thank you very much for this. You saved my day

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

    I learned a lot from this video. Say I wanted to create a level system (flight/tier system) with top 4 being in Tier 1 (I've already got a formula for top 4 and bottom 4), but what about pulling data from the middle of a data set, like I need the 5th-9th highest X, then the 10-13th highest X, etc. How would I set up that formula in Google Sheets?

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

    Very helpful 👍

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

    How do i do this using app script? Because it seem to be slowing down sheet processing of used this way.
    I really hope to hear back. Thanks

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

    Teacher...watched this Video several times. Good Stuff!!!
    Question though...wouldn't the SMALL Function do the same thing?

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

    Sir your video was helping me alot, thanks!!
    1 question, what formula can i use for trying to lookup a data by id reference but the data to lookup have more string (not exactly the same data) than the reference table?
    in example
    my reference table is
    Nike Shoes $200
    Adidas Shoes $190
    and then the search key is
    Buy Adidas Shoes in the holiday (formula to lookup value for return the $190) (search key to refer is "Adidas Shoes")
    or i can say how can i find the value using vlookup when the search key is have more string then the range table?
    thank you and sorry for my bad english

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

    Is there a way to make the JOIN function add new data in the next row instead of it continuing adding data in the current row indefinitely?
    I’m joining names of people in a company and their department. The result I’m trying to achieve is that I want it to join say 5 names and departments together but then the next ones will be on a new row. Every five would be a new row.
    Was wondering if achieving such a result is possible with JOIN function or some other method. Not sure how to look it up, so I was wondering my if you knew how to tackle this.
    Thanks again! Your videos have been real helpful!

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

    Thank you!

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

    The problem may come when there is repeated max in column to be sorted and then this way should be changed to filter and join function approach.

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

    problem in webapp crud part 6
    hey great video btw, i am running the search by auto populating the current date so when ever i open the search box it fails to work casue as mentioned in the beginning of the video it takes time for the script (ig) to get the data from the sheet, i did use set timeout and it did work but this seems like a wrong way to solve this problem, is there any way to know when the data is ready so that the search operation can wait until the data is ready

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

    I have 3 datasets in really struggling to merge. Would you be able to have a look at it for me please?

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

    Would you please make a training video about converting digits to texts in sheets? Like a check issued by a bank or a merchant which shows the amount in numbers and text as well. Thank you

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

    Thank you

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

    Thanks!

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

    I’m trying to make it return multiple column. Please help!!

  • @josephturner1101
    @josephturner1101 Месяц назад

    Expertly-dictated vidoe - much obliged.

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

    Hi 👋
    How can I do this as an arrayformula?

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

      Probably not.

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

      @@ExcelGoogleSheets why not?
      =arrayformula($K41:K=IF($B2:B="","",(ARRAYFORMULA(LOOKUP(2,1/(TEXT(B$2:B,"mmmyyyy")=TEXT(K41,"mmmyyyy")),E$2:E)))))

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

      Look at the formula, after TEXT=K41, I have k42,k43,k44 etc. I need an arrayformula

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

      @@ExcelGoogleSheets think 🤔, help me

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

      What I was trying to say is that this is not going to work with an array formula. There might be other ways to get the highest and lowest value with an array formula using QUERY & VLOOKUP, but not 2nd, 3rd, 4th.

  • @RH-ed2bt
    @RH-ed2bt 2 месяца назад

    talks too much. just jump to the point