Excel deleting some numbers from an excel document

S

Seth

I have a spread sheet that has (example) numbers in a cell 45% (5/11) in a
cell or 60% (60/100) in a cell. I have hundreds of cells each with different
series of numbers all with a 1-2 or 3 diget % and two numbers in (). I want
to delete the number in parenthesis and the parenthesis. I can do it cell by
cell but I figure that there should be some way to reformat the cells to do
it in mass
 
N

Niek Otten

=LEFT(A1,FIND("%",A1))

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

|I have a spread sheet that has (example) numbers in a cell 45% (5/11) in a
| cell or 60% (60/100) in a cell. I have hundreds of cells each with different
| series of numbers all with a 1-2 or 3 diget % and two numbers in (). I want
| to delete the number in parenthesis and the parenthesis. I can do it cell by
| cell but I figure that there should be some way to reformat the cells to do
| it in mass
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top