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
ChDir that chooses a directory in the same parent directory as the current one
how to uninstall dot net framework 3.5 service pack?
Why won't my display information show on calendar
Printing Drafts in Outlook 2007 - Showing Date sent
Can access 2007 runtime accdr database open an Access 2007 accdb database in runtime only environment?
i keep getting runtime error 9 subscript out of range
How do I set up a password on Access
Checking service status with .bat file
Using C# code with VB.Net
Change font color in access when two criteria are met