Excel
Moderators: Shirley, Sabo, brian, rass, DaveInSeattle
- Steve of phpBB
- The Dude
- Posts: 9545
- Joined: Mon Mar 11, 2013 10:44 am
- Location: Feeling gravity's pull
Re: Excel
Is there a way to insert a hard-return within a cell so that the text after that goes onto the next line of the cell (while using Wrap Text)?
Just doing the regular return takes me to a different cell. But I would like multiple entries to be within the same cell, but on different lines.
For now I'm using a workaround where I just insert a bunch of spaces until the text moves where I want it to.
Just doing the regular return takes me to a different cell. But I would like multiple entries to be within the same cell, but on different lines.
For now I'm using a workaround where I just insert a bunch of spaces until the text moves where I want it to.
"He swore fluently, obscenely, and without repeating himself for just over a minute."
Mick Herron, "Down Cemetery Road"
Mick Herron, "Down Cemetery Road"
- Steve of phpBB
- The Dude
- Posts: 9545
- Joined: Mon Mar 11, 2013 10:44 am
- Location: Feeling gravity's pull
Re: Excel
Awesome. Thanks.
"He swore fluently, obscenely, and without repeating himself for just over a minute."
Mick Herron, "Down Cemetery Road"
Mick Herron, "Down Cemetery Road"
Re: Excel
So I have a file where duplicate numerical values in a column is causing an issue with a file being accepted into our software. Is there an easy way to renumber sequentially instead of having to manually type them in order?
Right now it is
1
2
3
4
5
1
2
3
4
5
And I need it to be
1
2
3
4
5
6
7
8
9
10
Right now it is
1
2
3
4
5
1
2
3
4
5
And I need it to be
1
2
3
4
5
6
7
8
9
10
Muh
- A_B
- The Dude
- Posts: 24975
- Joined: Mon Mar 11, 2013 7:36 am
- Location: Made with bits of real panther.
Re: Excel
you can create a dummy column and have it number (A1=1), A2=(A1+1) and copy it down. You'd need to paste as values after, or it will screw that formula up, though.
I don't know how much excel you know so I just thought of that as an easy fix. But if I get to help you and belittle you I'll take it.
There's probably a much cooler way to do this, anyway
I don't know how much excel you know so I just thought of that as an easy fix. But if I get to help you and belittle you I'll take it.
There's probably a much cooler way to do this, anyway
One milkshake to bring all the boys to the yard and in the darkness bind them.
Re: Excel
Thanks. I figured out if I just typed 1, 2, 3 in the first three cells, highlighted them, and then dragged the bottom right of the last cell down, it fixed it.A_B wrote: Tue Apr 29, 2025 1:11 pm you can create a dummy column and have it number (A1=1), A2=(A1+1) and copy it down. You'd need to paste as values after, or it will screw that formula up, though.
I don't know how much excel you know so I just thought of that as an easy fix. But if I get to help you and belittle you I'll take it.
There's probably a much cooler way to do this, anyway
Muh
Re: Excel
When I need to do this I usually use the ROW function. ie if it starts in column A row 5 I'd use =ROW(A5)-4 and copy that the whole way down. You could just use =A5+1 in A6 and copy that down but if you delete a row anywhere in there it would screw everything up. I'd have to see the file to see exactly what you were trying to do though.
Pack a vest for your james in the city of intercourse
Re: Excel
This is what I was going to suggest. Keep it simple. You could also type 1 and then 2, select them and then double-click the little square on the bottom right of your selection. It'll usually fill in the rest automatically.Giff wrote: Tue Apr 29, 2025 1:54 pmThanks. I figured out if I just typed 1, 2, 3 in the first three cells, highlighted them, and then dragged the bottom right of the last cell down, it fixed it.A_B wrote: Tue Apr 29, 2025 1:11 pm you can create a dummy column and have it number (A1=1), A2=(A1+1) and copy it down. You'd need to paste as values after, or it will screw that formula up, though.
I don't know how much excel you know so I just thought of that as an easy fix. But if I get to help you and belittle you I'll take it.
There's probably a much cooler way to do this, anyway
Totally Kafkaesque