Insanely Useful Lookup Tricks in Excel

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

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

  • @GoodlyChandeep
    @GoodlyChandeep  День назад +2

    Download the Excel file - goodly.co.in/insanely-useful-lookup-tricks-in-excel
    Join my weekly newsletter - goodly.co.in/subscribe/
    More Excel Tricks - ruclips.net/video/j5BPpceK7UQ/видео.htmlsi=tqvZ8e-cathsMdit

  • @Sumanth1601
    @Sumanth1601 День назад +1

    @10:35 Bam ! This is what I was looking for, Brilliant as always..Great tip.

  • @barttitulaerexcelbart9400
    @barttitulaerexcelbart9400 Час назад

    Thanks Chandeep. I liked fuzzy matching in PQ, but you can also use wildcards like *partlyname*.

  • @juja2819
    @juja2819 16 часов назад

    Great video :) Thanks!

  • @McKaySavage
    @McKaySavage День назад +5

    Great tricks! I’ve never tried the fuzzy matching plugin before. I’m curious though why you didn’t use FILTER() for #4 as a replacement for the IF-TEXTJOIN-SPLIT combo you built? If you want to lookup all values that meets a criteria, isn’t that what filter is for?

    • @zuzanasmekalova4632
      @zuzanasmekalova4632 День назад +1

      yes, exactly, filter is much better for that. And jointext + split text can be easily avoided with simple use of TRANSPOSE function.

  • @dipanjankajuri3600
    @dipanjankajuri3600 20 часов назад

    Multiple results ia great!

  • @vanistajames346
    @vanistajames346 День назад

    Your video has made a real impact. Thank you❤

  • @arbazahmad7177
    @arbazahmad7177 День назад

    Excellent...thanks for sharing 🎉

  • @mmgtuneindia7925
    @mmgtuneindia7925 День назад

    Thanks for great video. In the final example of commission what happens if the commissions are on sliding scales meaning for $96 sales the commission needs to be calculated as First $25 x 5% + $44 x 7%+24x10% etc. Is there a way to wrap that into one formula?

  • @eslamfahmy87
    @eslamfahmy87 17 часов назад

    Good job

  • @thedebapriyakar
    @thedebapriyakar День назад

    This is absolutely crazy 😧

  • @teoxengineer
    @teoxengineer День назад

    And,
    If I didn't use O365 and used regular excel, how can I use Vlookup with unadjusted data instead of ChooseCol function?
    Besides, how can we find last value in a range by using Lookup?

  • @RichardJones73
    @RichardJones73 День назад

    Addins not available in my workplace but great video as always

  • @MervinRamos
    @MervinRamos 17 часов назад

    @GoodlyChandeep
    How to ungroup if you have this data table with column header "Date/Time" it was stack like this
    Date/Time Status. NAME
    Oct2
    7:00 AM. Entry JAMES
    8:00PM. Entry JOHN
    9:20 PM. Exit JOHN
    Oct4
    6:00 AM. Entry
    8:20 Am
    10:30 PM
    12:10 PM
    Oct5
    2:00 PM
    Oct9
    1:00 AM
    3:20 AM
    Somthing like that wanted to summarize it by date in power query

  • @Hussain_1990
    @Hussain_1990 15 часов назад

    Instead of IF formula, you could use FILTER formula. Much easier.

  • @emilmubarakshin49
    @emilmubarakshin49 День назад

    If is beat trick

  • @ernstborgener3745
    @ernstborgener3745 10 часов назад

    Tip 4 does not work in Excel 2021 because the TEXTSPLIT function is missing.
    Instead, the following shorter formula can be used.
    =TRANSPOSE (UNIQUE((FILTER(C$3:$C$14;$B$3:$B$14=E3))))

  • @Bhavik_Khatri
    @Bhavik_Khatri День назад +1

    Although fuzzy lookup is a valuable tool, its implementation necessitates additional installation procedures. Conversely, Power Query provides a more streamlined and user-friendly approach. Developing solutions within an organisation becomes more challenging unless individuals have access to the most recent and advanced add-in. Notably, Power Query remains an underutilised feature in Excel for many users.