Microsoft
Software
Hardware
Network
Question : show me everything after the dot in excel
I have some thing like this:
1234.2568
i only want to see everything after the dot like in this case 2568. how can i do this?
Answer : show me everything after the dot in excel
=MID(A1,FIND(".",A1)+1,LEN
(A1)-FIND(
".",A1))
Random Solutions
Why RTRIM so slow on UPDATE
new keyboard not recognised before logon
IE8 annoying advertising popups on double underlined links in webpages
Changing Server Name with Exchange 2010 Installed
My Computer prints Very Tiny on Fresh Install
Access 2007 Update subform values with another subform
How to enable VSS Writer for Exchange 2003 and SQL 2005
SBS 2008 BPA - Exchange Server Virtual Directories are installed
Union query
How can I compare Files in a Directory with a Text File List using a DOS Batch File?