Hi -
See my attached sample2 workbook.
I've been struggling to create a macro that automatically matches each name in column F with its corresponding Time, Tee No., Team and Group and write this data to columns S thru AD. As a student of VBA, I look forward to learning how best to accomplish this task as I am stumped! See columns Z thru AD for an illustration of my desired result.
Note also that in a previous post someone in the community gave me an index formula that worked when pasted in a destination cell. However, I need a procedure to accomplish this task behind the scenes as the user will not have access to the columns and data in question. The formulas provided to me though the community follow:
Time =INDEX($C$2:$C$18,INT((ROW()-2)/4)+1)
Tee =INDEX($D$2:$D$18,INT((ROW()-2)/4)+1)
Team =INDEX($A$2:$A$18,INT((ROW()-2)/4)+1)
Group =INDEX($B$2:$B$18,INT((ROW()-2)/4)+1)
Again, thank you for whatever help you are able to provide.
Bookmarks