Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the number of characters are *exactly* as your example, try this:
=LEFT(RIGHT(A1,11),5) OR =LEFT(RIGHT(TRIM(A1),11),5) -- HTH, RD ================================================== === Please keep all correspondence within the Group, so all may benefit! ================================================== === "preydd" wrote in message ... I have these data in a column: 5100-10650 sales 5100-11250 sales How can I extract only 10650 and 11250 and present it in another column? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need to extract the first 3 digits from a cell (ex: AAG12345)? | Excel Worksheet Functions | |||
how to extract numbers from imported cell with text and numbers? | Excel Discussion (Misc queries) | |||
how do I extract hex digits in a cell and convert to binary | Excel Worksheet Functions | |||
Sorting numbers with differing numbers of digits | Excel Discussion (Misc queries) | |||
Formula to extract digits from a text string? | Excel Worksheet Functions |