4 Ways To Create Numbered Lists In Excel - Dynamic And Professional

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 96

  • @rosimarhernandez8572
    @rosimarhernandez8572 2 роки тому +2

    This was the most amazing Excel tutorial I've seen thus far. Very simple to understant and it provides you with multiple options to create both a static number list and a dynamic one. I was also very grateful when the facilitator went the extra mile and explained how we could add a symbol next to our numbers!

  • @wayneedmondson1065
    @wayneedmondson1065 2 роки тому +7

    Great one Jon! Another option is: =ROWS(A$4:A4) and copy down. I use that one often. Thanks for the tips. Thumbs up!!

    • @ExcelCampus
      @ExcelCampus  2 роки тому +2

      Ah yes, great suggestion Wayne! Thanks! 🙏

    • @brucecheatham7667
      @brucecheatham7667 2 роки тому +1

      I’ve found that this method stumbles when you add a new row at the bottom of a table (as in when you’re in the bottom cell and you tab to add the next row in the table automatically). It works perfectly if you add or delete rows within the table.

    • @wayneedmondson1065
      @wayneedmondson1065 2 роки тому +1

      @@brucecheatham7667 True.. for CTRL+T tables, a different method is required. Thanks for the feedback.

  • @PaulEBrownbill
    @PaulEBrownbill 2 роки тому +1

    Not sure how I missed this video when it came out, but great tips again, thanks Jon.

  • @smartshan4u
    @smartshan4u 2 роки тому +1

    Thanks for posting this amazing videos on "Number List" in Excel.

  • @radenmasandalusia
    @radenmasandalusia Рік тому +1

    Thank you for the tutorial. Very simple and easy to understand.

    • @ExcelCampus
      @ExcelCampus  Рік тому

      Thank, for your feedback, @radenmasandalusia! 😀

  • @simona7517
    @simona7517 2 роки тому +1

    That SEQUENCE function is tremendous. Thanks!

    • @ExcelCampus
      @ExcelCampus  2 роки тому +1

      Yes, there are a ton of uses for it and it's one of my favorite new functions.

  • @bashirjibrilibrahim6708
    @bashirjibrilibrahim6708 2 роки тому +1

    Thanks. You instantly increase my knowledge.

    • @ExcelCampus
      @ExcelCampus  2 роки тому

      That's great to hear. Thanks Bashir! 👍

  • @shiffamohammed5818
    @shiffamohammed5818 2 роки тому +1

    Thank you so much for sharing wonderful tips, Jon.

  • @edmondosestini3227
    @edmondosestini3227 2 роки тому +1

    Very nice Jon. Thank you very much. Eddy from Turin Italy

  • @shoaibrehman9988
    @shoaibrehman9988 2 роки тому +1

    I hv been this situation many time, its really cool stuff. Like as you said during sorting/ ranking not to use.

  • @mahmoudtaher8893
    @mahmoudtaher8893 2 роки тому +4

    Thanks John for your great videos and effort,
    Moreover I think subtotal is more dynamic especially in filtering :
    =subtotal(3,$B2$:B2)

  • @ismaelkourouma5558
    @ismaelkourouma5558 2 роки тому +2

    Ohh yeah this is great, I am starting to build a timetable and was wondering how to tell to Excel some ideas that I have. I think our brains are connected, this video is build for me 😁😁. Many thanks 🙏

    • @ExcelCampus
      @ExcelCampus  2 роки тому +1

      Haha, I'm happy to hear it. Thanks Ismael! 👍😁

  • @esthersuh3388
    @esthersuh3388 2 роки тому +1

    Amazing tricks for excel!

  • @alexcastas8405
    @alexcastas8405 5 місяців тому

    Just found this channel, great tips and clear explanations 👌 much appreciated!

    • @ExcelCampus
      @ExcelCampus  4 місяці тому

      Awesome, thank you for your feedback! 😀

  • @joydeepchoudhury6974
    @joydeepchoudhury6974 2 роки тому +1

    Thanks Jon. Very useful tip 👍

  • @juliaborovko5865
    @juliaborovko5865 Рік тому +1

    You saved my day! Thank you so much!

  • @ravichandrankannappan6552
    @ravichandrankannappan6552 2 роки тому +1

    Hello Jon,
    Thanks for explaining those nice tips, Keep it up!
    Cheers
    Ravi

  • @orelshema
    @orelshema 2 роки тому +1

    Always good to know new methods. Thanks!

    • @ExcelCampus
      @ExcelCampus  2 роки тому

      Happy to hear it. Thanks Orel!

  • @jiansecr7325
    @jiansecr7325 2 роки тому +1

    Thank you so much Dear, I got a very usefull tips. good luck

  • @smilgu
    @smilgu 2 роки тому +1

    Thank you so much for sharing!

  • @Quijanos1
    @Quijanos1 2 роки тому +1

    Great examples and explanation. I greatly appreciate it.

  • @icalkp
    @icalkp 2 роки тому +1

    useful tips thankyou Jon

  • @xaquison
    @xaquison 2 роки тому +1

    Great tips! Thanks.

  • @gvinodnair
    @gvinodnair 2 роки тому +1

    Great useful tips
    Thanks Jon ✌🏻

  • @BenDieselBasicAutomotive
    @BenDieselBasicAutomotive 2 роки тому +1

    Thanks so much for the learning.

  • @Excelambda
    @Excelambda 2 роки тому +1

    Great video, great tricks!!✌
    For fun, reference to "Dynamic Array" spreadsheet: more dynamic (using latest new functions VSTACK/HSTACK)
    =LET(a,FILTER(tblTaskMgmt,tblTaskMgmt[Assigned To]=C3),HSTACK(SEQUENCE(ROWS(a)),a))
    -full dynamic, entire array:
    =LET(t,{"No.","Task","Assigned To"},a,FILTER(tblTaskMgmt,tblTaskMgmt[Assigned To]=C3),VSTACK(t,HSTACK(SEQUENCE(ROWS(a)),a)))

    • @Excelambda
      @Excelambda 2 роки тому

      If we want to add number format: (f variable)
      =LET(f,"0.",a,FILTER(tblTaskMgmt,tblTaskMgmt[Assigned To]=C3),HSTACK(TEXT(SEQUENCE(ROWS(a)),f),a))
      we can choose "0." or "(0)" or "0-"

    • @simona7517
      @simona7517 2 роки тому +1

      Whoa, that's some super slick stuff! I hadn't even heard of VTACK/HSTACK and don't have them yet in my Excel but cool.

    • @Excelambda
      @Excelambda 2 роки тому

      @@simona7517 You can get them only if you are signed up for Beta channel. (for MS 365 users: Open Excel, go to: File/Account/Office Insider /Change Channel click Beta; Office Updates/Update now)😉✌

    • @Excelambda
      @Excelambda 2 роки тому

      @@simona7517 this is the build nr:
      Microsoft® Excel® for Microsoft 365 MSO (Version 2205 Build 16.0.15209.20000) 64-bit

    • @simona7517
      @simona7517 2 роки тому +1

      @@Excelambda Thanks and understood - I've always held off on Beta items as Excel is mission-critical for me for work, plus I don't want to get ahead of my colleagues from a compatibility perspective. So I just pine for the newest stuff and wait for GA. Cheers.

  • @darrylmorgan
    @darrylmorgan 2 роки тому +1

    Super Cool And Useful Tips...Thank You Jon :)

  • @elisehill992
    @elisehill992 Рік тому

    This helped me...
    =ROW
    worked a treat. Thank the heavens! Thank you very much!
    Then all i needed to do was copy the row of 7,000 and paste as value only. PROBLEM solved. Thank you!

    • @ExcelCampus
      @ExcelCampus  Рік тому

      That's good to know, Elise! Glad it helped. 😀

  • @sohailaftab4209
    @sohailaftab4209 2 роки тому +1

    Thank you, man.

  • @markpodesta4605
    @markpodesta4605 2 роки тому +1

    Thank you Jon.

  • @md.saifulislam2205
    @md.saifulislam2205 2 роки тому +1

    Just awesome 👍.

  • @NkGred
    @NkGred 2 роки тому +1

    Great sir 😎

  • @Artistram3d1
    @Artistram3d1 2 роки тому +1

    Succinct and Success. Great video, new sub! Thank you!!

  • @cindybarbosagonzalez9691
    @cindybarbosagonzalez9691 2 роки тому +1

    Mind blowing 😊

  • @mutlunun
    @mutlunun 2 роки тому +1

    Cool trick 👍

  • @mehranhassani6425
    @mehranhassani6425 2 роки тому

    ould you please link the video, that how did you create the Filter that you used sequence for that? 6:05

  • @zzzzzzzzzzzzzzzz9
    @zzzzzzzzzzzzzzzz9 2 роки тому +1

    Thank you!

  • @raya001raya
    @raya001raya Рік тому +1

    Thank so much it’s useful

  • @ksumar
    @ksumar 2 роки тому +1

    Cool tips Bro 👍... Let's Row ()
    Thank you 😊.

  • @rere-mx8vc
    @rere-mx8vc Рік тому

    BIG THANKS

  • @mattmatt245
    @mattmatt245 2 роки тому +1

    Hi Jon. Did you do a video on how to remove duplicates when column values can be swapped like (1,2) and (2,1) would be a duplicate. Thanks

    • @ExcelCampus
      @ExcelCampus  2 роки тому +1

      I don't believe we have a video on that topic but we'll add it to our list for future videos. Thanks Matt!

    • @mattmatt245
      @mattmatt245 2 роки тому

      @@ExcelCampus Thanks, just keep in mind that column values can be numbers, letters or any combination of both.

  • @smartwork4768
    @smartwork4768 2 роки тому

    Hello Genius,
    I never miss your any of the videos and you are absolutely amazing in this.
    Well, i have one query if you could guide me here,
    - Let's say i have load query from folder and i have multiple files available in that folder belongs to every month sales and let's say i have built one report and loaded in excel using power query.
    - Now after deleting a few files from folder, how could i keep old file data in excel where i have loaded the query besides that file get removed from folder?
    - as we know after refracing of query it would load fresh data only in model.
    basically, i want to preserve old data also in my excel where i have load the query.
    Thanking you in advance.

  • @muhamadahadisatyaguna3545
    @muhamadahadisatyaguna3545 5 місяців тому

    4:56 how to Skip Blank Row ? In Table (Ctrl+T)?

  • @CCAFO
    @CCAFO 2 роки тому +1

    Great!

  • @peterjames8046
    @peterjames8046 2 роки тому

    Thanks Jon, the sequence spill is great and i will use it. I am using if(A4="","",counta($B$4:B4). this will re sequence your numbers as well.

  • @SirChiefUK
    @SirChiefUK 2 роки тому

    Very nice tutorial. Is there a way to add a sequence number automatically when you insert a new row above? The idea is from the table, the latest entry goes above the last data entered in a row.

  • @abdulrahmanmuslih141
    @abdulrahmanmuslih141 2 роки тому +1

    Thanks

  • @besslau3570
    @besslau3570 9 місяців тому

    Hi thank you for video. But it appears to be #ref when I use =sequence(rows(D2#)), why is that ?

  • @saichandu5965
    @saichandu5965 Рік тому

    Am trying to get the unique series of number including numeric and alpha ets say I have dataset of duplicate I'ds and IDs with same and in diff projects..want to give an unique series of number and it should not change it should be unique to map other datasets can we do it

  • @RizwanAli-wt9dr
    @RizwanAli-wt9dr Рік тому

    hello Sir, i really appreciate your detailed work. Thank you so much.
    but i wan to request you please attach that file in the comments. also please share how did you apply data validation in Cell C3 in method 4 - Dynamic List with Dynamic Array Formula.

    • @RizwanAli-wt9dr
      @RizwanAli-wt9dr Рік тому

      ok i got it. i watched it again. how did you create list in Cell C3. Thanks

  • @nuchamber
    @nuchamber 2 роки тому

    Hi John. I've spilled a single column via a filter of a list--however I want the spill to populate 3 columns of similar rows... the single column contains a simple word in each row. I'd like the spill to flow into maybe 3 columns of single words. Can you figure it out?

  • @ronaldlamb9766
    @ronaldlamb9766 2 роки тому +1

    Very helpful. I have been chasing a re-numbering challenge for doing hierarchy or Outline numbering like MS Project can do. That is, 1.1, 1.1.1, 1.1.2, 1.1.3 If you want to insert a new row as a new 1.1.2, you need the existing 1.1.2 to become 1.1.3 and the current 1.1.3 to become 1.1.4 etc. This is needed when crafting a hierarchy that will then be imported into something that required hiearchial numbering or a way to understand child / parent relationships. e.g. 1.1.1 row is a child of row 1.1 Any help on how to do that is appreciated. Think of it as an ontology. That is, each row starts with its outline number in column A, then there are multiple columns that have properties for that row's main subject (the main subject likely is in column B) All the other columns have headers, and the content at each row is either from a fixed list or open list

    • @jerekson
      @jerekson Рік тому

      Would be interested if you found a solution for this! I am trying to do exactly this for a research and evaluation framework, with outline structure in three levels: 1, 1.1, 1.1.1

  • @phoneAmobileNotary
    @phoneAmobileNotary Рік тому

    Hi Jon, First, I'd like to say that your tutorial is so good because you are articulate on the subject matter. People inject words like: ah, um etc., which makes for disjointed speech or, what they are trying to show does not work so they lose me with my ADHD attention span! ... I wish I could upload a screenshot so that you could see I typed your formula correctly. I tried the 4th numbered list [=SEQUENCE(rows(b5#)], and it did not work. I tried it at home and work, and I get #REF! All of your other formulas work. What could it be? Thanks, and keep tutoring!

    • @ExcelCampus
      @ExcelCampus  Рік тому

      Hi Marci,
      Thank you for the nice feedback. There must be a spill range starting in cell B5. If not, then the formula will return the #REF error. You must also be on a version of Excel that supports dynamic array formulas and has the SEQUENCE function. This will be a modern version of Excel. Excel 2021 or later.
      I hope that helps get you started in solving this issue. Thanks again and have a nice day! 🙂

    • @phoneAmobileNotary
      @phoneAmobileNotary Рік тому

      @@ExcelCampus Thank you so much for responding! I kept at that formula and what I found was that I was not closing the formula at the end with a paren! I think I kept missing it because of the header information in the formula. So simple yet so easily missed!

  • @myomyoaung8831
    @myomyoaung8831 2 роки тому

    I can not use #sign in Sequence function with Rows function.Show up Ref error. Help me.

  • @IvanCortinas_ES
    @IvanCortinas_ES 2 роки тому

    A very interesting tutorial. I am verifying that it does not allow me to customize the format using "." in the spilled-array with the SEQUENCE function.

  • @excellNexcel
    @excellNexcel 2 роки тому

    Here is another way:
    =SEQUENCE(ROWS(A1)+COUNTA(table1)-1 ,1)
    table1 is the name of the named table. CountA will contain the number of rows in the table. The only problem with this formula is that if you insert a blank row, the table numbers will not update UNLESS you put some values in the empty rows. To overcome this issue, I used the count blank
    =SEQUENCE(ROWS(A1)+COUNTA(table12)-1 +COUNTBLANK(table12),1)

  • @sheikabdullah6845
    @sheikabdullah6845 2 роки тому

    How to remove the space before and after the contents in excel in large number of line items

    • @kevingodsave8893
      @kevingodsave8893 2 роки тому

      try using the trim function

    • @ExcelCampus
      @ExcelCampus  2 роки тому

      Hi Sheik,
      We have a video on 5 ways to remove blank spaces. Here is the link. ua-cam.com/video/zNLZcqOeMcw/v-deo.html
      I hope that helps. Thanks again and have a nice weekend! 🙂

  • @darshanadagha5603
    @darshanadagha5603 2 роки тому +1

    Thanks for these wonderful tips always👍

  • @atherbeg2177
    @atherbeg2177 Рік тому

    # is giving REF error, in sequence formula, Please help