remove bullet points from cells

dbwiz

Active Member
Joined
Nov 20, 2007
Messages
275
Col C has apparently been copied from a large Word doc into Excel - and each cell is not only wrap around text, but has bullet points. Other than going into each cell and clicking delete a few times, is there a way to remove all the bullet points - or replace them with blank?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Col C has apparently been copied from a large Word doc into Excel - and each cell is not only wrap around text, but has bullet points. Other than going into each cell and clicking delete a few times, is there a way to remove all the bullet points - or replace them with blank?

Did you try Find and Replace. The Find would be the bullet and spaces if any and the replace would be nothing not even a space. Works in 2007
Maybe it will work for you.
 
Upvote 0
Possible formula solution:

So if E5 is the junk cell;
=CLEAN(SUBSTITUTE(E5,"•",""))

May copy/paste your bullet into the formula.

SUBSTITUTE performs the bullet exchange, CLEAN strips off non-printable characters.
 
Upvote 0

Forum statistics

Threads
1,224,583
Messages
6,179,672
Members
452,937
Latest member
Bhg1984

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