MoreFunc 5.06 Add On

pwebley

Board Regular
Joined
Mar 2, 2011
Messages
69
I am operating Windows 7 with Office 2010 Pro. I would like to use the MoreFunc 5.06 package so I can use the INDIRECT.EXT function. Does any one know if this add on will work for my version of excel and my OS? I have installed it but I am not seeing it anywhere.
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
If you installed the 64 bit version of Office 2010 you're out of luck, none of the classic COM addins will work, only .NET addins and Excel based addins work in 64 bit Excel.

Even "normal" Excel addins of many sites will cause havoc if they use API calls which have not been updated to 64 bit.
 
Upvote 0
tech support upgraded me to Windows 7 64-bit and Excel 2010 64 Bit. do you know of an alternative way to use the MCONCAT function? i'm using in a dynamic range. This was the only function i was using in the MoreFunc download. Thank you in advance.
 
Upvote 0
Hello

You would have to ask Laurent Longre to expose the code or at least the logic. Alternatively, tell the board the way you use the function (what is input and what should be the end result) and probably helpers can give you a UDF. You could store the UDF in your personal macro workbook.
 
Upvote 0
tech support upgraded me to Windows 7 64-bit and Excel 2010 64 Bit. do you know of an alternative way to use the MCONCAT function? i'm using in a dynamic range. This was the only function i was using in the MoreFunc download. Thank you in advance.

ACONCAT is a work-alike...

Add the following function code in VBA (in-between the lines) to your workbook as a module. In order to add the function to your workbook, run...

ALt+F11
Insert | Module
File | Close and Return to Microsoft Excel.
_________________________________________________________

Function aconcat(a As Variant, Optional sep As String = "") As String
' Harlan Grove, Mar 2002
Dim y As Variant
If TypeOf a Is Range Then
For Each y In a.Cells
aconcat = aconcat & y.Value & sep
Next y
ElseIf IsArray(a) Then
For Each y In a
aconcat = aconcat & y & sep
Next y
Else
aconcat = aconcat & a & sep
End If
aconcat = Left(aconcat, Len(aconcat) - Len(sep))
End Function
________________________________________________________
 
Upvote 0
below is an example of my spreadsheet. I'm trying to put all the sales team members from column K in 1 cell in column N. I'm sure you understand the # of team members vary per oppty id in E each day i refresh.

Excel Workbook
EFGHIJKLMN
108Opportunity Name/IDColumn1Opportunity PhaseSales Team MemberSales Team RoleOpportunity ValueMember & RoleChange in Oppty?Count of Team membersPursuit Team
1090010195721WONLewis, HueySUPPORT722,323Huey Lewis-SYes7#NAME?
1100010195721WONYu, susiePRIMARY722,323susie Yu-PNo7
1110010195721WONBurke, sammyPRIMARY722,323sammy Burke-PNo7
1120010195721WONSauders, williamPRIMARY722,323william Sauders-PNo7
1130010195721WONDidion, bryanPRIMARY722,323bryan Didion-PNo7
1140010195721WONGolden, JenningsSUPPORT722,323Jennings Golden-SNo7
1150010195721WONPotston, BobSUPPORT722,323Bob Potston-SNo7
1160010199088WONStobczak, SportPRIMARY90,000Sport Stobczak-PYes2#NAME?
1170010199088WONDeshoohn, JimmyPRIMARY90,000Jimmy Deshoohn-PNo2
1180010199902WONBrady, BryanPRIMARY1,666Bryan Brady-PYes1#NAME?
1190010200748WONNewman, EddiePRIMARY900,000Eddie Newman-PYes3#NAME?
1200010200748WONKatt, MickeyPRIMARY900,000Mickey Katt-PNo3
1210010200748WONNelson, MaryPRIMARY900,000Mary Nelson-PNo3
1220010200803WONLattimer, JohnPRIMARY190,425John Lattimer-PYes5#NAME?
1230010200803WONSmith, GirdyPRIMARY190,425Girdy Smith-PNo5
1240010200803WONFadayomi, NelliePRIMARY190,425Nellie Fadayomi-PNo5
1250010200803WONSamuel, SammyPRIMARY190,425Sammy Samuel-PNo5
1260010200803WONThomas, TimPRIMARY190,425Tim Thomas-PNo5
1270010200933WONUshijima, ViraSUPPORT15,500Vira Ushijima-SYes3#NAME?
1280010200933WONOrdway, AmyOTHER15,500Amy Ordway-ONo3
1290010200933WONCochrane, MichaelOTHER15,500Michael Cochrane-ONo3
1300010202717WONDifazio, MinnySUPPORT197,155Minny Difazio-SYes1#NAME?
Team Members Closed
Excel 2010
Cell Formulas
RangeFormula
K109=REPLACE(H109,1,FIND(", ",H109)+1,"")&" "&LEFT(H109,FIND(",",H109)-1)&IF(I109="PRIMARY","-P",IF(I109="OTHER","-O","-S"))
L109=IF($E109=$E108,"No","Yes")
M109=COUNTIF([Opportunity Name/ID],$E109)
N109=IF(L109="Yes",MCONCAT(OFFSET($K$108,MATCH(E109,[Opportunity Name/ID],0),,COUNTIF([Opportunity Name/ID],E109)),", "),"")
 
Upvote 0

Forum statistics

Threads
1,224,598
Messages
6,179,818
Members
452,946
Latest member
JoseDavid

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