PC Review


Reply
Thread Tools Rate Thread

Concatenating more than 30 items

 
 
Gus Siko
Guest
Posts: n/a
 
      5th Nov 2003
Does anyone know how to get around the 30 item limit using the Concatenate
Function. I know that you can get around the 7 level IF Function by
referring to another cell in the last False argument, but don't know how to
concatenate 2 cells using this Concatenate function.


 
Reply With Quote
 
 
 
 
J.E. McGimpsey
Guest
Posts: n/a
 
      5th Nov 2003
You can use the concatenate operator.

Instead of:

=CONCATENATE(A1,A2,A3,...,A30)

use

=A1 & A2 & A3 & A4

or, perhaps more efficiently (I haven't ever checked):

=CONCATENATE(A1, A2,...,A30) & CONCATENATE(A31, A32,...,A60)

In article <39fqb.70675$(E-Mail Removed)>,
"Gus Siko" <(E-Mail Removed)> wrote:

> Does anyone know how to get around the 30 item limit using the Concatenate
> Function. I know that you can get around the 7 level IF Function by
> referring to another cell in the last False argument, but don't know how to
> concatenate 2 cells using this Concatenate function.
>
>

 
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
Concatenating a list of items from a many side table =?Utf-8?B?R2VvcmdlIE5lYWw=?= Microsoft Access VBA Modules 1 10th Feb 2006 05:41 AM
Delete duplicate items in sent items or how to sort by how many items in conversation view dangmoss Microsoft Outlook Discussion 2 2nd Feb 2006 02:59 AM
Concatenating Sammie Microsoft Access Reports 1 3rd Feb 2005 06:45 PM
Concatenating help..please! =?Utf-8?B?Ym9ubmFyb29mYWlyeQ==?= Microsoft Access Getting Started 2 25th Aug 2004 12:09 PM
Concatenating TK Microsoft Access Forms 0 28th Jul 2003 03:01 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:22 AM.