Hello all -
I want to extract the data in the first cell (A2) to the 3 separate columns so that it reads "Text1 in Col1, Text2 in Col2, and so on... I can find the formula for before OR after but not before AND after.
I used this in Col1 =IFERROR(LEFT(A2,FIND(" ( )",A2)-1),A2)
I tried this in Col2 =IFERROR(TEXTAFTER(A2,"( ) ",2),"") but it gives me Text 2 and Text 3
Thanks!
I want to extract the data in the first cell (A2) to the 3 separate columns so that it reads "Text1 in Col1, Text2 in Col2, and so on... I can find the formula for before OR after but not before AND after.
Col1 | Col2 | Col3 | etc | |
() Text1 () Text2 ()Text3 |
I used this in Col1 =IFERROR(LEFT(A2,FIND(" ( )",A2)-1),A2)
I tried this in Col2 =IFERROR(TEXTAFTER(A2,"( ) ",2),"") but it gives me Text 2 and Text 3
Thanks!