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
VBS copying Outlook Contact items from Public Folder
Error 2029 trying to get the serial date of date formatted as "general"
ADD SIP PRIORTY POLICY TO CISCO ASA
NumLoc function is turned off when VB command to search any part of field is used
Delete line with duplicate
Get property in dynamic Web User Control from an Aspx page
RedirectStandardOutput Not getting all the output
Deleting OEM Jobs
Possible to rename "remote." sub-domain to "mail.domain"?
Query XML Dataset in C#