Automatically number rows using Sequence and Counta in Excel!

  Рет қаралды 475,738

Easy Sheets

Easy Sheets

Жыл бұрын

Пікірлер: 80
@hristobarbolov5953
@hristobarbolov5953 Жыл бұрын
Never expected Eric Cartman to be on first place
@Kafj302
@Kafj302 Жыл бұрын
I mean what if he is just wearing a fat suit, and this was a long term study. So he sheds the fat suit and takes off at speed
@PianoKwanMan
@PianoKwanMan 10 ай бұрын
​@@Kafj302he'd be ripped from carrying all that extra weight, and the sweat
@buithach4084
@buithach4084 7 ай бұрын
how do you think he stays the same age after 30 years? That's right, guy's been vibrating the particles in his body since the 90s
@coastmalone
@coastmalone Жыл бұрын
Let me extend my gratitude for giving so so many great tutorials!
@tazguy371
@tazguy371 Жыл бұрын
You can also use the COUNTA() function on the entire column. Just subtract one or two for the headings.
@QwDragon
@QwDragon Жыл бұрын
Isn't excel supporting ranges like C3:C ?
@lubekdotnet
@lubekdotnet Жыл бұрын
​​@@QwDragon dont think so edit: it is dumb tho
@blaisemomin1106
@blaisemomin1106 Жыл бұрын
Can just Ctrl + Shift + ⬇️ on C3?
@christophersonawane
@christophersonawane Жыл бұрын
this man Excels at this.
@TriangularChica
@TriangularChica Жыл бұрын
*budum tss* 🥁
@V10Hotsauce
@V10Hotsauce Жыл бұрын
*budum tss* 🥁
@mic2968
@mic2968 Жыл бұрын
Top ten, maybe top 5 useful channels. By far. And I'm not even making spreadsheets yet. Thank YOU For sharing!!! You're a saint and a scholar!!!!
@neatrizareco4807
@neatrizareco4807 Жыл бұрын
You have no IDEA HOW MUCH I LOOOOOOOOOOOVE YOU🎉🎉🎉🎉🎉🎉. Thank you so much for your time
@michaeldeangelo4374
@michaeldeangelo4374 Жыл бұрын
These clips have been incredibly helpful to me.... Thanks!
@abbesatty9498
@abbesatty9498 Жыл бұрын
I used to combine arrayformula with row() and counta() formulas to achieve this lol. This is much elegant and far more readable. Thanks
@purpsonus
@purpsonus Жыл бұрын
You can always make it so it makes a number when you populate the b column. With the counta and then conctatonate # and a number
@EasymasterGuru
@EasymasterGuru Жыл бұрын
Also Insert your columns as a table and in the cell of the first row type =ROW()-X (X being the row number you will be starting from). Tab each row from then on.
@rachimvdr
@rachimvdr Жыл бұрын
tysm!!
@serenade8905
@serenade8905 Жыл бұрын
Thanks man I just needed this
@jvm0wlp35
@jvm0wlp35 Жыл бұрын
Really appreciate this❤
@ghettoghost2657
@ghettoghost2657 Жыл бұрын
Fantastic information
@Kal_sengupta
@Kal_sengupta Жыл бұрын
Thank you so darn much
@kennyljs
@kennyljs Жыл бұрын
Eric Cartman beat the Flash???? WTF???
@sameermpt1
@sameermpt1 10 ай бұрын
Man, I should have met you before. ❤ I was using =max(range)+1 so far.
@lizardmilk
@lizardmilk 8 ай бұрын
Great runners.
@ANunes06
@ANunes06 Жыл бұрын
Or you could use =Row()-2 and autofill by double clicking on the little box at the bottom right of that cell. Or you could use VBA to pull them into an array and really go crazy with Index/Match. Or you could ask why entering every runner in the order they finished was *fine* but entering their indices is a bridge too far. Sequence() is great. But Sequence(CountA()) reads like the scribblings of a madman to me XD
@Matt-lc8qt
@Matt-lc8qt Жыл бұрын
Not to mention that sequence won't work in a table due to spill and you still have to manually expand the range for counta if you do it the way he did it
@reinhardcontessa644
@reinhardcontessa644 9 ай бұрын
thank you
@xnetpc
@xnetpc Жыл бұрын
Your solution seems like more trouble than how I was shown how to do it. Go to whatever cell you want the first number to appear in, for example A1. Now go to the cell below it and type =A1+1 then copy the formula to the clipboard. Select however many cells you want to have a number in and paste the formula into every cell that you’ve selected. You will end up with row after row of ascending numbers.
@rehawi2001
@rehawi2001 Жыл бұрын
You ended by dragging down the arrow 😂
@adamlako
@adamlako 6 ай бұрын
Exactly 😂
@attila_the_hunk9685
@attila_the_hunk9685 Жыл бұрын
Great channel. Thanks mate. . 1 question - how can I/you adapt the formula to create a row space between each item, and have the list still update automatically..?
@tazguy371
@tazguy371 Жыл бұрын
I would use two columns - the source list, and a column for the formula to show every item twice. Then hide the duplicates using conditional formatting.
@whyareureadingthis6719
@whyareureadingthis6719 Жыл бұрын
But then you would need to update the range of your selection if you go over, instead you can just select all of column C and subtract 2
@mulisaurus
@mulisaurus Жыл бұрын
Nice. I always just referenced Rows() minus whatever
@pixelstriko1642
@pixelstriko1642 Жыл бұрын
The more I see these Excel shorts the more I realize they're just databases but user friendly.
@shrutisingla6551
@shrutisingla6551 Жыл бұрын
Very nice
@lavelclaytorsProjectswPurpose
@lavelclaytorsProjectswPurpose 5 ай бұрын
Wow, this is awesome! Can you couple this with concatenate? For example, if I wanted to allow it to Number, but also pull over the person’s first initial and last name.
@F_A_R_man
@F_A_R_man Жыл бұрын
If you have earlier version of Excel and can't use the SEQUENCE function, then you can use ROW func. instead. It's dynamic too. ="# "&ROW() ---- if you are on a top row ="# "&ROW() - 1 or 2 or more ---- depends how many row you are lower than the top one.
@ANunes06
@ANunes06 Жыл бұрын
That's better for this anyway. Sequence is nice for cross-sheet referencing of data sets, for sure. But there is no added value in this example.
@Boom080
@Boom080 Жыл бұрын
Never knew popeyes was a runner 🤔
@ilhaampv5033
@ilhaampv5033 Жыл бұрын
Could you do a tutorial how to clear up the spaces when some of the data is copied from another source and it is pasted on Excel?
@sonpham5639
@sonpham5639 7 ай бұрын
@Jupiterninja95
@Jupiterninja95 Жыл бұрын
You can also double click the corner of the cell instead of dragging down 1000+ rows
@zeepack
@zeepack Жыл бұрын
Agreed! Better!
@NestorCirhuza
@NestorCirhuza 6 ай бұрын
Hi @easy_sheets, What is the equivalent of this formula when data are not in range but table.
@Gukumatz07
@Gukumatz07 9 ай бұрын
Would it work if you insert a row after you have created the formula?
@gardenia8213
@gardenia8213 8 ай бұрын
So will that stop until the last cell you highlighted?
@AndriesduPlessis
@AndriesduPlessis Жыл бұрын
What about counting if column b is not blank?
@maamardli
@maamardli Жыл бұрын
Thank you very much! But it did not work in my table. Is there another way for numbering a column in a table ?
@ANunes06
@ANunes06 Жыл бұрын
Count the number of rows you have before your list of data starts. In this example it is 2 rows. In the desired column of the first row of your actual data, type ="# " & row() - X where X is that number of rows you counted. So here that would be ="# " & row() - 2 Then press enter, and the up arrow on your keyboard to return to that cell. Then double click on the little box that appears at the bottom right corner of the cell you typed that in. Have a snack.
@Matt-lc8qt
@Matt-lc8qt Жыл бұрын
​@@ANunes06 Even better do something like= "#"&row()-(row()-1) and you can move the table anywhere you want and the range will change dynamically
@mja1869
@mja1869 Жыл бұрын
Does this work when you paste this table on a PPT slide?
@713theresa
@713theresa 7 ай бұрын
What if you had Eric Cartman for the first three rows, but wanted him each time to #1. Say, if you were counting to create a unique ID. Would SEQUENCE work?
@KronyNo666
@KronyNo666 Жыл бұрын
nice
@leftysheppey
@leftysheppey Жыл бұрын
How would you edit this to do it with dates? Or is that not feasible. I'm currently graphing a weekly average statistic. I don't mind adding the date manually, but if there's a way to automate it, that'd be nice
@ANunes06
@ANunes06 Жыл бұрын
The command: =Today() will return today's date and =Now() will return the date and time In ye olden times, I would just do the math. Windows stores dates as integers, where 1/1/1900 is 0, and every second counts up from there. Type =DateValue(Today()) into a cell and hit enter. This will return the current date as the integer excel uses to "count" days. Type this number into the first row of the column you want to have these dates. Hit enter. In this next cell, type =[the cell directly above, ie "B1" or whatever] + [the number of days you want to iterate between rows. call it 1 here. Autofill to bottom. Highlight the column, right click and select Format Cells. Using this menu, convert to the date format of your choosing. It's old. But it works.
@leftysheppey
@leftysheppey Жыл бұрын
@@ANunes06 you're a very smart and good looking person, thank you for the help :)
@arkk1
@arkk1 Жыл бұрын
Is there a way to do this with dates?
@_Giorgio_
@_Giorgio_ Жыл бұрын
Or just select first cell, hold Shift and double click bottom right
@sdrawkcabdetfard
@sdrawkcabdetfard 9 ай бұрын
How to do it if you want the same number
@mariajaba5501
@mariajaba5501 9 ай бұрын
This formula workout for Google sheet?
@chrislawson1233
@chrislawson1233 Жыл бұрын
Is there a reason to leave column A empty, or is it just for aesthetics?
@rhynazoui7193
@rhynazoui7193 Жыл бұрын
Why nobody talking about the cartman is faster than flash💀💀💀
@SpiritofAloha11
@SpiritofAloha11 Жыл бұрын
Hold up I'm still entering my bar codes manually
@fabianlim4902
@fabianlim4902 10 ай бұрын
what about table
@user-qc6xp3cj2m
@user-qc6xp3cj2m 8 ай бұрын
Anyone who wants to get rid of any text before the counting starts can use the following code =IF(COUNTA(//Your column) > 0, "# " & SEQUENCE(COUNTA(//Same column)), "")
@lykourgosls2910
@lykourgosls2910 Жыл бұрын
What version of office you have?
@easy_sheets
@easy_sheets Жыл бұрын
365
@BilalAhmed-on4kd
@BilalAhmed-on4kd Жыл бұрын
Mojo jojo😭
@user-qj6ty1mt2f
@user-qj6ty1mt2f 9 ай бұрын
Howwwww do I do this same thing in Google sheets?!?!?! 😭😭
@user-fd1tv3gc5g
@user-fd1tv3gc5g 11 ай бұрын
why my cell show's" #NAME?"?
@scrivster
@scrivster 11 ай бұрын
i could definitely drag faster than this
@artyommanukyan4296
@artyommanukyan4296 9 ай бұрын
This doesn’t work in excel 2016
@redzebra6688
@redzebra6688 Жыл бұрын
Birdperson 😂😂😂
@Getoutmyway994
@Getoutmyway994 Жыл бұрын
Ph bound
@Natasha26
@Natasha26 Жыл бұрын
Isn’t Excel a great tool? Of course, mistakes happen and in the financial banking world, this can be catastrophic.
@voisvmujdzjnkwsulqnmqpthrudxgt
@voisvmujdzjnkwsulqnmqpthrudxgt Жыл бұрын
Skip a row
@MrAkurvaeletbe
@MrAkurvaeletbe Жыл бұрын
Excel is so damn unintuitive… how on earth are you supposed to know that…
Excel Fill Number the right way using the SEQUENCE function
7:07
Chris Menard
Рет қаралды 96 М.
Automatic Serial Number in Excel
3:19
TEKNISHA
Рет қаралды 84 М.
Little brothers couldn't stay calm when they noticed a bin lorry #shorts
00:32
Fabiosa Best Lifehacks
Рет қаралды 6 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 76 МЛН
Ouch.. 🤕
00:30
Celine & Michiel
Рет қаралды 29 МЛН
How to Automate Row numbers in Excel?
2:37
Excel to Excel
Рет қаралды 975 М.
How to combine tables dynamically (VSTACK) in Excel! #excel
1:00
Easy Sheets
Рет қаралды 402 М.
Reading a Google Sheets into Python
1:51
Scholar-U
Рет қаралды 168
Excel Tips - Don't Use Formulas! Use Ctrl + E Instead
2:53
Career Solutions
Рет қаралды 930 М.
How to create a pretty calendar in Excel! #excel #exceltutorial
1:01