View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default Inserting information from One Sheet to Many

How big is this list?
If using XL 2003 or older, must be 30 or less. If 2007, you're oky. Coult
try this:
Select all 150 sheets (use Shift to select)
In cell C5,
=Sheet1!A1&Sheet1!A2&Sheet1!A3&.......

and so on.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Buffulo Alice" wrote:

I have a workbook with 150 sheets. My first sheet is a list of places. I
would like to take that list and have each cell become fill into cell C5 in
all the other sheets. Is this possible without going through and typing each
name from my list. Thanks for your help