Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
yarp
 
Posts: n/a
Default Enable concatenation of a range

The current syntax of CONCATENATE() is CONCATENATE (text1,text2,...).
Using it thus: CONCATENATE(A1:C3) is impossible. Of course, one should think
of the order in which the cells are concatenated, since the case is different
than that of SUM, AVERAGE or PRODUCT due to the concatenation's lack of
commutability.
In order not to mess up the existing function, I suggest a new function with
this syntax:
CONCATRANGE(range, order1, order2, order3)
range - the range of cells to be concatenated
order1 - 0 or omitted for concatenating row after row, 1 for concatenating
column after column.
order2 - 0 or omitted for concatenating rows with the sheet's direction (as
the column letters increase), 1 for concatenating rows in the reverse order
(as the column letters decrease).
order3 - 0 or omitted for concatenating columns with the sheet's direction
(as the row numbers increase), 1 for concatenating columns in the reverse
order (as the row numbers decrease).
Example:
=CONCATRANGE(A1:B3, 1, 0, 1) is equivalent to =A2&A1&B2&B1&C2&C1.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.misc
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

There are functions written by third party that will do something like that

http://xcell05.free.fr/


look at Morefunc and there is one called MCONCAT

that of course doesn't mean that MS shouldn't add something like this



--
Regards,

Peo Sjoblom

(No private emails please)


"yarp" wrote in message
...
The current syntax of CONCATENATE() is CONCATENATE (text1,text2,...).
Using it thus: CONCATENATE(A1:C3) is impossible. Of course, one should
think
of the order in which the cells are concatenated, since the case is
different
than that of SUM, AVERAGE or PRODUCT due to the concatenation's lack of
commutability.
In order not to mess up the existing function, I suggest a new function
with
this syntax:
CONCATRANGE(range, order1, order2, order3)
range - the range of cells to be concatenated
order1 - 0 or omitted for concatenating row after row, 1 for concatenating
column after column.
order2 - 0 or omitted for concatenating rows with the sheet's direction
(as
the column letters increase), 1 for concatenating rows in the reverse
order
(as the column letters decrease).
order3 - 0 or omitted for concatenating columns with the sheet's direction
(as the row numbers increase), 1 for concatenating columns in the reverse
order (as the row numbers decrease).
Example:
=CONCATRANGE(A1:B3, 1, 0, 1) is equivalent to =A2&A1&B2&B1&C2&C1.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow
this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.misc


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
create range bar graph Aussie1497 Charts and Charting in Excel 2 April 26th 23 11:47 AM
Match function...random search? Les Excel Worksheet Functions 10 July 28th 05 11:54 AM
How do I edit a Named Range using macro's behmer Excel Worksheet Functions 2 July 26th 05 09:02 PM
Cannot Expand Named Range - when size of the Range exceeds Snig Excel Discussion (Misc queries) 1 July 7th 05 01:46 PM
Define a range based on another named range Basil Excel Worksheet Functions 2 February 21st 05 01:47 PM


All times are GMT +1. The time now is 01:46 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"