Mconcat...

How_Do_I

Well-known Member
Joined
Oct 23, 2009
Messages
1,843
Office Version
  1. 2010
Platform
  1. Windows
Hi, can anyone see how to do this please?
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p> </o:p>
I don’t want errors or the extra commas in my return.
<o:p> </o:p>
C1 and D1 looked to be the formula that was working until I added formulas to my area of interest

Excel Workbook
ABCDEF
11010, 21, ,  10
22110, 21 , ,#VALUE!21
3 10, 21, , , 
Sheet1
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
I found something Aladin had created...

This is close but not right... any ideas on this please?

Excel Workbook
DEFGHI
3123232310
321010
33 
Fixtures
 
Upvote 0
This is close but I just can not get what I want i.e. 23, 10...

Excel Workbook
DEFGHI
3123232310,
321010
Fixtures
 
Upvote 0
Maybe

=SUBSTITUTE(MCONCAT(IF(F30:F35<>"",", "&F30:F35,"")),", ","",1)
Ctrl+Shift+Enter

HTH

M.
 
Upvote 0
Maybe

=SUBSTITUTE(MCONCAT(IF(F30:F35<>"",", "&F30:F35,"")),", ","",1)
Ctrl+Shift+Enter

HTH

M.

Beautiful Marcelo... Thanks for that... Your solution is working and in J32 below... I'd just got I32 working but your solution is much better...! Thank you. :)

Excel Workbook
DEFGHIJ
3123232
3210423, 423, 4
Fixtures
 
Upvote 0

Forum statistics

Threads
1,224,505
Messages
6,179,152
Members
452,891
Latest member
JUSTOUTOFMYREACH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top