Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
="E"&LEFT(A1,FIND(",",A1)-1)
="E"&RIGHT(A1,LEN(A1)-FIND(",",A1)) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Gabe" wrote in message ... That worked pretty good, but now my format is messed up? I'm looking to prefix the result with an "E" how would I do that? Before I just used a custom format of "E"#### that worked pretty good but when I use the formula it doesn't work. How can prefix it with an "E" for the following? A1 =Sheet1!A1 A1 displays the value (GE00205189) B1 =RIGHT(A1,4) B1 displays the value (5189) Thanks. "RagDyer" wrote: Try these text formulas: In B1, =LEFT(A1,FIND(",",A1)-1) In C1, =RIGHT(A1,LEN(A1)-FIND(",",A1)) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Gabe" wrote in message ... I am trying to split data from one cell to another, I tried using the TEXT To COLUMNS wizard but it wants to split the cell as a formula instead of the value. A1 =Sheet1!A1 A1 displays the value (please,help) How can I split the value of A1 into A2 and A3? Any help is greatly appriciated. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linked cells and text boxes | Excel Discussion (Misc queries) | |||
dates and text | Excel Discussion (Misc queries) | |||
Cell text based on 4 condition test | Excel Worksheet Functions | |||
SUMPRODUCT vs Text??? | Excel Worksheet Functions | |||
Read Text File into Excel Using VBA | Excel Discussion (Misc queries) |