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 copy rows from a table and put them in same table and joined to two other tables ?
SQL Insert INTO script syntax error
Access 2003 - Upon opening DB, .dlls and .ocx errors
Code Pause - sometimes
Upgrading Windows Business Vista to Windows 7 on a Sony Vaio UX series micro computer due to low HDD space
IText "Could not load file..." error Question
Auto-update "HOSTS" file for Windows OS
How to change data arrangement from Raw arrangement into column arrangement
Forefront TMG - Outbound IPSec Connection gets blocked
populate textbox value into table field using code