Excel Magic Trick # 162: LARGE IF & INDEX w 4 Criteria

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

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

  • @excelknut4843
    @excelknut4843 2 месяца назад +1

    I’ve been using Excel for 25 years. That’s the most amazing formula I’ve ever used. I also spent hours trying to figure this out. Truly Magic!!!

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

      Glad this video helps! Excel has changed a lot since I made this 15 years ago. If you have Microsoft 365 Excel, this is all you need now:
      =TAKE(SORT(FILTER(D13:E35,(YEAR(Date)=O12)*(TEXT(Date,"MMM")=P12)*(Product=Q12)),,-1),5)

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

    Excellent thanks for making this video for excel users

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

    awesome, I had been searching for hours to fix my problem, this has done the job nicely!

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

    Nicely done!

  • @excelisfun
    @excelisfun  12 лет назад

    You are welcome!

  • @jay55patel
    @jay55patel 7 лет назад

    you are big help for excel people thank you

  • @denizyilmazkaya3557
    @denizyilmazkaya3557 8 лет назад

    THANKS YOU SAVED MY LIFE

  • @kfemin
    @kfemin 12 лет назад

    Very nice. Thanks a lot for sharing this

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

    Thanks a lot, you Sir are always a great help.

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

      You are welcome a lot, Delight In Life! Thanks for your support with your comment, Thumbs Up and Sub : )

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

    How about we are comparing via column not rows? Appreciate the help in advance.

  • @Al-Ahdal
    @Al-Ahdal 5 лет назад

    Can we not use AND function for these 3 conditions, instead of 3 IFs? Mike you help is needed on this. Thank you

  • @excelisfun
    @excelisfun  13 лет назад

    @MrXceller , how about a PivotTable (Excel 2007 or 2010) and then use the top 10 filter? Otherwise, a helper column could be used perhaps. You might try posting to THE best Excel Question site:
    mrexcel [dot] com/forum

  • @tjparty
    @tjparty 13 лет назад

    If your data is across the columns instead of down the rows, would you just change in the formula "Rows" to "Column" ? I need to know the column number for the index.

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

    Sir, can you make any video index with match function to retrieve the value base on 3 or more criteria. Like
    name...........country..........job.........salary
    if we have four column which are filled with data.... so we can search the salary base on 3 entry...(name.......country......job)...thanks for nice video..

  • @alexcroft9000
    @alexcroft9000 7 лет назад

    In video 616, you use the small formula and also removed duplicates. Is there a way to combine the If/Index and also remove duplicates?

  • @excelisfun
    @excelisfun  13 лет назад

    If you send me the link to your post at the Mr Excel Message Board, I can post a solution.

  • @robertmosley1188
    @robertmosley1188 11 лет назад

    Thank you!

  • @MrXceller
    @MrXceller 13 лет назад

    Could the sumproduct construct be used in this situation. I have a similar situation with 4,000 rows, 40 columns which I cannot array formulas, if I do it would crash the workbook. Is there a way to get around the array formula?

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

    Great!

  • @annickduchateau5544
    @annickduchateau5544 11 лет назад

    Great video! Thank you for this!
    One question: Could you use a data validation drop down list for the Named Ranges used in this formula?
    So as you can choose the year and the top 10 automatically adapts, I also would like to change my named ranges that are used in this formula by using a drop down list. If I choose a different Named range in the list, I want the formula to adapt automatically.
    But I don`t know if this is even possible?

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

    Hey Professor. Love your videos. So well explained. I followed this video and got an odd result for what you used as sales reps to fill column K and account for multiples in Value. I put in the long formula, and when I do F9 to test result I get correct answer, but the answer in the cell is a different value completely from the list of again what you used as Sales Reps. Can you know what is happening. Been trying to fix 3 hrs a day for a week! Thanks.

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

    Thanx

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

      You are welcome, Ali!!!!

  • @dennisx
    @dennisx 13 лет назад

    Hey, I think array formula
    =IFERROR(LARGE(--($I$12=Year)*--(Month=$J$12)*--(Product=$K$12)*(Sales),I15),"")
    will be more efficient for this problem

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

    Dreat video, I've used a very similar formular to find my web pages with the largest sales from certain categories (I havent created a table yet and named the columns though).
    =LARGE(IF(Master!B:B=A1,Master!F:F),1)
    A1 contains a drop down list of all of my categories and this is all working great but I also need to have an option to look at all pages to return the top 10 pages from all categories e.g. not having a selected category. I've tried a IF(OR( and an IF ELSE but neither of these seem to work. Could you explain how this could be acheived please? I guess it would be similar to if you wated to also have an option to view the top sales from all years not just an individual year but have the option to choose between either.

  • @excelisfun
    @excelisfun  14 лет назад

    No. ROWS would yield 1, 2, 3, 4... as the formula is copied down. COUNTIF will yield 1 every time, except when there are duplicates, and then COUNTIF will yield 1, 2, 3...

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

    Hi Sir, Could you help me. I need formula for search (Average Top 10 % if greater than 0)
    if i use =AVERAGE(LARGE(B1:B101,ROW(INDIRECT("1:10")))) then zero is include to average

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

    When writing a word, it does not appear as a name
    Just a function ؟

  • @antrikshsharma6990
    @antrikshsharma6990 7 лет назад

    Why did you use the small function?

  • @mukeshkumar-ez5ev
    @mukeshkumar-ez5ev 5 лет назад

    NAME CLASS MARKS
    rohan V 40
    mohan V 30
    sohan VII 45
    viru V 20
    siru VII 55
    tiru VII 65
    miru V 60
    hazel VII 0
    raven V 0
    topu VII 25
    i want names who score very minumum marks except 0, with class
    Can u help me out
    thnx in adv.