Excel Tutorial to Sort Data Automatically without using Macros

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

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

  • @danieltiburcio8871
    @danieltiburcio8871 4 года назад +10

    This video was extremely clear and helpful. Thank you very much!

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

      Thank You Daniel

  • @mohdsyafiqsharani6474
    @mohdsyafiqsharani6474 3 года назад +4

    Really appreciate the knowledge given. Super helpful in trying to auto sort the rank during a tournament.

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

      Glad that this helped you. I myself used this first time for auto ranking in a tournament.. :-)

  • @thakuranujsingh4419
    @thakuranujsingh4419 4 года назад +2

    Super Video,
    Anyone can easily understand this, @Thank u so much.

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

    Thank you very much! Your video was amazing and extremely helpful. I got it perfectly. Thank you for helping the community with such videos

  • @SibsFish
    @SibsFish 5 лет назад +3

    I have been trailing the internet for days and days to find this information. Everything pointed towards macros, which i have no knowledge in ! Don't let the views bother you. At the very least your time has helped me and those i have done the formulae for. Thank you @TEKNISHA

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

      Thank you. Glad to be of help.....😊

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

      @@TEKNISHA I do have a question. What about if i need to base it off of 2 columns ? So "sales" would be the primary the formulae is based on, then a 2nd column to be the secondary ? So if "sales" are tied then it would rely on the 2nd column ? I hope that makes sense.

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

      @@SibsFishyou can do this using a helper rank column. The helper rank col will be( 1* the rank formula based on primary col + 0.1 * rank formula based on secondary column) . so let's say 2 values are tied for 3rd place in primary column, then based on secondary column their helper rank value will be 3.1 & 3.2 respectively. Then you can calculate the actual rank based on the helper rank col values.

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

      @@TEKNISHA I am a beginner and that completely went over my head. I will have to google that, as my table is based on something like a league table. Thanks for the reply none the less :)

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

      @@SibsFish Check my new video. This will show you how to sort based on multiple columns ruclips.net/video/fYn8WCm13AI/видео.html

  • @waxedtaters
    @waxedtaters 21 день назад

    Very helpful thank you so much!

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

    Easy to follow and Script worked without any altering, many thanks

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

      Thank you ray...

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

    Perfect explanation, thank you

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

      Glad it was helpful!

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

    Thank you very much Sir.
    I was so sad before watching your video. But its solved my problem in sorting duplicate values.
    God bless you.

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

    Appreciate your efforts .. thank you Sir.

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

      Glad that this tutorial helped

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

    great explanation but in my data numbers are so small, so there is lots of people gets same rank. in a result sorted data shows just one of them, because sorted list is based on given numbers like 1,2,3,4,5. how can i solve the problem of same rank problem?.

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

      This should work even for same ranks

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

      @@TEKNISHA first part works fine. But because of same ranks, sorted data section writes only one of them and skip blank ranks. for example from your list; emma, noah and liam takes rank 4 because of their sales are equal. because of this, in your sorted data section will sort first 3 people perfectly but excel picks just one of the 4th ranks. 5th and 6th ranks are remain blank. Like; william, Olivia, ava, Emma, #?,#?

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

      Hey. Did you see the complete video? After 5.30 min in the video, I show how to deal with duplicate values, so that both are displayed

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

      @@TEKNISHA thank u very much, i missed that part of video because of i tried instantly. very very useful video.

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

      Glad that it helped you

  • @Mohideenjailanizah
    @Mohideenjailanizah 4 года назад +2

    Very helpful, Thanks

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

      Glad this video was of help

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

    Great video Teknisha! Thank you for helping me out! I was getting desperate as the only tutorials I found were too easy (using the SORT button, duh!) and the ones using Macros (not an option for my specific case).

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

      Glad, this video is of help to you lauracath1...

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

    This is amazing. I was able to solve one of my excel
    problems with this video. I express my gratitude for uploading this amazingly helpful video.

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

      Happy that this tutorial was of help

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

    Thanks! Very helpful !

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

      Glad that this video has helped you

  • @DartsGondel
    @DartsGondel 4 года назад +5

    This was very helpful. However, I have a question. In my table, when people have the same amount of points, they should have the same rank. In your example, Liam is rank 4 and Olivia is rank 5 although they have the same amount of points. Is it possible to adjust this so that Liam and Olivia get rank 4 but Noah still gets rank 6 (as there is no rank 5)? Thank you very much

    • @TEKNISHA
      @TEKNISHA  4 года назад +3

      Darts Gondel We can do that by adding one more column. In Col E of my example add Rank2 Col and calculate it using the regular RANK formula (same as I show in the first half of my video) so when Liam and Olivia have same sales number, Liam would have Rank as 4 & Rank 2 as 4 and Olivia would have Rank as 5 & Rank 2 as 4. In the sorted data now add another Col called rank 2. As you get the data for Rep and Sales in the sorted data table using index match, you can now get the rank 2 data too. So S.No.4 (Liam ) will have Rank 2 as 4 and S.No 5 will also have Rank 2 as 4. Now you can hide the S.No column.

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

      @@TEKNISHA Hello Teknisha, thanks for your reply! Is there an email I could reach you at? I would like to show you what I have built and ask if you could look at one more thing that happens (when like 3 people tie the score for last in the ranking, and that ranking gives points, then only one of those does get the points)

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

      @@DartsGondel please email me at bharath@teknisha.com

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

    I love you.exactly wht i was searching for

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

      Happy that his helped you

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

    Is it possible to make another number decide if two of the numbers are the same. For example, I have a table for a sport where goal-difference matters. Is it possible to make it so that the goal-difference decides which one gets higher rank if the points match? Great tutorial!

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

      Thanks joMat. Yes it is possible to sort based on multiple columns. I have made a video of it.
      Here is the link.
      ruclips.net/video/fYn8WCm13AI/видео.html

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

      @@TEKNISHA Thank you!

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

      I'm doing the same thing for predicting Euro 2020, and was about to ask the same thing. Thank you!

  • @Giridhar.M
    @Giridhar.M 2 года назад

    Great ! Really Help full. one small request if i required only Top-10, can you please help me with the formula

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

    Thanks a lot, very nice explaination

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

    very thanks for the video, its help me a lot. Thanks Sir.

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

      Glad that this helped you

  • @dr.shrikanthadole7691
    @dr.shrikanthadole7691 4 года назад +1

    Very Useful. Please guide how to automatically sort text in ascending order just like this.

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

      Will upload soon

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

    Very helpful.... Thanks so much

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

    Brilliant!!! Thanks.

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

      Glad that this helped out

  • @aminachibwana5663
    @aminachibwana5663 4 года назад +2

    You are the best 👏🏽👏🏽

  • @iiam5550
    @iiam5550 8 месяцев назад +1

    thank youuuuu

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

      You are very Welcome!!

  • @josemiguelbaztan9607
    @josemiguelbaztan9607 Год назад +1

    Thank you!

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

    Thank you very much for this ....god bless you..

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

      Glad that it was of use....

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

    Truly awesome!!

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

      Glad that this helped

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

    Big thanks my dear

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

    Thanks this was helpful. !!

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

      nice to know Ketan...

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

    Great video and great explanation ability!

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

    very good bro thanks a lot it helped me too much

  • @SenthilKumar-zq3oe
    @SenthilKumar-zq3oe 2 года назад

    Thank you very much

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

    Super lesson.

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

      Glad that this helped you

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

    Nice turorial very solutive however i'd like to ask what if i want to add another data ? let say i have Billy with sales 27.854
    as far as i try i have to change the ref in rank formula

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

      Hello Reza, Yes, you will have to update Reference in the formula.

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

    good day, teknisha! ich could not agree with anymore! your video was easy to understand and i tried your example myself, with the same results - perfect!
    if i may ask you one question, it would be this: i have tow colums of words (with translation), english to german: for instance clear -> klar, tight -> eng, etc. is it possible to automatically update each column so that the colums are in the correct order? up to now i have only being able to sort automatically in one direction?
    it would be excellent if you could give some advice! when it is not clear what i mean, please let me know.
    kind regards from berlin, germany. colin

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

      Hello Colin. I am happy that this tutorial was of help to you. I dont think I understand your question completely. You want to sort based on words (alphabetically) in the English language column?

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

      @@TEKNISHA hallo teknisha, thank you very much for your reply. i apolgize for my rather shaky explanation. please allow me to try again: 3 colums of raw data: english, german, company. these are expanding columns and data is entered unsorted in column english and german. there are also many duplicates, which are needed. for example:
      german english company
      selbstbewusst self-assured Neonyt
      neugierig curious Neonyt
      überzeugend convincing Neonyt
      kraftvoll energetic Neonyt
      kreativ creative Neonyt
      these colums need to be sorted, 1) in german with the english translation and 2) english with german translation,
      for example:
      (german english)
      kraftvoll energetic
      kreativ creative
      neugierig curious
      selbstbewusst self-assured
      überzeugend convincing
      and
      (english german)
      convincing überzeugend
      creative kreativ
      curious neugierig
      energetic kraftvoll
      self-assured selbstbewusst
      as i said, the colums are very long and expand constantly. also there are many duplictes which i need.
      please excuse the formatting. if it would held i could send you an excel file.
      many many thanks in advance.
      colin

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

      @@colinhuntley9729 Check my new video. This will show you how to sort based on multiple columns ruclips.net/video/fYn8WCm13AI/видео.html

  • @ManjulabeniSurti-mt1cz
    @ManjulabeniSurti-mt1cz Год назад +1

    Thank you

  • @jong-jongspeaks4224
    @jong-jongspeaks4224 3 года назад +1

    Thank you so much sir! I have a little problem. It is error if there's a duplicate.

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

      Hey. This method should account for duplicates. Kindly check if you have followed the tutorial exactly..

  • @tamilwoodsviews2089
    @tamilwoodsviews2089 2 года назад +2

    Amazing!

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

      Glad that this helped you

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

    Your style is very nice

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

    how can we do it? lets get to it!
    love it, mucho gracias good sirrr

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

    what to do when values are same in the column rank is showing same please provide soln.

  • @vernondavids8312
    @vernondavids8312 7 месяцев назад +1

    Thanks so much! Exactly what I was looking for and explained clearly!

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

      You are very Welcome!!

  • @JayDominicSumalinog
    @JayDominicSumalinog 6 месяцев назад

    can you do this horizontally? thanks

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

    Thank you!!!

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

    I created my sheet as you did, but when I change the data on the left, it does not auto sort on the right.

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

    Brilliant!!

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

    Hi friend. How to have sort levels by using formulas? for example I need to sort column C values, first based on column A then sort them based on column B

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

      Actually here is the answer:
      ruclips.net/video/fYn8WCm13AI/видео.html

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

    Sir if the table is sorted with color so then how to do please help

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

    Does anyone know if you can make images also move with the text? This is something that works with the sort normally

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

    Is it possible to make it so it automatically changes in the same table of raw data?

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

      Hello Oriol,
      It is not possible using only formulas. If you use macros , then you can change it in the raw data

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

      @@TEKNISHA ah, I see. Thank you!

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

    How to sort running database while doing entries

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

    hi, how do you fix if rank tied, it becomes n/a if tied

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

    I tried it on my assignment in making payroll but it didn't work and came out with error.

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

    Noice! WHat if there are two people with same sales amount the rank function will return same rank for both of them but index will pick only first occurance? how to overcome this?

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

      Please see the video. I have shown a workaround in it.

  • @OOAK-Ireland
    @OOAK-Ireland Год назад

    what if you have equal numbers. then it won't work..

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

    Use a separate disconnected pc, then using macro's is no issue. Formulae are slow. License fees may be a problem.

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

    Hey TEKNISHA, I have a question, if i have to work with Three columns of Alphabets, will the Index formula help me sort it according to ascending order?

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

      Hi prajwal. Index formula is to associate the rank number and the respective details (like name etc..). The rank function will not be able to sort alphabetically. To rank a column alphabetically you can use countif formula

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

    Different very new to me

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

    Thanks to you.

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

    Very helpful, can you also assist with sorting a table with multiple columns based only on the values of one of the columns? if its easier I can send you the file? Thanks

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

      Hello steve . Yes I can. Please give me your mail Id.

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

      @@TEKNISHA great thanks. Stephenclark82@gmail.com

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

      This tutorial is good for auto sorting with multiple columns: ruclips.net/video/E0uolp5xqHA/видео.html
      You have to pass an array of columns and an array of directions to the function.

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

    How to sort if there are 3 sales column against same customer?

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

    How do you do this with dates in excel online

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

      Dates are like any other numbers, this method should work in excel online too..

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

      @@TEKNISHA thank you, no matter what I do it is not working for me

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

      @@amberarambula2820 Does the method work if you use number instead of dates

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

    SIR I WRITE 2020 IN EXCEL THEN IT CHANGE 20.20 AUTOMATICALLY THEN WHAT SHOULD I DO
    NARENDRA SINGH

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

    If they are equal?

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

      Both will have the same rank

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

    How to sort the Fx column?

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

    What if we want to add new names and records?

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

      Hello Behrang,
      You will have to update the reference in the formula

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

    Plse explain the same thing in form of row .You have taken example by taking row.So plse...

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

    Is it possible sort data to another workbook

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

      Yes it is possible, but both workbooks need to be open (source and destination)

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

    why do you copy and paste stuff? excell is all about dragging, otherwise why even use F4? I'm following this and had to add a few more $ that you don't miss cause you're coping and pasting, but then again, you don't really need any of the $'s cause you are coping and pasting....

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

    Thank you so much sir for your reference reply.

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

    this is very complicated 🤯

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

      Hello Ishu. This method may take a little time to setup, but gives you great results....

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

    ❤❤❤❤

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

      Glad that you liked it

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

    Creativity

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

    Hello boss..we need a video which require sorting based on another data..
    This tutorial is not useful..

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

    Same value then

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

    I Like it. Thanks. SUB****BED

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

      Glad that you liked it. Thank you for subscribing

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

    Too long winded, waste of time

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

    Very helpful, thanks

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

      You are very welcome

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

    Thank you much

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

      Glad that this helped

  • @naufalb.prasetyo9360
    @naufalb.prasetyo9360 3 года назад +2

    Great video, you made my day 😁
    Thank you 😊🥰

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

      Glad that this helped...

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

    Thanks a lot

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

    Thank you very much

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

      Glad that this helped out

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

      @@TEKNISHA Can I contact you if I facing some problem in excel

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

      @@babaimandal1456 sure

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

    Brilliant video, what an absolute legend

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

      Thank you very much John...I also have a video to sort based on multiple criteria... Check that one too...

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

    ty. nice! with a simple approach.