Microsoft
Software
Hardware
Network
Question : excel string functions
i want to strip the left and right of the textual value:
i have this... GECommonUI
i want to get this... GECommonUI
thanks all
Answer : excel string functions
=MID(A1, FIND(">", A1, 1) + 1, LEN(A1) - FIND("<", A1, 2))
Random Solutions
What new does WPF 4.0 offer?
Create Excel 2007 Spreadsheet with Php
How to write delete query based on select query output in db2
Dell 6410 no video when attached to docking station
js/css horizontal accordion image flicker
Java TCP - Decaprecated Code
Select first 50 records which meet the criteria
Multiple Task Lists in one view
Configure Advanced windows Firewall Group Policy
add axWebbrowser control to form project Vb2010