Is there an Excel function that will do sort of the reverse of "concatenate"?
I want to take a cell that contains " X,Y " and read it into 2 cells containing " X " and " Y ".
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_102...
How can I use a single part of a concatenated field? i.e.-for example a name field contains a concatenated string and I want to use only one part of the string.
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10248366.html
Zones:
MS AccessDate Answered: 01/25/2000 Grade: C Views: 0
I have a need to concatenate 2 more files. The user will choose the files via the windows dialog box (I need the dialog box to allow the user to choose more than one file - similiar to holding dow...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10312282.html
Zones:
MS AccessDate Answered: 03/21/2000 Grade: A Views: 0
I need to concatenate records from one field of a subform based on query, to copy them to memo text box e.g. LastName records, seperated by commas, Name1, Name2, Name5, Name8... I'd like to use com...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10716761.html
Zones:
MS AccessDate Answered: 07/25/2000 Grade: A Views: 0
I want to create a dialog box that will be able filter file types on the fly. My program needs to be able to change the file extention that it writes to, so I allow the user to alter and register t...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_12000938.html
Zones:
C++Date Answered: 11/28/2000 Grade: B Views: 0
Hi,
I have the following code, all of which works fine except for the links down the bottom (underneath cast your vote). I dont really know if I can do this or not. I want the links to be hard cod...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20131935.htm...
Zones:
XMLDate Answered: 06/11/2001 Grade: A Views: 0
i'm trying to implement lz encoding. i've tried using the bitset class to handle binary words, but you cannot concatenate them or resize them. what is the best way to handle binary in c++?
_ryan
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20159313.html
Zones:
C++,
CYGWINDate Answered: 03/12/2002 Grade: A Views: 0
How do I concatenate x number of strings without taking a huge performace hit?
Ideally i would like to arrive at a solution which works in a simular way to java's StringBuffer.
Any ideas?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20403001.html
Zones:
C++Date Answered: 11/21/2002 Grade: A Views: 0
Hi,
I have the following query :-
SELECT 'BEGIN_TITLE ' || pcms_chdoc_data.title || ' END_TITLE',
pcms_chdoc_detail_desc.DATA,
pcms_chdoc_data.product_id, pcms_chdoc_data.targ...
http://www.experts-exchange.com/Database/Oracle/Q_20601297.html
Zones:
OracleDate Answered: 04/30/2003 Grade: A Views: 0
Hello all,
Let me start by saying, I am an amatuer and the database I am working with was built by professionals...or so they told me. Currently I have a resources table that has lets say 5000...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20606114.html