View Single Post
 
Old 06-13-2016, 07:28 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,359
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

If the data repeat every four rows, you could use a formula like:
=OFFSET($B$1,(ROW()-2)*4+COLUMN()-3,0)
where:
• 'Name' & 'Result' are in cells A1 & B1, respectively; and
• the formula is input into D2, then copied across to G2 and down as far as needed.
Naturally, you'd also type the a-d column headers in D1-G1.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote