Another option then using the MCONCAT addin formula

suprsnipes

Active Member
Joined
Apr 26, 2009
Messages
434
Is their another option then using the MCONACT addin formula below;

Code:
=TRIM(MCONCAT(IF(sl!$I$3:$I$18=la!$H224," "&sl!$J$3:$J$18,"")))

Thank you in advance,
suprsnipes
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
You would need something in VBA, unless you want to do some formulas on each row to build the appropriate string, like:



... the last cell in K has the result you want.
 
Upvote 0
It would seem I'm still better of using the MCONCAT function. The reason I asked the question in the first place was because I thought that perhaps one of the addins was causing Excel to crash. I have upgraded my version of Excel 2000 to Excel 2010 and the crashing event has stopped and I'm still using my Morefunc add in with no drama's at this stage.

Thanks for the reply by the way.
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,844
Members
452,948
Latest member
UsmanAli786

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