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!

Recent content by kwtx04rm

  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 Sum Based on Employee ID

    Thank you Skip, I will post a new thread on the VBA Forum. Btw, your suggestion to use the built-in Data > Subtotal feature is a good one, but it inserts rows to produce the subtotal at each change of EmployeeID. I only need the subtotal amounts to display one column to the right on change of...
  4. kwtx04rm

    Excel Formula to Sum Based on Employee ID

    Greetings, I am trying to do the same as my earlier post but use Excel VBA instead of using the SUMPRODUCT formula: =IF(NOT(AND(A3=A4,C3=C4)),SUMPRODUCT((EmployeeID=A3)*(Relation=C3)*(Premium)),"") I was able to modify Dave Pearson’s code to do most of what I need...
  5. kwtx04rm

    Excel Formula to Remove Duplicate String Values In A Cell

    Skip, Your suggestion is an excellent alternative.
  6. kwtx04rm

    Excel Formula to Remove Duplicate String Values In A Cell

    Greatly appreciated, thank you!
  7. 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!
  8. kwtx04rm

    Excel Formula to Sum Based on Employee ID

    Skip and Gavona...your help was most valuable. Thanks!
  9. kwtx04rm

    Excel Formula to Sum Based on Employee ID

    SkipVought you're fantastic! And thank you very much for quick response. Your formula calculated running totals OK for 'E' and 'S' Relations but for some reason it is not doing for 'C'. The EmployeeID = 123456789 has four 'C' premiums ($6.50, $6.50,$7.00, $7.00) that are not totaling up to...
  10. 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...
  11. kwtx04rm

    Crystal Reports 10 - How to Calculate Process Sigma

    Thank you very much CR85user. Your tips on creating the formulas worked. But unable to figure out how to use NORMSINV. So I used the alternative for process sigma, here is logic: @Sev1 DPMO //DPMPO for Service Restoral Sigma...
  12. 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 &...
  13. kwtx04rm

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

    Thank you synapsevampire for quick response. Please pardon me, I was not too clear about datasources. This report only uses DB2...the other two are used in creating other reports. Yes, I agree with you about using a formula vs. a custom function. However, we've been asked to build this...
  14. 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...
  15. kwtx04rm

    Sort Report in Order Parameter Values Entered or Asc for All

    Ido - thank you very much!! Your suggestions were great. Only had to make one adjustment to the @Final_Sort: Converted @Sort to string to eliminate check message "A string is required here" (and {@Sort} is highlighted). Changed it from ==> If {?ProblemID} = "ALL" Then {rootcausem1.ID} Else...

Part and Inventory Search

Back
Top