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
end error beeping in windows web server 2008
MS Access Radio Button and Text Field Required....
I have downloaded the zip of windows 7 for 30 days evaluation version. but now i'm trying to write it to a DVD to make it to boot windows 7 to install in my laptop. i copied the files using nero 8.
Viewing print output from a Stored Procedure in SQL Server Management Studio
print pdf files from a watch folder, of print commandline.
I need help with DoCmd.DoMenuItem acFormBar command number
NetBIOS name resolution failing
How do I restore a Mirror in SQL Server 2005 when it is in a "Unsynchronized Disconnected / In Recovery" state?
Please HELP!!!
SQL Code for Date Concatenating