Jump to content

Microsoft Excel Numbering

Go to solution Solved by Guest,
2 minutes ago, pbx2 said:

 

 

Copied from Wikipedia, i want them in an excel book all in separate cells

Oh right I understand now. 

 

Paste your list into a single cell, e.g.: 

Spoiler

1.thumb.png.8383d8cf4e11ea4d3384e2584b6bf71c.png

 

Go to the 'Data' tab, and then 'Text to Columns'

Choose 'Delimited'

Utick 'Tab' and select 'Comma'

Spoiler

2.png.04d9da833d1cf031c28c9e49a78194c0.png

 

Leave it as General or whatever and click Finish. 

 

Note that this assumes there's something you can base the separate values on, such as a comma, tab or space

 

If you then want to turn those values into a single column, select them all, right click and select copy. Then right click wherever and in the paste option choose Transpose (icon is a rotated column to row) 

Is there a way to automatically, easily add numbers to cells so that i can put something that does not form a pattern but is already typed out to each cell

 

Like 1,56,76,899,5678 so that it looks like:

1

56

76

899

5678

--- Purple Prime ---
i7 8700k + Hyper 212 Evo | MSI Z370 Gaming Pro CarbonG-Skill Trident Z 3000Mhz RGB 16GB | Gigabyte Aorus GTX 1080ti

Crucial MX500 500GB | WD Black 2TB | Corsair RM850i | Fractal Design Define R4LG 27UD68-P | Logitech G502 + G910 | Windows 10 Pro

--- Proteus Server ---

AyyMD Ryzen 5 3600 | Asrock B450m Pro-4 | Crucial Ballistix Sport LT 32 GB (2 x 16 GB) | Sapphire RX570 NITRO+ 8GB

Crucial MX500 1TB + Samsung Spinpoint F4 2TB + Seagate 1TB 2.5" + 5TB iDrive  | Windows 10 Pro (Temporary)


--- Camera Stuff ---
Canon EOS 77D | Canon EF-S 18-55 f/4-5.6 IS STM | Canon EF-S 55-250 f/4-5.6 IS STM | Canon EF 50mm f/1.8 STM 
Zoom H5 + XY-5
Phone - Oneplus 6T

Link to comment
https://linustechtips.com/topic/760570-microsoft-excel-numbering/
Share on other sites

Link to post
Share on other sites

Just now, AUniqueName said:

Ummm, what's the relation between those numbers? Where are you getting them from?

I basically want to be able to paste in train serial numbers easier, Lets say i have

153301, 153304, 153307, 153315-153317, 153324, 153328, 153330-153332, 153351, 153352, 153358-153360, 153363, 153378

 

I want to drop those numbers into separate cells quicker than typing them all in or copying them one by one.

--- Purple Prime ---
i7 8700k + Hyper 212 Evo | MSI Z370 Gaming Pro CarbonG-Skill Trident Z 3000Mhz RGB 16GB | Gigabyte Aorus GTX 1080ti

Crucial MX500 500GB | WD Black 2TB | Corsair RM850i | Fractal Design Define R4LG 27UD68-P | Logitech G502 + G910 | Windows 10 Pro

--- Proteus Server ---

AyyMD Ryzen 5 3600 | Asrock B450m Pro-4 | Crucial Ballistix Sport LT 32 GB (2 x 16 GB) | Sapphire RX570 NITRO+ 8GB

Crucial MX500 1TB + Samsung Spinpoint F4 2TB + Seagate 1TB 2.5" + 5TB iDrive  | Windows 10 Pro (Temporary)


--- Camera Stuff ---
Canon EOS 77D | Canon EF-S 18-55 f/4-5.6 IS STM | Canon EF-S 55-250 f/4-5.6 IS STM | Canon EF 50mm f/1.8 STM 
Zoom H5 + XY-5
Phone - Oneplus 6T

Link to post
Share on other sites

1 minute ago, pbx2 said:

I basically want to be able to paste in train serial numbers easier, Lets say i have

153301, 153304, 153307, 153315-153317, 153324, 153328, 153330-153332, 153351, 153352, 153358-153360, 153363, 153378

 

I want to drop those numbers into separate cells quicker than typing them all in or copying them one by one.

