No, that doesn't work basd on my original quetion. It returns the 11th value
in my list. I want to return first value in the list on A6, second entry in
the list on A17, third value in the list on A28, etc.
I can't just copy down, because there is important data in between the 11
rows that I will copy over.
"Ron Coderre" wrote:
Try this:
On Sheet 1
A6: =INDEX(Sheet2!$A:$A,MAX((ROW(A6)-6)*11,1),0)
Copy that formula down as needed.
Does that help?
--
Regards,
Ron
"bruner" wrote:
I have a list of names on sheet 2 of a worksheet that extends from A1 to
A249. I want to return name 1 on sheet 1 in A6, name 2 in A17, name 3 in
A28, etc. What formula can I use to do this?
I figured out how to do it with offset when i'm copying and pasting for each
line (A1, A2, A3, A4, etc.), but not for every 11 rows without it skipping to
the 11th name on the list? Any suggestions?
|