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
system scan
How to enter a derived column in a SQL Server query being built using Access that provides if/then/else functionality
Read and Change Control Value from Thread
mqsvc.exe has generated errors - message at startup - what does it mean and why etc.?
One way traffic over a hardware VPN
Choose either Office 2003/2007 to open office files
How do I find the logged in Username from a batch file?
Does SingleOrDefault return null on multiple results?
Call main form refresh function
Need to make a label visible on screen when record has been deleted but not yet cleared using Pack