View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Multiple Pages into One Sheet

=IF(INDIRECT("sheet"&INT(ROW()/37)+1&"!A"&MOD(ROW()-1,37)+1)="","",INDIRECT("sheet"&INT(ROW()/37)+1&"!A"&MOD(ROW()-1,37)+1))
and copy down
--
David Biddulph


"Aria Dave" <Aria wrote in message
...
I have a workbook that has 609 pages. I want to have cells a1:a37 on each
page listed in one column on one sheet. Please Help!!!