L
Legacy 362812
Guest
Hi, I have a spreadsheet with numbering baked into each cell. For example:
[TABLE="class: outer_border, width: 300, align: left"]
<tbody>[TR]
[TD]1. Pancakes
[/TD]
[/TR]
[TR]
[TD]2. Waffles[/TD]
[/TR]
[TR]
[TD]3. French Toast[/TD]
[/TR]
[TR]
[TD]34. Peach Pie[/TD]
[/TR]
[TR]
[TD]167. Filet Mignon[/TD]
[/TR]
</tbody>[/TABLE]
There are 100 cells and I want to remove the "1. " or "167. " from each cell so that I end up with...
[TABLE="class: outer_border, width: 300"]
<tbody>[TR]
[TD]Pancakes[/TD]
[/TR]
[TR]
[TD]Waffles[/TD]
[/TR]
[TR]
[TD]French Toast[/TD]
[/TR]
[TR]
[TD]Peach Pie[/TD]
[/TR]
[TR]
[TD]Filet Mignon[/TD]
[/TR]
</tbody>[/TABLE]
How would I do it (besides the obvious "click into each cell and remove what you don't want"? I'm running Excel for Mac 2015. I'm not super-familiar with formulas nor vba scripts. Thanks in advance for your help!
[TABLE="class: outer_border, width: 300, align: left"]
<tbody>[TR]
[TD]1. Pancakes
[/TD]
[/TR]
[TR]
[TD]2. Waffles[/TD]
[/TR]
[TR]
[TD]3. French Toast[/TD]
[/TR]
[TR]
[TD]34. Peach Pie[/TD]
[/TR]
[TR]
[TD]167. Filet Mignon[/TD]
[/TR]
</tbody>[/TABLE]
There are 100 cells and I want to remove the "1. " or "167. " from each cell so that I end up with...
[TABLE="class: outer_border, width: 300"]
<tbody>[TR]
[TD]Pancakes[/TD]
[/TR]
[TR]
[TD]Waffles[/TD]
[/TR]
[TR]
[TD]French Toast[/TD]
[/TR]
[TR]
[TD]Peach Pie[/TD]
[/TR]
[TR]
[TD]Filet Mignon[/TD]
[/TR]
</tbody>[/TABLE]
How would I do it (besides the obvious "click into each cell and remove what you don't want"? I'm running Excel for Mac 2015. I'm not super-familiar with formulas nor vba scripts. Thanks in advance for your help!