Extracting Text

jk11111

New Member
Joined
Sep 27, 2018
Messages
5
Hello! I have a report that will populate out separate line items with each new note that has been added. At the end of the cell within the ( ) which contains the information that I need to extract and have the ( ) removed. Each cell within this column can either have one or multiple sets of ( ). Below is an example. Any assistance is greatly welcomed!

01/26/2016
cndoczq cndoczq qdctqd: nztzh zhhnodq ny zznzwtond1 zhnodzn zodq ck 60310. cndoczq cndoczq zmount: zommqntk: qxhqnkq. (asdfznzwtd1gkzznqznkomafv)
01/18/2016
ktztuk zhzngqd tnom cn hnognqkk/dzncDzTcON nqQUcnqD to zOMhnqTqD/zONtcnMqD. (gkk - Jqkkczz Wncght)
01/17/2016
ktonq dckt nzngq. (Sample Extract Info Needed)

<tbody>
</tbody>
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
=SUBSTITUTE(TRIM(RIGHT(SUBSTITUTE(A1,"(",REPT(" ",255)),255)),")","")


Excel 2010
AB
101/26/2016 cndoczq cndoczq qdctqd: nztzh zhhnodq ny zznzwtond1 zhnodzn zodq ck 60310. cndoczq cndoczq zmount: zommqntk: qxhqnkq. (asdfznzwtd1gkzznqznkomafv) 01/18/2016 ktztuk zhzngqd tnom cn hnognqkk/dzncDzTcON nqQUcnqD to zOMhnqTqD/zONtcnMqD. (gkk - Jqkkczz Wncght) 01/17/2016 ktonq dckt nzngq. (Sample Extract Info Needed)Sample Extract Info Needed
Sheet1
Cell Formulas
RangeFormula
B1=SUBSTITUTE(TRIM(RIGHT(SUBSTITUTE(A1,"(",REPT(" ",255)),255)),")","")
 
Upvote 0

Forum statistics

Threads
1,213,543
Messages
6,114,243
Members
448,555
Latest member
RobertJones1986

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top