The first row of an Excel spreadsheet is, by default, labeled “1”.
Is there a way – perhaps by making that row a header – of, in effect, labeling that row “0”?
I would like the actual first row of my content to be in row number one.
Thanks!
mmm
The first row of an Excel spreadsheet is, by default, labeled “1”.
Is there a way – perhaps by making that row a header – of, in effect, labeling that row “0”?
I would like the actual first row of my content to be in row number one.
Thanks!
mmm
If you really think it’s worth the effort, Try this.
For what purpose? For use in formulas? You could select the entire row, then label it and use that in references. However a number is not a valid reference, you would need to name it something like x0
Definitely not worth the effort, but thanks.
I want to track how many calories and carbs I eat daily. I’d like to know I am on day 44 without mentally subtracting 1 from the default column of numbers on the left.
Anyway, I just decided to add a new first column and manually number it.
mmm
The simplest solution is almost always the best.
You could make column A be a sum: ‘DAY (row# -1):’ in bold text.
Yeah, I could, but I’ve already manually numbered the rows up to 50.
To be honest, that’s pretty optimistic.
mmm
I also find it simpler to create “value of cell above plus 1”.
Easier than manually numbering. Set A2 to 1, then below it =A2+1, copy that formula all the way down. (It will automatically adjust, A3, A4, A5, etc.)
If you’re worried about screwing it up later, do this - select the column, copy and “Paste Values” into the same place. Presto, manually numbered up to several hundred in seconds.
Incidentally, this also works for dates. First row (or second rwo) 26-Jul-23 and cell below it is “above plus 1”. copy all the way down. If it looks funny, format column as date. Copy and paste value if necessary.
Copy - then Paste Values - is a good way to turn calculated values into hard numbers so they won’t change… making the sheet simpler.
Since you sound like you’re learning - you know if you put something in a cell, select the cell, then hover over the bottom right (small square on the selected cell(s) outline) the cursor turns from hollow “+” to solid black “+”. While it’s solid black, you can click and drag to copy the formula into further cells.
Not … manually ?!
You could automate that:
Set A1 to 0
set A2 to =(a1)+1
then copy cell a2, highlight the rest of column A and press ctrl+V
ETA … ninjad.
I must point out that it took me approximately 27 seconds.
mmm
Ah.
If 50 is all you need then you’ve probably saved a few seconds !
Alternatively for any repeating sequence in Excel, just type in the first few, in this case 1 then 2, left click and highlight the two cells and drag down the right bottom corner as far as you want. Works for any sequence. Like dates. Or if you did 1 and then a blank cell it would sequentially number every second cell.