Microsoft
Software
Hardware
Network
Question : Excel - Delete last 5 digits in cell
Excel file 8000 records
Column D = Zip column that has 5 digits (95864) or 10 digits (95864-5874)
I would like to remove the -xxxx from every cell (-xxxx could be any valule)
Any suggestions?
bob
Answer : Excel - Delete last 5 digits in cell
On a reread you may want to leave the 5 diguit numbers untouched and just edit the 10 digit strings, if so
=IF(LEN(D1)=10,LEFT(D1,L
EN(D1)-5)
,
D1)
Dave
Random Solutions
How to read a stack trace in visual studio
Sharepoint - How to view version history of all items in a list on a single page
Alter sp in sql 2008
What Is a Good Imaging Software For Installing Windows On Refurbashed Laptops?
Email Button In Access
Subreport not showing
Embed Excel into an Access tab control page
How to access MS CRM 4.0 intranet website over the internet?
Slow speeds accessing files from Windows Server 2008 Standard
Setting up our Maintenance Plan on our new SQL 2008