How to put sequence number in excel or Google Sheet Automatically

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

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

  • @PhilipDrown
    @PhilipDrown 5 месяцев назад +1

    You definitely deserve the like and subscribe I just gave you...plus a lot more! You are the only person who provided a reasonable solution to this issue without getting into AppScript or other more complicated approaches. Thank you!

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

      Thanks for the sub! Thank you for feedback!

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

    Thank you so very much, you literally saved my life! Very clear and understandable explanation.

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

      You are welcome! Feel happy for it being useful to you.

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

    Took a while to understand that you were explaining the basic concept first but it's worth it cos we understand how to apply in different situations. A tip would be to get to the point first and then explain the concept after. Thank you!

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

      Thank you for your suggestion.

  • @JuanDuran-j8u
    @JuanDuran-j8u Год назад

    Thank you!! Exactly what I was looking for?

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

    Just what I've been looking for. Can't thank you enough. God bless.

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

    This is helpful, Thank you.

  • @robh.1212
    @robh.1212 10 месяцев назад +1

    I have a table with hundreds of stock trades. I would like exel to auto generate a new unique ID for each trade as I add it to the table. I would like that ID to stick with the row that contains the trade even when I sort the table by various columns (such as date or name of stock etc.). I can get excel to auto generate a number using concate but that makes the numbers long and awkward. Is there a way to get excel to auto generate a Unique ID for each trade so that I can re-sort by ID and get them back in chronological order?

    • @ApplyIT2021
      @ApplyIT2021  10 месяцев назад

      That is an interesting problem. The solution of it depends on how unique ID is generated:
      1. Unique ID is generated as an increasing sequence number.
      2. Unique ID is generated based on one or more cell values of a particular row.
      For case 2, sorting will not have any effect.
      For case 1, we need to keep our original sheet as it is and copy everything and paste everything as values (Paste Special / Paste as Values) into another temporary sheet and perform sorting etc. This requires additional effort of copy and paste, but it would work.
      If we do not want to go for case 1, we can think of some unique ID that is dependent on cell values of that particular row for which we want to generate unique ID. For example, combination of Scrip and timestamp (date and time represented as a long number) should be sufficient to avoid duplicate id.

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

    Thanks alot for the simple and clear explanation 👍🏻

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

      Thank you for your feedback.

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

    Pls make a video on how to make a trading journal in Google sheet .thanks for ur efforts

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

      Thank you for your suggestion and input. We will do it in near future.

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

    Hello, thank you for the thorough video.
    I'm trying to create the following sequence:
    AA-0001, once it reaches to AA-9999, it should flip to AB-0001 and so on. This gives over 6+ million possibilities. How would I go about creating this?

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

      That is an interesting and very useful requirement. Will explore and let you know.

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

      You can find the following video useful to address the solution of the mentioned problem. ruclips.net/video/_WBvJbIz23w/видео.html

  • @luisbizarron2383
    @luisbizarron2383 8 месяцев назад

    If i want to generate a number+letter+date to come out together will that work?

    • @ApplyIT2021
      @ApplyIT2021  8 месяцев назад

      We can add date also using TODAY() function.

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

    Thanks a lot!

  • @superkidz.academy
    @superkidz.academy 11 месяцев назад

    its really wonderful and easy solutions

    • @ApplyIT2021
      @ApplyIT2021  11 месяцев назад

      Thank you for your feedback!

  • @AbhilashM-l5x
    @AbhilashM-l5x Год назад

    Thank you

  • @sumandas.5956
    @sumandas.5956 2 года назад

    EXELLENT INFORMATION SIR. SO I WANT 100 & 200 EMA IN WEELY BASIS, HOW FORMULA CREAT ? PLEASE PROVIDE ME.

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

    I like how to explain and why to use this function only

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

      For which problem, you used this function?

    • @BhavyaKachhadiya
      @BhavyaKachhadiya Месяц назад +1

      @ to generate a number automatically using sequence and counta function

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

    How would this work if you wanted to have ‘buy’ or ‘sell’ with the sequenced number?
    Thanks in advance 👍

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

      If we want to use the sequence for buy and sell transactions, it is possible. We need to add one column in which we select BUY or SELL and based on the value of that column, we can generate BUY-001 then next could be SELL-002

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

      @@ApplyIT2021 thanks for the response - could you demonstrate like the first video?

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

      @@petermillett2248 Sure, I will make a video to solve this problem.

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

      @@ApplyIT2021 legend! Thanks

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

      @@petermillett2248 I have provided solution of your problem in the video, How to Generate Customizable Sequence Number in Excel or Google Sheets Automatically,
      ruclips.net/video/iTkQ1_PY6rg/видео.html

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

    Thank you sir, this works well.
    Nevertheless, Could the final output (Cloumn A) be done without the whole column B? or could we just merge the formula from column B into column A formula for output because the whole column B seems redundant although it works.

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

      I think I figure it out, thanks.
      =ARRAYFORMULA(IF(NOT(ISBLANK(F2:F)),"MYPREFIX"&TEXT((SEQUENCE(COUNT(F2:F))),"0000"),""))

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

      Two columns will be needed because if the output of sequence() is concatenated with some other text in a single formula, then all sequence numbers will be 1 (the starting number for each sequence) and we will not get the desired result.

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

    nice

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

      Thank you for your feedback.

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

    🌹🌹🌹🌹🌹🌹🌹❤❤❤❤❤❤❤❤

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

    👍