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
Query showing Last Results only
Text box controls moving in SQL reports 2008
Software from Windows 95 O/S
W7 - Give limited users rights to install fonts
Long query in code does not run
[http error 400 - request is badly formed] appears randomly in .net application
Failed Exchange 2010: Remove data from domain.
ERROR MESSAGE ON REPORTING SERVICES URL
loop through all the DataRows in an array of data rows to update rows in a table
disable the mousewheel-jump-to-next/pr<wbr />evious-dat<wbr />arow