Consulting

Results 1 to 3 of 3

Thread: Extract matching data values and copy to new location

Threaded View

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

    Extract matching data values and copy to new location

    Hi

    New to VBA and hit a bit of a brick wall - so it's back to the board.

    I have list of candidates (placed in 3 groups) who get a a code 'S', 'L, 'N' for each task performed. Since the list of candidates (for each group) can vary … this is where I think the code is tripping up.

    All I am trying to do is extract the list of candidates from each group 1,2,3 who have either/or the codes 'S' and/or 'L' (so S and S, S and L, L and S or L and L).

    The first group pastes fine but since the code is looking for where group 2/3 starts, I think this is where the issue is? (Also, being new, I may have cut a few corners in the code to make it work, not sure.)


    Can someone help? File attached and thanks in advance.
    Attached Files Attached Files
    Last edited by branston; 04-17-2019 at 07:57 AM.

Posting Permissions

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