I have information in a column (column W) and I need to take the information in every 6th row. I would like this information to populate in column Y. For example, I would like Y2 to show the information in W2, and then Y3 to show the information in W8, and Y4 to show the information in W14, and so on. If I attempt to fill down, it simply repeats the pattern rather than continuing to add 6 rows each time. I know there is a way to do this using the INDEX fundtion, but I am not sure of the details. Or perhaps there is a better way altogether?