View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mikeopolo[_6_] Mikeopolo[_6_] is offline
external usenet poster
 
Posts: 1
Default one column to multiple


With all credit to Biff

With your values in column A, type this in B1:

=INDEX($A:$A,(ROWS($1:1)-1)*14+COLUMNS($A:B)-1)

and copy it through to O1.

Then copy B1:O1 down the page as far as you think you'll need them.

Your blocks of 14 repeating values will now appear in rows across th
page.

Regards
Mik

--
Mikeopol
-----------------------------------------------------------------------
Mikeopolo's Profile: http://www.excelforum.com/member.php...fo&userid=1857
View this thread: http://www.excelforum.com/showthread.php?threadid=57135