Excel Tutorial to Sort Data Automatically without using Macros

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 160

  • @fairboy5349
    @fairboy5349 20 ชั่วโมงที่ผ่านมา

    Thank you sir. This video has been a game changer for me.

  • @SibsFish
    @SibsFish 5 ปีที่แล้ว +4

    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  5 ปีที่แล้ว

      @@SibsFish Check my new video. This will show you how to sort based on multiple columns th-cam.com/video/fYn8WCm13AI/w-d-xo.html

  • @staninjapan07
    @staninjapan07 2 หลายเดือนก่อน

    Thank you.
    I have been trying to do something similar with SUM / INDEX / MATCH / LARGE functions, as I was advised in the first video I tried.
    But I, too, have the ranking problem where, if there are two identical values, Excel deletes one of the two items whose values are identical.
    I will rethink the whole mini-project from the start using your RANK and COUNTIF idea.
    Here goes...
    SUCCESS! SUCCESS! SUCCESS! SUCCESS!
    SUCCESS! SUCCESS! SUCCESS! SUCCESS!
    It took me hours to get to the point where I chose to use a different method - your method.
    It took me about 90 minutes to copy you, as, after many failures, I decided to copy EXACTLY your sheet's layout. So when you said Column A Row 1, I did exactly the same, without trying to adjust the cell references.
    Now, after watching your video about 15 times, stopping and rewiding a few seconds every time you did something, I have what I want, including the COUNTIF function, which has removed the errors based on duplicates.
    I have 15 rows of data, not six, but I have managed to adject the formulas to include all the data.
    Now I can do a lesson for my English students in which we can rank the importance of items for an emergency bag for disaster preparation.
    THANK YOU FROM JAPAN!
    I have a policy of not subscribing to a channel after watching just one video.
    I have subscribed to yours and visited your website.

    • @staninjapan07
      @staninjapan07 2 หลายเดือนก่อน

      I am going to try to use your COUNTIF advise with my original sheet, too.
      Not today, as I have no more time, but another day.
      Then I will tell you, in this thread, if I had success.
      I will try to use your advise with these formulae...
      =LARGE($B$2:$B$16, J2)
      =INDEX($A$2:$A$16, MATCH(LARGE($B$2:$B$16, J2), $B$2:$B$16, 0))

  • @danieltiburcio8871
    @danieltiburcio8871 4 ปีที่แล้ว +10

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

    • @TEKNISHA
      @TEKNISHA  4 ปีที่แล้ว

      Thank You Daniel

  • @Ketot6041
    @Ketot6041 2 หลายเดือนก่อน

    Thank you so much. Can we do this at the different sheet? Raw data and shorted data at the different sheet.

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

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

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

  • @rayharrison695
    @rayharrison695 4 ปีที่แล้ว +1

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

    • @TEKNISHA
      @TEKNISHA  4 ปีที่แล้ว

      Thank you ray...

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

  • @waxedtaters
    @waxedtaters 4 หลายเดือนก่อน

    Very helpful thank you so much!

  • @JoMat117
    @JoMat117 4 ปีที่แล้ว +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  4 ปีที่แล้ว +1

      Thanks joMat. Yes it is possible to sort based on multiple columns. I have made a video of it.
      Here is the link.
      th-cam.com/video/fYn8WCm13AI/w-d-xo.html

    • @JoMat117
      @JoMat117 4 ปีที่แล้ว

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

  • @timvdmeer4122
    @timvdmeer4122 3 ปีที่แล้ว +2

    Perfect explanation, thank you

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว +1

      Glad it was helpful!

  • @SaifAHadi
    @SaifAHadi 3 ปีที่แล้ว +2

    Appreciate your efforts .. thank you Sir.

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว

      Glad that this tutorial helped

  • @johnrking1987
    @johnrking1987 4 ปีที่แล้ว +1

    Brilliant video, what an absolute legend

    • @TEKNISHA
      @TEKNISHA  4 ปีที่แล้ว

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

  • @naufalb.prasetyo9360
    @naufalb.prasetyo9360 3 ปีที่แล้ว +2

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

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว

      Glad that this helped...

  • @khansvirtualdiary
    @khansvirtualdiary 3 ปีที่แล้ว +1

    Thank you so much sir for your reference reply.

  • @fihamahamed1276
    @fihamahamed1276 2 ปีที่แล้ว +1

    I love you.exactly wht i was searching for

    • @TEKNISHA
      @TEKNISHA  2 ปีที่แล้ว

      Happy that his helped you

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

  • @Giridhar.M
    @Giridhar.M 3 ปีที่แล้ว

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

  • @cbcoksa1608
    @cbcoksa1608 3 ปีที่แล้ว +1

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

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว

      Glad that this helped you

  • @Ponurak149
    @Ponurak149 3 ปีที่แล้ว +1

    Thanks! Very helpful !

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว +1

      Glad that this video has helped you

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

  • @aminachibwana5663
    @aminachibwana5663 5 ปีที่แล้ว +2

    You are the best 👏🏽👏🏽

    • @TEKNISHA
      @TEKNISHA  4 ปีที่แล้ว

      Thank you Amina

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

  • @atenterprises3436
    @atenterprises3436 3 ปีที่แล้ว

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

  • @JayDominicSumalinog
    @JayDominicSumalinog 10 หลายเดือนก่อน

    can you do this horizontally? thanks

  • @uqbaabuhusaina5939
    @uqbaabuhusaina5939 3 ปีที่แล้ว +1

    very good bro thanks a lot it helped me too much

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว

      Great...

  • @rjchua2008
    @rjchua2008 ปีที่แล้ว

    ty. nice! with a simple approach.

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

  • @ahmedmoustapha7941
    @ahmedmoustapha7941 2 ปีที่แล้ว

    Very helpful.... Thanks so much

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

  • @skumargee2000
    @skumargee2000 3 ปีที่แล้ว +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  3 ปีที่แล้ว +1

      Happy that this tutorial was of help

  • @zainulabidinhussainkhan495
    @zainulabidinhussainkhan495 2 ปีที่แล้ว

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

  • @jwink7795
    @jwink7795 4 หลายเดือนก่อน

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

  • @sunilshetye1618
    @sunilshetye1618 2 ปีที่แล้ว

    How to sort running database while doing entries

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

  • @krisdelacruz1308
    @krisdelacruz1308 3 ปีที่แล้ว

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

  • @RGR2155
    @RGR2155 3 ปีที่แล้ว +1

    Truly awesome!!

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว

      Glad that this helped

  • @audadr
    @audadr 3 ปีที่แล้ว +1

    Super lesson.

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว

      Glad that this helped you

  • @assemqasim7258
    @assemqasim7258 4 ปีที่แล้ว +1

    Thanks a lot, very nice explaination

  • @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  5 ปีที่แล้ว

      @@colinhuntley9729 Check my new video. This will show you how to sort based on multiple columns th-cam.com/video/fYn8WCm13AI/w-d-xo.html

  • @barrygorst5951
    @barrygorst5951 3 ปีที่แล้ว +1

    Brilliant!!! Thanks.

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว

      Glad that this helped out

  • @eaglen5927
    @eaglen5927 3 ปีที่แล้ว

    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 3 ปีที่แล้ว

      Actually here is the answer:
      th-cam.com/video/fYn8WCm13AI/w-d-xo.html

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

  • @JAMILAKKAS
    @JAMILAKKAS 4 ปีที่แล้ว

    Your style is very nice

  • @simonetommasinipodcast
    @simonetommasinipodcast 3 ปีที่แล้ว

    Great video and great explanation ability!

  • @mayechisavali1919
    @mayechisavali1919 หลายเดือนก่อน

    GOOD KNOWLEDGE SIR

  • @ijnmpi
    @ijnmpi 4 ปีที่แล้ว +1

    Thanks this was helpful. !!

    • @TEKNISHA
      @TEKNISHA  4 ปีที่แล้ว +1

      nice to know Ketan...

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

  • @vernondavids8312
    @vernondavids8312 11 หลายเดือนก่อน +1

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

    • @TEKNISHA
      @TEKNISHA  8 หลายเดือนก่อน

      You are very Welcome!!

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

  • @closeup3749
    @closeup3749 2 ปีที่แล้ว

    Big thanks my dear

  • @tamilwoodsviews2089
    @tamilwoodsviews2089 3 ปีที่แล้ว +2

    Amazing!

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว

      Glad that this helped you

  • @vivekmusafir4492
    @vivekmusafir4492 4 ปีที่แล้ว +1

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

    • @TEKNISHA
      @TEKNISHA  4 ปีที่แล้ว

      Glad that it was of use....

  • @grandpasaysrelax175
    @grandpasaysrelax175 2 ปีที่แล้ว

    Brilliant!!

  • @roie4500
    @roie4500 3 ปีที่แล้ว +1

    If they are equal?

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว

      Both will have the same rank

  • @OOAK-Ireland
    @OOAK-Ireland ปีที่แล้ว

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

  • @josebaztan77
    @josebaztan77 ปีที่แล้ว +1

    Thank you!

    • @TEKNISHA
      @TEKNISHA  ปีที่แล้ว

      You're welcome!

  • @honesttruth532
    @honesttruth532 2 ปีที่แล้ว

    Thank 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: th-cam.com/video/E0uolp5xqHA/w-d-xo.html
      You have to pass an array of columns and an array of directions to the function.

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

  • @ankitrai9031
    @ankitrai9031 3 ปีที่แล้ว

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

  • @rongenexplorer9514
    @rongenexplorer9514 2 ปีที่แล้ว

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

  • @cheryltowns9297
    @cheryltowns9297 4 ปีที่แล้ว

    How to sort the Fx column?

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

  • @SMEEST55
    @SMEEST55 5 ปีที่แล้ว

    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

  • @ManjulabeniSurti-mt1cz
    @ManjulabeniSurti-mt1cz ปีที่แล้ว +1

    Thank you

    • @TEKNISHA
      @TEKNISHA  ปีที่แล้ว

      You're welcome

  • @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  4 ปีที่แล้ว

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

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

  • @longterminvestor9764
    @longterminvestor9764 4 ปีที่แล้ว

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

  • @nazarkamal8831
    @nazarkamal8831 ปีที่แล้ว

    Different very new to me

  • @mohansinghnegi8360
    @mohansinghnegi8360 5 ปีที่แล้ว +1

    Thanks to you.

    • @TEKNISHA
      @TEKNISHA  4 ปีที่แล้ว

      Cheers!!

  • @aditicreationangel846
    @aditicreationangel846 3 ปีที่แล้ว

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

  • @YouTubeshortsandreelsface
    @YouTubeshortsandreelsface 3 ปีที่แล้ว

    Same value then

  • @ishutiwari5567
    @ishutiwari5567 4 ปีที่แล้ว

    this is very complicated 🤯

    • @TEKNISHA
      @TEKNISHA  4 ปีที่แล้ว

      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

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

  • @khumbozulu9432
    @khumbozulu9432 2 ปีที่แล้ว +1

    Creativity

    • @TEKNISHA
      @TEKNISHA  2 ปีที่แล้ว

      Thank you

  • @raguljayakumar1177
    @raguljayakumar1177 ปีที่แล้ว

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

  • @asrafssb
    @asrafssb 3 ปีที่แล้ว +1

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

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว

      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  3 ปีที่แล้ว

      You are very welcome

  • @tranduy8553
    @tranduy8553 3 ปีที่แล้ว +1

    Thank you much

    • @TEKNISHA
      @TEKNISHA  3 ปีที่แล้ว +1

      Glad that this helped

  • @SenthilKumar-zq3oe
    @SenthilKumar-zq3oe 2 ปีที่แล้ว

    Thank you very much

  • @ziadhasan9179
    @ziadhasan9179 2 ปีที่แล้ว

    Thanks a lot