Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 213(0.011 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2
User has a large excel sheet that takes to long to calculate... common problem, i know. A lot of the calculations are vertical lookups. I would like to replace these by a UDF that will only do t...
Zones: MS ExcelDate Answered: 12/22/2003 Views: 0
I need to register my UDF. (i.e. Write descriptions for the arguments, add it to a category, etc.) I'm pretty sure that you can also define how you want the UDF to look when the user types it in......
Zones: MS ExcelDate Answered: 11/24/2003 Views: 0
How would you convert the following function in MS Access (error handling omitted) into a UDF? Public Function fncGetReturnValue(Optional intA As Integer =1) As Currency If IsMissing (intA) T...
Zones: MS SQL ServerDate Answered: 04/20/2004 Views: 0
Here's a toughie for ya. How would I go about passing a table or table name (as far as I know, has to be the latter) in as a parameter to a stored procedure or user defined function, and have that ...
Zones: MS SQL ServerDate Answered: 07/07/2004 Views: 0
Hi, I would like to create a UDF that find a value in a file and give back the description. I have a file called Anag.xls with a worksheet in which there are two columns: column A Item code and...
Zones: MS ExcelDate Answered: 12/13/2004 Views: 0
I tried to write a Public Function on the sheet code, not in a module. Let's say the function name is MyFunc. It doesn't work when I give a formula on the worksheet like =MyFunc(). I get a...
Zones: MS ExcelDate Answered: 10/03/2004 Views: 0
I am using the following function successfully for one part of my application: 'Function to allow records to be inserted through controls     Function InsertCallInEntry(ByVal userid As Integer,...
Zones: ASP.Net ProgrammingDate Answered: 12/29/2005 Views: 0
I would like to creat e a UDF that returns the last date of the month based on the inout parameter ( month) for example, If I input 6 as the month, 06/30/2006 should return as the result. How...
Zones: MS SQL ServerDate Answered: 08/18/2006 Views: 0
expert, I need to use a Where clause many times in differnt blocks of query statement. This Where clause is alway the same one: where QTD_ind = (SELECT CASE WHEN datepart(m, getdate()-1) = 10...
Zones: MS SQL ServerDate Answered: 10/30/2006 Views: 0
Thanks in advance for any assistance. I need a function that will produce the name of the day of the week from a date  (mm/dd/yyyy) pulled from a database dbo.FunctionName(12/01/2006) as Da...
Zones: MS SQL ServerDate Answered: 11/08/2006 Views: 0