Do you have those in a separate file or anything? Or are you just getting them one by one from somewhere? 

Link to post
Share on other sites

1 minute ago, AUniqueName said:

Do you have those in a separate file or anything? Or are you just getting them one by one from somewhere? 

 

 

Copied from Wikipedia, i want them in an excel book all in separate cells

--- Purple Prime ---
i7 8700k + Hyper 212 Evo | MSI Z370 Gaming Pro CarbonG-Skill Trident Z 3000Mhz RGB 16GB | Gigabyte Aorus GTX 1080ti

Crucial MX500 500GB | WD Black 2TB | Corsair RM850i | Fractal Design Define R4LG 27UD68-P | Logitech G502 + G910 | Windows 10 Pro

--- Proteus Server ---

AyyMD Ryzen 5 3600 | Asrock B450m Pro-4 | Crucial Ballistix Sport LT 32 GB (2 x 16 GB) | Sapphire RX570 NITRO+ 8GB

Crucial MX500 1TB + Samsung Spinpoint F4 2TB + Seagate 1TB 2.5" + 5TB iDrive  | Windows 10 Pro (Temporary)


--- Camera Stuff ---
Canon EOS 77D | Canon EF-S 18-55 f/4-5.6 IS STM | Canon EF-S 55-250 f/4-5.6 IS STM | Canon EF 50mm f/1.8 STM 
Zoom H5 + XY-5
Phone - Oneplus 6T

Link to post
Share on other sites

2 minutes ago, pbx2 said:

 

 

Copied from Wikipedia, i want them in an excel book all in separate cells

Oh right I understand now. 

 

Paste your list into a single cell, e.g.: 

Spoiler

1.thumb.png.8383d8cf4e11ea4d3384e2584b6bf71c.png

 

Go to the 'Data' tab, and then 'Text to Columns'

Choose 'Delimited'

Utick 'Tab' and select 'Comma'

Spoiler

2.png.04d9da833d1cf031c28c9e49a78194c0.png

 

Leave it as General or whatever and click Finish. 

 

Note that this assumes there's something you can base the separate values on, such as a comma, tab or space

 

If you then want to turn those values into a single column, select them all, right click and select copy. Then right click wherever and in the paste option choose Transpose (icon is a rotated column to row) 

Link to post
Share on other sites

10 minutes ago, AUniqueName said:

Oh right I understand now. 

 

Paste your list into a single cell, e.g.: 

  Reveal hidden contents

1.thumb.png.8383d8cf4e11ea4d3384e2584b6bf71c.png

 

Go to the 'Data' tab, and then 'Text to Columns'

Choose 'Delimited'

Utick 'Tab' and select 'Comma'

  Reveal hidden contents

2.png.04d9da833d1cf031c28c9e49a78194c0.png

 

Leave it as General or whatever and click Finish. 

 

Note that this assumes there's something you can base the separate values on, such as a comma, tab or space

 

If you then want to turn those values into a single column, select them all, right click and select copy. Then right click wherever and in the paste option choose Transpose (icon is a rotated column to row) 

Thanks very much

--- Purple Prime ---
i7 8700k + Hyper 212 Evo | MSI Z370 Gaming Pro CarbonG-Skill Trident Z 3000Mhz RGB 16GB | Gigabyte Aorus GTX 1080ti

Crucial MX500 500GB | WD Black 2TB | Corsair RM850i | Fractal Design Define R4LG 27UD68-P | Logitech G502 + G910 | Windows 10 Pro

--- Proteus Server ---

AyyMD Ryzen 5 3600 | Asrock B450m Pro-4 | Crucial Ballistix Sport LT 32 GB (2 x 16 GB) | Sapphire RX570 NITRO+ 8GB

Crucial MX500 1TB + Samsung Spinpoint F4 2TB + Seagate 1TB 2.5" + 5TB iDrive  | Windows 10 Pro (Temporary)


--- Camera Stuff ---
Canon EOS 77D | Canon EF-S 18-55 f/4-5.6 IS STM | Canon EF-S 55-250 f/4-5.6 IS STM | Canon EF 50mm f/1.8 STM 
Zoom H5 + XY-5
Phone - Oneplus 6T

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×