Consulting

Results 1 to 20 of 22

Thread: Script isn't copying all values in the criteria correctly and need help displaying

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Script isn't copying all values in the criteria correctly and need help displaying

    Hi Guys,

    I'd really appreciate your help.
    Aim Report Manager Data - contains total jobs submitted
    Google Data - Contains issues that occurred after the job was submitted

    :IF Column X = "Event 6: QA Finished" And Column Y Contains USER 1 then Copy active row cells Y, AA and AE to worksheet User 1 (Cells A2-C2) and a loop for all of User 1's jobs then do the next (example User 2 to worksheet 2) till all the users information is in their specific sheets.

    The next step would be to go through the WorkSheets (Users1 till last User)
    and check the following Criteria:


    IF B2 from WorkSheet User 1 is present in column J in Google Data and C2 is present in Column X ( IF both criteria match) Copy active row to A4:X4 and loop till all issues are listed.


    Then go to worksheet 2 User 2 and follow the same criteria.
    At the moment bits of the above are working but not fully functioning correctly. As you can see below the issues that remain are :

    For the names of the users; at the moment I've kept them as initials but for the final report they will be full names.
    The total number of worksheets would depend on the number of users that are in the criteria. (this can vary, there is no set number)

    1) At the moment when you run the script it is only listing one defect number per project id (Google Data) would it be possible to list all the defects for each project done by that user and have them copied to the worksheet with the user name.

    Example : User YA did project "ayca-h8qsj" AND "TTFN"
    there are 2 defects within the google data (6759 and 6762) however at the moment the script is only bringing 6762. Most projects have multiple defects and need to be listed.

    Also would it be possible to:

    2) have the end result formatted automatically ? Basically a bit more spaced out and presented (Example attached)Please note all cells are auto fit to format and column O is text wrapped. (Refer to WorkSheet LK in the attached)

    Thanks so much for helping me out on this.

    Thanks in advance,
    Last edited by Jacob Hilderbrand; 07-29-2014 at 09:58 AM. Reason: Forgot to attach excel document

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •