MCONCAT

  • Thread starter Thread starter Carl
  • Start date Start date
C

Carl

I downloaded the add-in. When I run the function on a few
cells it works.

When I run it on 200 cells I get "#VALUE!"

Can the formula be used on 200 cells ?

Thank you in advance.
 
The formula has a limit of 255 characters... you could split it in two:

=MCONCAT(A1:A100)&MCONCAT(A101:A200)
 
I downloaded the add-in. When I run the function on a few
cells it works.

When I run it on 200 cells I get "#VALUE!"

Can the formula be used on 200 cells ?

You may need to enter MCONCAT as an array formula, so hold down [Ctrl] and
[Shift] keys before pressing [Enter].
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Excel VBA 1
MCONCAT 3
Excel How to get output of the formula instead of True or false 1
If Function 2
formula for excel sheet. 4
Problem with IF function 3
How to create a function 2
drag formula down from columns that go acros 3

Back
Top