Hi
I am really a beginner with XML and XSL and have been working on creating a dynamic website.
I have developed a servlet that generates an XML page using the results from an SQL Query.
Th...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20103493.htm...
Zones:
XMLDate Answered: 04/09/2001 Grade: A Views: 0
If I have a text file containing a list of email addresses separated by \n, how can I count to see if the email address is listed more than once?
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20980068.html
Zones:
PerlDate Answered: 05/06/2004 Grade: A Views: 0
I need some sort of count if formula, for a named range.
Say if B1= "apples"
Then I need a formula for B2, B3 and so forth
That if "apples" say occured then the cell would = apples1 (on it...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 04/19/2006 Grade: A Views: 0
I have a sheet with many cells containing formulas like this one, copied down and across:
=IF(AND(Sheet1!$D134="RHB",Sheet1!$G134>=F$38,Sheet1!$G134<=F$39),Sheet1!$F134,0)
Is there a simple f...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 09/12/2006 Grade: A Views: 0
Hi friends,
I am working with a free table using a FORM. An EditBox to put the strings or substrings, a commandbutton and a listbox to display all occurrencies of the expression that is searched...
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_22034038.html
Zones:
FoxProDate Answered: 10/23/2006 Grade: A Views: 0
Is there an Excel function that will count the number of unique values or text items in a column, and give the number of occurrances of each alongside the value or text (or otherwise identifying th...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_101...
I have a column with several integer values (1,2,3,4,5); How do I query the column to find the most used occurrence of the integer.
For example, the value in the column may be as so:
1
1
1
...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_10760441.html
Need a Macro for word
that searches document:
1) finds the first occurrence of
shall (SLxxxx0)
and converts it to
shall (SL00050)
then finds each additional occurrence
of shal...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_12015899.html
Zones:
Visual BasicDate Answered: 11/29/2000 Grade: A Views: 0
For an update of telephone numbers in our employee table I imported the Phonebook of our company into a special table. As the name is the only attribute which is common to both tables this is the l...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20336242.html
Zones:
MS AccessDate Answered: 08/21/2002 Grade: A Views: 0
Hi,
i have a table which store lottery result. number is from 1-49
mytable
-------
no_1
no_2
no_3
no_4
no_5
no_6
no_7
I would like to counting the occurrence for each number, is it p...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...