Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kwtx04rm
  • Content: Threads
  • Order by date
  1. kwtx04rm

    Excel Sumproduct to Determine Dep Number When There are Twins

    Hello, Need help with Sumproduct to assign correct Dependent Number when there are twins. I'm using the formula shown below but it produces two records with a Dep Number = 2. But how can I get it to produce 2 then 3? Many thanks in advance! Formula...
  2. kwtx04rm

    Excel VBA to Sum Based on Employee ID and Relation

    Greetings, I am trying to use VBA instead of the SUMPRODUCT formula shown below which I used for "Excel Formula to Sum Based on Employee ID" (see my earlier thread in the Microsoft: Office Forum). =IF(NOT(AND(A3=A4,C3=C4)),SUMPRODUCT((EmployeeID=A3)*(Relation=C3)*(Premium)),"") Btw, I tried...
  3. kwtx04rm

    Excel Formula to Remove Duplicate String Values In A Cell

    Can Excel formula evaluate the string in a cell (e.g. A2) to see if there are duplicates and delete them? For instance... A2 cell value is shown below (separated by spaces) C10-98 ENH C10-98 ENH RAD C10-98 INT Needs to be C10-98 ENH RAD INT Help if you can..thanks!
  4. kwtx04rm

    Excel Formula to Sum Based on Employee ID

    Need help getting running totals in column E based on EmployeeID and Relation (E= Employee, S= Spouse, C= Children). Sample data definition: Column A = EmployeeID is ID of Employee Column B = InsuredID is ID of Insured (Employee, Spouse, Children) Column C = Relation is relationship of insured...
  5. kwtx04rm

    Crystal Reports 10 - How to Calculate Process Sigma

    Does anyone know if Crystal Reports 10 (Professional) has a function to calculate process sigma? BTW, the database is SQL Server 2000. The Crystal Report already returns # of opportunities and # of defects. I just need a Crystal Report function or formula to pass two variables to (#opps &...
  6. kwtx04rm

    IsNull - This function cannot be used within a custom function.

    Greetings: I am using CR10 Pro & Datasources are DB2, MS SQL Server 2K and Oracle. I tried to create a custom function using IsNull to check for a NULL datetime field value but this message displays "This function cannot be used within a custom function." Is there some other syntax that can...
  7. kwtx04rm

    Sort Report in Order Parameter Values Entered or Asc for All

    Hello Ido: I found your post below and found it very helpful for a report I am working on. Currently using CR 10 PRO and datasources are DB2, MS SQL Server 2K and Oracle. The report needs to have ability for users to enter Problem IDs and have the report sorted in the order the Problem IDs...
  8. kwtx04rm

    Help to Translate Crystal Rpt "Command" into Record Selection Criteria

    Can anyone help in translating a Crystal Report "Command" into Crystal Report "Record Selection Criteria"? My SQL knowledge is limited, but I can determine tables and fields the command uses. There are 7 tables as follows (in parentheses is the non alias table name): amportfolio p (AMPORTFOLIO)...
  9. kwtx04rm

    Help for "Device_OIG" parameter that allows wildcard multiple value.

    I have a report where users are allowed to enter multiple values for a "Device_OIG" parameter. The "Device_OIG" parameter is setup as follows: Value type - String Options: Allow multiple values Descrete value(s) Set Default Values: Browse table - devicem1 Browse field - BA_ALT_ARRAY these are...

Part and Inventory Search

Back
Top