PC Review


Reply
Thread Tools Rate Thread

concatenate with more than 10 sheets

 
 
=?Utf-8?B?Z251b3l0?=
Guest
Posts: n/a
 
      10th Sep 2007
I have a workbook that has 41 sheets and a summary sheet. I have information
in cells that I want to collect the data. the formula that I have is:

=CONCATENATE(Sheet1!C6,", ",Sheet2!C6,", ",Sheet3!C6,", ",Sheet4!C6,",
",Sheet5!C6,", ",Sheet7!C6,", ",Sheet8!C6,", ",Sheet9!C6,", ",Sheet11!C6,",
",Sheet12!C6,", ",Sheet13!C6,", ",Sheet14!C6)

I can not add any more sheets. What am I doing wrong or is there an easier
way to collect this information. Every sheet is the same format just
different text.
Thank you,
 
Reply With Quote
 
 
 
 
=?Utf-8?B?Ymo=?=
Guest
Posts: n/a
 
      10th Sep 2007
most functions in Excel only allow thirty items in the array list
I would recommend
=concatenate(Sheet1!C6.". ",...Sheet10!C6,",
")&concatinate(Sheet11!...)&concatenate(Sheet21!...
of just
=sheet1!C6&", "&Sheet2!C6... and not use concatenate at all

"gnuoyt" wrote:

> I have a workbook that has 41 sheets and a summary sheet. I have information
> in cells that I want to collect the data. the formula that I have is:
>
> =CONCATENATE(Sheet1!C6,", ",Sheet2!C6,", ",Sheet3!C6,", ",Sheet4!C6,",
> ",Sheet5!C6,", ",Sheet7!C6,", ",Sheet8!C6,", ",Sheet9!C6,", ",Sheet11!C6,",
> ",Sheet12!C6,", ",Sheet13!C6,", ",Sheet14!C6)
>
> I can not add any more sheets. What am I doing wrong or is there an easier
> way to collect this information. Every sheet is the same format just
> different text.
> Thank you,

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      11th Sep 2007
You could replace your =concatenate() function with the & operator:

=sheet1!c6&", "&sheet!c6&","&....



gnuoyt wrote:
>
> I have a workbook that has 41 sheets and a summary sheet. I have information
> in cells that I want to collect the data. the formula that I have is:
>
> =CONCATENATE(Sheet1!C6,", ",Sheet2!C6,", ",Sheet3!C6,", ",Sheet4!C6,",
> ",Sheet5!C6,", ",Sheet7!C6,", ",Sheet8!C6,", ",Sheet9!C6,", ",Sheet11!C6,",
> ",Sheet12!C6,", ",Sheet13!C6,", ",Sheet14!C6)
>
> I can not add any more sheets. What am I doing wrong or is there an easier
> way to collect this information. Every sheet is the same format just
> different text.
> Thank you,


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Needle in a haystack...searching for VBA code in all Excel sheets orfinding xls users of xla sheets.... CodeMonkey Microsoft Excel Programming 1 28th May 2008 06:10 PM
How to concatenate in macro across sheets Gemz Microsoft Excel Programming 12 17th Jan 2008 03:54 PM
Concatenate Column C in multiple sheets into single sheet. =?Utf-8?B?YW50MTk4Mw==?= Microsoft Excel Misc 3 26th Oct 2007 11:08 AM
Print sheets by "All Sheets in workbook, EXCEPT for specific named sheets". Possible? Corey Microsoft Excel Programming 2 11th Dec 2006 01:35 AM
I know how to concatenate ,can one de-concatenate to split date? =?Utf-8?B?UVVJQ0sgQk9PS1MgUFJPQkxFTS0=?= Microsoft Excel New Users 1 26th Jul 2005 05:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:24 AM.