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
MS Access turn values into percentages
MS Project and SQL Server
tweaking my stored proc
Can't run Maintance plans scheduled, get error
Disable WSUS Client Update Over 3G and VPN
Macro notification question
extract numbers from a cell
HTTP 404 Not Found when submitting a Post in a Blog site.
How to retrive OU Properties in an Active Directory using VB.NET
Joining a remote Windows 7 client to an SBS 2008 domain