How to put sequence number in excel or Google Sheet Automatically

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024
  • #Sequence, #GoogleSheet, #Excel
    If you want to generate serial number of sequence number, then this video is for you. This video demonstrates how to generate sequence or serial number automatically as and when we add new record. It also demonstrates generating sequence number or series containing some text also. By combining text with sequence, you can generate any sequence or series in a desired format. Watch extension of this video, How to Generate Customizable Sequence Number in Excel or Google Sheets Automatically, at • How to Generate Custom...
    This video answers many common problems:
    How to Generate Sequence Number with Leading Zeros
    How to Generate Automatic number sequence
    How to use Sequence function in Google Sheet
    How to fill numbers in sequence in Google Sheet
    How to auto increment numbers in Google Sheet
    How to generate data sequence in Google Sheet
    How to generate serial numbers in Google Sheet automatically
    How to generate roll numbers in sequence
    How to generate employee numbers in sequence
    How to generate product numbers in sequence
    How to generate book numbers in sequence
    How to generate order numbers in sequence
    How to generate invoice numbers in sequence
    How to generate record numbers in sequence
    How to generate series in sequence
    How to generate buy numbers in sequence
    How to generate sell numbers in sequence
    Watch other USEFUL and INTERESTING Videos on Google Sheet:
    The Best way to use VLOOKUP | What is VLOOKUP? | What is the limitation of VLOOKUP?
    • How to use VLOOKUP | T...
    How to Fetch Data from a Website and Analyze it | NIRF Rankings data
    • How to Fetch Data from...
    How to put sequence number in excel or Google Sheet Automatically
    • How to put sequence nu...
    How to Show and Update World Clocks | Clocks of Many Different Countries at one place
    • How to Show and Update...
    How to Fetch Data from a Website and Analyze it | World Rankings data
    • How to Fetch Data from...
    How to Use GoogleTranslate() function to translate addresses into Regional Languages
    • How to Use GoogleTrans...
    How to Generate a Random Code (PAN or Student ID) | Learn to apply RAND, CHAR & CODE
    • How to Generate a Rand...
    How to do Wildcard Search | Search Masked Key | Search with Partial information
    • How to do Wildcard Sea...
    Reverse or Inverse Search | Reverse Lookup | INDEX MATCH | Reverse VLOOKUP
    • How to Reverse VLOOKUP...
    Fetch Google Scholar Data Citations h-index, i10-index of Research work automatically
    • How to Get Google Scho...
    How to use VLOOKUP instead of INDEX MATCH ?
    • How to use VLOOKUP ins...
    How to Search names in any formats Last First Middle or First Middle Last
    • How to Search names in...
    How to Calculate Age and Experience of Employees in Years Automatically
    • How to Calculate Age f...
    Fetch Google Scholar Data, Author's Profile Name and Affiliation, Automatically
    • How to Fetch Google Sc...
    Convert date in text to date format
    • How to convert text to...
    Combine Text with Text, Numbers, and Dates
    • How to Quickly Combine...
    How to Convert Text to Number | How to Sum Numbers that are as Text
    • How to Convert Text to...

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

  • @PhilipDrown
    @PhilipDrown Месяц назад +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  Месяц назад

      Thanks for the sub! Thank you for feedback!

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

    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  2 месяца назад

      Thank you for your suggestion.

  • @alexsocop
    @alexsocop 11 месяцев назад +1

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

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

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

  • @robh.1212
    @robh.1212 6 месяцев назад +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  6 месяцев назад

      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.

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

    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  11 месяцев назад +1

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

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

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

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

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

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

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

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

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

  • @JuanDuran-j8u
    @JuanDuran-j8u 10 месяцев назад

    Thank you!! Exactly what I was looking for?

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

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

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

      We can add date also using TODAY() 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

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

    Thanks alot for the simple and clear explanation 👍🏻

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

      Thank you for your feedback.

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

    This is helpful, Thank you.

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

    Thanks a lot!

  • @AbhilashM-l5x
    @AbhilashM-l5x 11 месяцев назад

    Thank you

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

    nice

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

      Thank you for your feedback.

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

    👍

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

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

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

    its really wonderful and easy solutions

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

      Thank you for your feedback!