![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Posts: 95
|
[cell A1]:
abase adj. To lower in position, estimation, or the like; degrade. [cell A2]: abbess n. The lady superior of a nunnery. [cell A3]: abbey n. The group of buildings which collectively form the dwelling-place of a society of monks or nuns. [cell A4]: abbot n. The superior of a community of monks. Hi, I have 4 vertical cells above to represent a list of SAT words (5000 cells). Each cell is identical in format as in: 'word(space)type(period)definition(period)'. I need to separate into 3 columns. For ex: [cell A1] will be broken apart into A1, B1, and C1 with "abase", "v.", and "To lower in position, estimation, or the like; degrade.", respectively. PHPBB forum looks very nice Juan! Thank you. Tan Le |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,315
|
Quote:
In B2 enter: =LEFT(A2,SEARCH(" ",A2)-1) In C2 enter: =TRIM(MID(A2,SEARCH(" ",A2),SEARCH(".",A2)-SEARCH(" ",A2))) In D2 enter: =TRIM(SUBSTITUTE(A2,B2&" "&C2&".","")) where A2 houses the first entry you want to split. Aladin |
|
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Posts: 95
|
Thank you Aladin.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|