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
SBS08 - RWW - FQDN - Can't Get it to Work?
Filtering Access Report
GAL does not show when trying to Delegate in outlook 07
SQL syntax error
Automatically backup a PST file without closing it.
Simple excel question
When does System.IO.Ports.SerialPort<wbr /> DataReceived event fire?
Setting Query Analyzer message display buffering
specifications for "lagetfields" function?
C# -- "Value==null"