Refining CONCATENATEX measure

mrhk22

New Member
Joined
Jul 10, 2016
Messages
29
Office Version
  1. 2016
Hi Experts,

I have the following measure"
=CALCULATE(CONCATENATEX(VALUES(Service Details[Contact Name]), Service Details[Contact Name], “, “))

...and hope to expand it in order to:

i) Filter according to criteria in another table column: Service Details[Service Type]=“High Touch"
ii) Sort the returned values by descending order of frequency

Is this possible? Thank you.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
It is easily doable if you have Office 365 by integrating the new formulas =Sortby(Filter(

Regards
 
Upvote 0
U

Unfortunately I'm on Excel 2016 :(
I can propose a formula. Wouldn't be optimal, but it would do the job.
Can you please share a data set sample via XL2BB?


Regards
 
Upvote 0
Thanks... I guess the need to sort is not that important for now and I've added a filter for the Service Type into Calculate
 
Last edited:
Upvote 0

Forum statistics

Threads
1,226,693
Messages
6,192,468
Members
453,726
Latest member
JoeH57

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