How to extract the

raveensrp

New Member
Joined
Jan 17, 2012
Messages
2
Hello friends,
I am framing a question paper and i have extracted the answers from the questions but I just need the choice letter and not the text after the choice. Is there a way in excel to delete everything after the " . " from the table ?

A1 B1
1 d. All of the above
2 d. Orthography
3 a. 105%
4 b. 20 persons
5 a. Restricted employees
6 b. The point of insertion
7 d. Arms
8 b. alter ego
9 a. boosting perception
10 b. inter galaxy

For example
1 d.
2 d.
3 a.
I am expecting it to be like this without the text.
Regards,
Raveen​
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Welcome to the MrExcel board!

You can do this quite quickly & easily manually as folows.

1. Select the column (B) by clicking its heading label.

2. Edit/Replace|Find what: .* |Replace with: . |In Options ensure 'Match entire cell contents' is not checked|Replace All

A macro could be set up to do this if it is a frequent task.

If you wanted a formula method to use in another column:

=LEFT(B1,FIND(".",B1))
 
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,822
Members
449,470
Latest member
Subhash Chand

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