Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I was wondering if there is a function similar to chunk expressions? In my case I have cells in column A that start with a number and is followed by sevral words. All I want to do is extract the number (as a number) and the associated number in the column beside it into an array. Column A Column B 145 This is a test 54 234 more of it 230 I would like an array for each cell in Range("A1:A300") 145,54 234,230 .... In some languages I would just use a "word" expression ... ie put word 1 of cell A1 & "," and cell B1 Is there something similar in Excel? thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extracting parts of a cell when only certain words appear | Excel Discussion (Misc queries) | |||
Separating numbers and words into separate columns | Excel Discussion (Misc queries) | |||
Separating words in a single cell | Excel Discussion (Misc queries) | |||
Separating Words From a Text String | Excel Programming | |||
Extracting just the color words | Excel Worksheet Functions |