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
Adding a new record and assigning the next number in the sequence
Show Powerpoint Slides on a VB6 form.
Create file path
FollowHyperlink on Access Form
how to paste a bitmap on a button
Calculate value of previous month using VB expression in SSRS report
Which permission I should give to an mssql user to be able to request the Query notifications?
Modal Window postback opens new windows instead of posting to itself!
recycle bin err
Unable to join a Win2008 server to a Windows 2008 Domain