View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
henryl henryl is offline
external usenet poster
 
Posts: 1
Default Create multiple copies of rows based on a cell value

I'm trying to create an input file for a mail merge that will create multiple
copies of rows based on a cell value. For example my sheet1 has:
name address qty
henry 123 anystreet 5

I need a sheet2 that contains 5, (the qty), rows of the name and address.
Each record may have a different qty.

Hope I have explained this well enough.

TIA,
Henry