Consulting

Results 1 to 3 of 3

Thread: Data Tabulation

  1. #1

    Data Tabulation

    Good evening,

    I have a spreadsheet with the data as attached "Range A1: F7", I need a macro so I can tabulate this
    data so that it conforms to "Range A10: C23".
    The attachment is just an example, my spreadsheet has more than 1000 rows.


    Thank you for your help.
    Attached Files Attached Files

  2. #2
    VBAX Mentor
    Joined
    Aug 2012
    Posts
    367
    Location
    step 1, create a list of unique names
    (you should find example code by searching for 'remove duplicate data')

    step 2, read range 2 into an array, and cycle through this with a for next loop
    if first name and lastname match, then find first blank column and write value in range 1
    Remember: it is the second mouse that gets the cheese.....

  3. #3
    Good Morning,
    Thanks for the help, but I do not have much knowledge of VBA for the creation of this for next, anyway I'll try.

Posting Permissions

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