List of Numbers from one Cell

EXCELHELPMEPLS96

New Member
Joined
Jun 6, 2023
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hey

I am looking to be able to pull a list of numbers in separate row from one cell,

for example i have a cell that states "23000 - 23010", i want 11 seperate cells that say 23000,23001,23002 etc

is this possible?

what I currently do it type the first two and drag down as far as I need but I need to do this for lots of different cells so if I can steamline it that would be great
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hi & welcome to MrExcel.
How about
Fluff.xlsm
A
123000 - 23010
223000
323001
423002
523003
623004
723005
823006
923007
1023008
1123009
1223010
13
Master
Cell Formulas
RangeFormula
A2:A12A2=LET(s,TEXTBEFORE(A1,"-"),SEQUENCE(TEXTAFTER(A1,"-")-s+1,,s))
Dynamic array formulas.
 
Upvote 1
Solution
You're welcome & thanks for the feedback.
 
Upvote 1

Forum statistics

Threads
1,216,086
Messages
6,128,736
Members
449,466
Latest member
Peter Juhnke

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top