Data extraction from cell in excel 2003

Gandalf the Grey

New Member
Joined
Apr 11, 2013
Messages
11
Data in cell A1 - 1) A Q
Data in cell A2 - 12) V
Data in cell A3 - 131) B H L

How do I throw away the #) and the following space in cells A1, A2, and A3 and save the rest?
Excel 2003 answer, please. ie. no VBA.

Thanks
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
maybe something like....

=TRIM(SUBSTITUTE(A1,LEFT(A1,FIND(" ",A1)-1),""))
 
Upvote 0
Re: [Resolved] Data extraction from cell in excel 2003

If you are wanting to physically change your original data within the cells the data reside in, then there is a non-formula method to do that... select the column or columns of cells containing the data you want to change, press CTRL+H to bring up the Replace dialog box, type "*) " (without the quotes, so you are typing asterisk, right parenthesis, space) into the "Find what" field, leave the "Replace with" field empty, click the "Options>>" button and make sure the "Match entire cell contents" checkbox is not checked, then click the "Replace All" button.
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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