Excel formula to create Automatic Serial Numbers

Excel formula to create Automatic Serial Numbers is explained in this short video.
🍐Join my online course on Excel Tables
www.udemy.com/course/tables-i...
🍓Download my free eBook on Excel Macros
eepurl.com/gpT0RD
🍇Check these Books on Excel
xlncad.com/excel-resources/
🍉Read my articles on Excel
xlncad.com/
🍏Playlist for Shorts on Excel
• Short videos on Excel ...
#excelshorts #automaticserialnumber #exceltricks

Пікірлер: 14

  • @preethladybird
    @preethladybirdАй бұрын

    Thank u 🎉

  • @lazyreviewssupport9811
    @lazyreviewssupport9811Ай бұрын

    Delete works only if we delete using right click context menu 😢... Not by hitting del key 🗝

  • @o-skh

    @o-skh

    Ай бұрын

    You can use keyboard cntl and - key

  • @tenzinwangmo5149
    @tenzinwangmo51492 ай бұрын

    Plz add Tibet in country list. Thanks 🙏

  • @user-hw3ct5fm5n
    @user-hw3ct5fm5nАй бұрын

    How it's possible in different column in one table with continues number like one column 1-20 another one 21-40

  • @bhavapritaapara9274
    @bhavapritaapara92743 ай бұрын

    Thanks for sharing

  • @dmcindianfan5374
    @dmcindianfan53742 ай бұрын

    Can also be done by using if + counta

  • @lazyreviewssupport9811

    @lazyreviewssupport9811

    Ай бұрын

    Could you explain

  • @o-skh

    @o-skh

    Ай бұрын

    ​@lazyreviewssupport9811 Let's say your serial number start in A2 And data start in B2 Use this in A2 cell =IF(B2"", COUNTA($B$2:B2), "") Then drag it down to your desire range. This formula checks if cell B2 is not empty (""). If it contains data, it counts the number of non-empty cells from $B$2 to the current cell B2 using COUNTA($B$2:B2). This count is used as the serial number. If cell B2 is empty, it returns an empty string ("").

  • @drksbabu8728
    @drksbabu8728Ай бұрын

    What is 1here?

  • @mdshawkat1670
    @mdshawkat16702 ай бұрын

    How date will come automatice base on a other column

  • @901mra
    @901mra2 ай бұрын

    i want it in this way, if you can help. SR.No in column A. If i enter a value in column B, then it generates SR.No. in column A. Also their are blank rows in Column B (if i enter a value in B1, then it Auto generates SR.No._1 in A1, then i enter value in B6, and it Auto genarates SR.No._2 in A6, and so on........

  • @o-skh

    @o-skh

    Ай бұрын

    Put this formula in A2 =IF(B2"", COUNTA($B$2:B2), "") Then drag the formula in A2 down to the end of your desired range.

  • @RaviKumar-mc8mz
    @RaviKumar-mc8mz2 ай бұрын

    Its not working